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 

Search found 132 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Modal InputBox?
Donny Bahama

Replies: 3
Views: 214

PostForum: Ask for Help   Posted: Sun Apr 19, 2009 8:07 pm   Subject: Modal InputBox?
Was doing a wife-beta and she accidentally clicked the GUI behind the InputBox. This caused the GUI to come to the top and the InputBox to disappear, which confused her greatly. Worse, this is a Windo ...
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Thu Apr 16, 2009 12:30 am   Subject: ACK! BUG!
Micha,

I found a bug (probably in the GUI, Submit code.) It works fine on the desktop version, but fails to retain edits made in a GUI, Edit control on Submit.

There's too much code to post here ...
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Wed Apr 15, 2009 6:16 pm   Subject: Autohotkey for Pocket PCs / WinCE
(v20) menu + menu, tray: since (AFAIK) there's no "right mouse click" on a PDA, I'm using just the left click. Micha, could you (or someone) post a working code example for creating a menu? ...
  Topic: function cannot contain functions
Donny Bahama

Replies: 6
Views: 382

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 8:20 pm   Subject: function cannot contain functions
I'd be willing to bet that a close curly bracket where there should have been an open curly bracket was what caused exousia's problem, too.
  Topic: function cannot contain functions
Donny Bahama

Replies: 6
Views: 382

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 8:07 pm   Subject: function cannot contain functions
The Function that gives the error is correctI have a hard time with that since removing the entire function still generates the same error, but that point is moot.it is part of the script ABOVE the fu ...
  Topic: function cannot contain functions
Donny Bahama

Replies: 6
Views: 382

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 7:42 pm   Subject: function cannot contain functions
I commented out the ENTIRE function. Still get the exact same error.

Had the bright idea to undo a bunch of times then try again. Cool. Got back to where it was working (albeit without the new code ...
  Topic: function cannot contain functions
Donny Bahama

Replies: 6
Views: 382

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 7:03 pm   Subject: function cannot contain functions
I'm having the same problem and can't find any problems in my code. How did you fix this? What should I look for? I can't even debug this because it goes straight to that error message. Won't show Msg ...
  Topic: Selecting an item from a listbox (via keyboard)?
Donny Bahama

Replies: 7
Views: 297

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 8:36 am   Subject: Selecting an item from a listbox (via keyboard)?
Sadly, ControlSend is unsupported as well. The numbers/letters option is probably preferable to an OK button since I'm working with such limited screen space (240x320). Thanks for the suggestion!
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Tue Apr 14, 2009 6:17 am   Subject: I FOUND A WAY!!!
WOOT! I found a way!

I'm showing Gui 2, but I'm usingGui, 2:Show, x-100 y-100 w10 h10, WinTitle
ControlSetText, Edit1,, WinTitle
I'm using this in conjunction with my aforementioned "Wai ...
  Topic: Selecting an item from a listbox (via keyboard)?
Donny Bahama

Replies: 7
Views: 297

PostForum: Ask for Help   Posted: Tue Apr 14, 2009 5:55 am   Subject: Selecting an item from a listbox (via keyboard)?
Thank you! That's pretty cool and I'm sure I'll get some use out of it some day, but for my current project, [url=http://www.autohotkey.com/forum/viewtopic.php?t=27146]AHKCE doesn't support SendMessag ...
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Tue Apr 14, 2009 5:09 am   Subject: Autohotkey for Pocket PCs / WinCE
OK, if anyone out there can help me with this one, I will be forever grateful!

I have 2 GUIs... #1 is on top. # 2 is not hidden, but it's not showing because it's behind GUI 1 and has the same X/Y ...
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Tue Apr 14, 2009 3:56 am   Subject: Autohotkey for Pocket PCs / WinCE
Actually, the built-in vars A_ScreenWidth and A_ScreenHeight work just fine. If (W > H) then landscape else portrait was a great idea, tho. Will simplify things a lot. Thanks again!
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Tue Apr 14, 2009 3:50 am   Subject: Autohotkey for Pocket PCs / WinCE
Try using sysget to check the working area
http://www.autohotkey.com/docs/commands/SysGet.htm

On windows mobile ms usually recommends checking screen width vs screen height

ie. if (screenWidth ...
  Topic: Autohotkey for Pocket PCs / WinCE
Donny Bahama

Replies: 308
Views: 58049

PostForum: Scripts & Functions   Posted: Mon Apr 13, 2009 11:03 pm   Subject: Autohotkey for Pocket PCs / WinCE
I think I already know the answer, but is there any support for detecting portrait/landscape mode? (I know AHK doesn't have/need it.)
  Topic: Selecting an item from a listbox (via keyboard)?
Donny Bahama

Replies: 7
Views: 297

PostForum: Ask for Help   Posted: Mon Apr 13, 2009 11:01 pm   Subject: Selecting an item from a listbox (via keyboard)?
I guess an OK button could be a workaround. (This is a Pocket PC/Windows Mobile app, and I'm trying to make it "finger-friendly" which necessarily includes support for the "D-Pad". ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group