| Author |
Message |
Topic: how to send ClickOnAHyperLink without X,Y coordinates? |
halweg
Replies: 11
Views: 318
|
Forum: Ask for Help Posted: Mon Apr 14, 2008 2:01 pm Subject: how to send ClickOnAHyperLink without X,Y coordinates? |
Why not a text search? Here that works for IE6:
#q::
SEND, ^f
SLEEP, 700
SEND, Ask for Help{ENTER}{ESC} ;*** Replace "Ask for Help" with your Link Text
SLEEP ... |
Topic: Input Endkey:F12 dosen't work in if else control flow |
halweg
Replies: 6
Views: 1180
|
Forum: Bug Reports Posted: Tue Apr 08, 2008 10:03 pm Subject: Input Endkey:F12 dosen't work in if else control flow |
This seems to be the same problem:#7::
SEND, {F11}
MSGBOX, F11 sent
RETURN
F11::MSGBOX, F11 received
#8::
SEND, {F12}
MSGBOX, F12 sent
RETURN
F12 ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Fri Feb 08, 2008 2:00 pm Subject: Autohotkey for Pocket PCs / WinCE |
My pna does not have these registry keys
Every PPC has some special hardware function keys (like "Calendar" "Contacts" etc.).
As far as I remeber they have even equivalent numbe ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Fri Feb 08, 2008 12:17 pm Subject: Autohotkey for Pocket PCs / WinCE |
I didn't use #INSTALLKEYBDHOOK since I have a hotkey label inside the script.
The HOTKEY-Script a::MSGBOX You pressed %A_THISHOTKEY% key stays active even during incoming phone calls. It work ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Fri Feb 08, 2008 10:08 am Subject: Autohotkey for Pocket PCs / WinCE |
Hi Micha, it works if I use my hardware keyboard (I tried TAB and any letter) .
I think "hotkeys" means any hardware input, not software keyboard.
Other input methods should be realize ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Thu Feb 07, 2008 12:00 pm Subject: Autohotkey for Pocket PCs / WinCE |
I think, any
!r::MSGBOX You pressed ALT-R
Hotkey Labels are not necessary on a PPC.
Considering the different key layouts any
SC23456:: MSGBOX You pressed any key with the internal scan code SC23 ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Thu Feb 07, 2008 9:11 am Subject: Autohotkey for Pocket PCs / WinCE |
Hi Micha, the windows spy is not that big problem. I'm using sergeich's script meanwhile.
Concering the hotkeys: why not have an "input detector" that gives me the scancode of any key I pre ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 5:19 pm Subject: Autohotkey for Pocket PCs / WinCE |
Thanks sergeich . Using this script I detected, that allmost all of my PPC applications are controlable by AfP. Even the Today Plugins like Today plus.
The next step should be a stylus-tab-recogn ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 4:09 pm Subject: Autohotkey for Pocket PCs / WinCE |
This is my script WinSpy for AHKCE. Information getting from active window.
http://www.zshare.net/download/7218241437a839/
Sorry, I seem to be to stupid to download this file. To much advertising on ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 10:54 am Subject: Autohotkey for Pocket PCs / WinCE |
| Yes, I know about CONTROLGET. But a Window Spy is much more comfortable. May be, I have to code my own PPC WinSpy. |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Tue Feb 05, 2008 12:13 am Subject: Autohotkey for Pocket PCs / WinCE |
Hi Micha, I'm happy AHK for PPC gets stronger and stronger.
What about
- Hotkeys
- a Window Spy
I need the window spy to identify all windows and controls for manipulating them by a script. My int ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Wed Jan 09, 2008 3:20 pm Subject: Autohotkey for Pocket PCs / WinCE |
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 ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Sun Jan 06, 2008 1:32 pm Subject: Autohotkey for Pocket PCs / WinCE |
I tried out this example script:
Gui, Add, Text,, First name:
Gui, Add, Text,, Last name:
Gui, Add, Edit, vFirstName ym ; The ym option starts a new column of controls.
Gui, Add, Edit, vL ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Thu Jan 03, 2008 1:18 pm Subject: Autohotkey for Pocket PCs / WinCE |
PPCs have a registry, there you can assign File types with registered programs.
A way to do this (except a registry editor) are programs like resco explorer or sk tools. I'm using resco explorer, so ... |
Topic: Autohotkey for Pocket PCs / WinCE |
halweg
Replies: 130
Views: 11979
|
Forum: Scripts & Functions Posted: Thu Jan 03, 2008 10:35 am Subject: Autohotkey for Pocket PCs / WinCE |
Micha, you should remark that MSGBOX works!
The most import command for testing and trying.
Btw., how can I start my own scripts? AutohotkeyCE.exe starts the autohotkey.ahk script only
What ... |
| |