| View previous topic :: View next topic |
| Author |
Message |
Fry
Joined: 01 Nov 2007 Posts: 601
|
Posted: Sun Jan 06, 2008 5:31 pm Post subject: |
|
|
it doesnt support Edit boxs yet _________________ check out my site
www.eliteknifesquad.com |
|
| Back to top |
|
 |
micha as guest Guest
|
Posted: Sun Jan 06, 2008 8:44 pm Post subject: |
|
|
| Fry wrote: | | it doesnt support Edit boxs yet |
Hi, well, have you seen my screenshot? Perhaps not all features are working, but they are workling at least a little bit
Ciao
Micha |
|
| Back to top |
|
 |
Fry
Joined: 01 Nov 2007 Posts: 601
|
Posted: Sun Jan 06, 2008 9:52 pm Post subject: |
|
|
well i was looking at your list of currently supported and it didnt mention edit boxs so i thought AHKCE would not have edit box functionality
thats why i said that _________________ check out my site
www.eliteknifesquad.com |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Sun Jan 06, 2008 10:12 pm Post subject: |
|
|
Hi halweg,
| halweg wrote: | | I tried out this example script: My PPC shows an oversized white dialog box with two small lines "First name" and ""Last name". No input fields, no posibility to input anything. |
With version 8, variables (vFirstName) should work.
The rest of the errors should be done tomorrow. Thank you for your report.
Ciao
Micha
Last edited by Micha on Mon Jan 07, 2008 7:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1151 Location: Enterprise, Alabama
|
Posted: Sun Jan 06, 2008 10:18 pm Post subject: |
|
|
Aww, Micha I was hoping to peak at the source code And find out how such an amazing feat is being achieved. Or possibly help you? _________________ ScriptPad/~dieom/dieom/izwian2k7/Trikster/God |
|
| Back to top |
|
 |
micha as guest Guest
|
Posted: Mon Jan 07, 2008 7:29 am Post subject: |
|
|
| Ian wrote: | Aww, Micha I was hoping to peak at the source code And find out how such an amazing feat is being achieved. Or possibly help you? |
Hi,
when I'm at home this evening, I will upload the current sources.
I would be glad if you can help a little bit.
Ciao
Micha |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Mon Jan 07, 2008 7:56 am Post subject: |
|
|
| halweg wrote: | | I tried out this example script: My PPC shows an oversized white dialog box with two small lines "First name" and ""Last name". No input fields, no posibility to input anything. |
Hi,
I've found the problem:
| Code: | | sFont[sFontCount].point_size = MulDiv(tm.tmHeight - tm.tmInternalLeading, 72, GetDeviceCaps(hdc, LOGPIXELSY)); |
The result is somehow 96. So autohotkey thinks, the font is 96 pixel... well, no wonder why you can see oversized text...
Muldiv just returned the Denominator. It's working now. (v9)
Ciao
Micha |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 09, 2008 7:01 am Post subject: |
|
|
Uploaded V10. For changes please have a look at the first post.
Ciao
Micha |
|
| Back to top |
|
 |
halweg
Joined: 27 Jan 2005 Posts: 102 Location: Germany, Dresden
|
Posted: Wed Jan 09, 2008 3:20 pm Post subject: |
|
|
It becomes blind a little bit if one cannot launch different ahk files separately. Always "autohotkey.ahk" is used.
Now the dialog box works.
But it often happens to me that the PDA hangs while testing.
What about SEND? How does it works? Was it tested?
Does GUI, ADD, PICTURE works? _________________
 |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 09, 2008 5:54 pm Post subject: |
|
|
| halweg wrote: | | It becomes blind a little bit if one cannot launch different ahk files separately. Always "autohotkey.ahk" is used. |
I'm working on that....
| Quote: | | Now the dialog box works. |
Good news. Lets see, what else is working....
| Quote: | | But it often happens to me that the PDA hangs while testing. |
I don't know if I can do much against this. Huge objects are allocated on the stack. A lot of functions are called, so the stack is sometimes huge (>10 functions-calls on the stack).
If the stack is full, AutohotkeyCE will crash.
Without rewriting all the huge functions, the crash will remain, but I so not want to rewrite all the code.
My goal is to provide a usable autohotkeyCE even if not all functions are working. I'll upload the latest code, so perhaps other coders can help.
| Quote: | | What about SEND? How does it works? Was it tested? |
I've tested send, and in my small example it worked.
| Quote: | | Does GUI, ADD, PICTURE works? |
I haven't tested this. (Just buttons, edits, combos.)
Ciao
Micha |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Jan 11, 2008 7:43 pm Post subject: |
|
|
| Super!!! Will compiler? Thank you |
|
| Back to top |
|
 |
Boris Brodski Guest
|
Posted: Mon Jan 14, 2008 9:10 am Post subject: |
|
|
Hello AHK Fans!
Does anyone knowns, how to create a non-dialog window on WinCE (with default "ok" button on the top right side)??
Thanks!
Boris
PS
It would be greate to see more sample scripts for AHKCE! |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 16, 2008 6:17 pm Post subject: |
|
|
| Boris Brodski wrote: | Hello AHK Fans!
PS
It would be greate to see more sample scripts for AHKCE! |
Hi,
well you can use all working functions (see first post) as usual. There's nothing special to WinCE scripts.
Ciao
Micha |
|
| Back to top |
|
 |
sergeich
Joined: 11 Jan 2008 Posts: 16 Location: Russia
|
Posted: Wed Jan 16, 2008 6:51 pm Post subject: |
|
|
Hi, Micha! SoundPlay function not work  |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 16, 2008 9:30 pm Post subject: |
|
|
| sergeich wrote: | Hi, Micha! SoundPlay function not work  |
Hi, all multimedia commands are not working at the moment
Ciao
Micha |
|
| Back to top |
|
 |
|