AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Autohotkey for Pocket PCs / WinCE
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Fry



Joined: 01 Nov 2007
Posts: 601

PostPosted: Sun Jan 06, 2008 5:31 pm    Post subject: Reply with quote

it doesnt support Edit boxs yet
_________________
check out my site
www.eliteknifesquad.com
Back to top
View user's profile Send private message
micha as guest
Guest





PostPosted: Sun Jan 06, 2008 8:44 pm    Post subject: Reply with quote

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 Smile
Ciao
Micha
Back to top
Fry



Joined: 01 Nov 2007
Posts: 601

PostPosted: Sun Jan 06, 2008 9:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 437
Location: Germany

PostPosted: Sun Jan 06, 2008 10:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ian



Joined: 15 Jul 2007
Posts: 1151
Location: Enterprise, Alabama

PostPosted: Sun Jan 06, 2008 10:18 pm    Post subject: Reply with quote

Aww, Micha Sad I was hoping to peak at the source code Confused And find out how such an amazing feat is being achieved. Or possibly help you?
_________________
ScriptPad/~dieom/dieom/izwian2k7/Trikster/God
Back to top
View user's profile Send private message
micha as guest
Guest





PostPosted: Mon Jan 07, 2008 7:29 am    Post subject: Reply with quote

Ian wrote:
Aww, Micha Sad I was hoping to peak at the source code Confused 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

PostPosted: Mon Jan 07, 2008 7:56 am    Post subject: Reply with quote

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
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 437
Location: Germany

PostPosted: Wed Jan 09, 2008 7:01 am    Post subject: Reply with quote

Uploaded V10. For changes please have a look at the first post.
Ciao
Micha
Back to top
View user's profile Send private message
halweg



Joined: 27 Jan 2005
Posts: 102
Location: Germany, Dresden

PostPosted: Wed Jan 09, 2008 3:20 pm    Post subject: Reply with quote

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
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 437
Location: Germany

PostPosted: Wed Jan 09, 2008 5:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Fri Jan 11, 2008 7:43 pm    Post subject: Reply with quote

Super!!! Will compiler? Thank you
Back to top
Boris Brodski
Guest





PostPosted: Mon Jan 14, 2008 9:10 am    Post subject: Reply with quote

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

PostPosted: Wed Jan 16, 2008 6:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
sergeich



Joined: 11 Jan 2008
Posts: 16
Location: Russia

PostPosted: Wed Jan 16, 2008 6:51 pm    Post subject: Reply with quote

Hi, Micha! SoundPlay function not work Sad
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 437
Location: Germany

PostPosted: Wed Jan 16, 2008 9:30 pm    Post subject: Reply with quote

sergeich wrote:
Hi, Micha! SoundPlay function not work Sad

Hi, all multimedia commands are not working at the moment
Ciao
Micha
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 2 of 10

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group