AutoHotkey Community

It is currently May 26th, 2012, 2:23 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 453 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 31  Next
Author Message
 Post subject:
PostPosted: January 6th, 2008, 5:31 pm 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
it doesnt support Edit boxs yet


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 8:44 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 9:52 pm 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 10:12 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
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 January 7th, 2008, 7:49 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 10:18 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
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?

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 7th, 2008, 7:29 am 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 7th, 2008, 7:56 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2008, 7:01 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Uploaded V10. For changes please have a look at the first post.
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2008, 3:20 pm 
Offline

Joined: January 27th, 2005, 3:28 pm
Posts: 120
Location: Germany, Dresden
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?

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2008, 5:54 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 11th, 2008, 7:43 pm 
Super!!! Will compiler? Thank you


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2008, 9:10 am 
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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 6:17 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 6:51 pm 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
Hi, Micha! SoundPlay function not work :-(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 9:30 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
sergeich wrote:
Hi, Micha! SoundPlay function not work :-(

Hi, all multimedia commands are not working at the moment
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 453 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 31  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg and 16 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group