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 

AHK for Pocket PCs
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
halweg



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

PostPosted: Mon Dec 31, 2007 4:41 pm    Post subject: Reply with quote

Micha wrote:
Hi Tester, thank you for your kind words.
I will contact Mirko.
Ciao
Micha

One year ago I contacted Mirko and asked if he can improve Mortcript so it could be a kind of AHK alternative. I wasn't successful, Mirko seems to be to occupited. Confused
_________________
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Tue Jan 01, 2008 1:55 pm    Post subject: Reply with quote

Happy new year !!!

After a long night (Wink) ahk can be run within Microsoft Pocket PC Emulator.

I had to change the stack and heapsize. I've doubled the values, tried to run it, doubled again... and so on.

The commandline is empty so it can only start the autohotkey.ini-file at the moment.

It just runs within the emulator. After copying the exe to my navigation system only the message "AutohotkeyCE is not a valid Windows CE application" is displayed.

I'm working on it.
Ciao
Micha



-------
Edit: Here is the link to the exe. It is compiled for ARM-processors.
http://www.autohotkey.net/~Micha/AutohotkeyCE/AutohotkeyCE.exe
If you like, you can test the exe on your WinCE-device if it's running.
Ciao
Micha
Back to top
View user's profile Send private message
Tester



Joined: 06 Jul 2006
Posts: 47
Location: Poland

PostPosted: Tue Jan 01, 2008 3:42 pm    Post subject: Reply with quote

Micha wrote:
If you like, you can test the exe on your WinCE-device if it's running.
It's working!
I don't test AHK functionality, but EXE runs properly (Windows Mobile 5.0, HTC/Qtek S200, Processor OMAP 200MHz, 65 MB RAM)

Happy New Year to you too. Smile

(If I found time then I have plan to change my WM version to 6.0. Then I can take a closer look to AHKmobile)

-----
edit
1. I think that at first it should be made functionality of AKH status windows (like: "Lines most recently executed", "Variables and their contents", "Hotkeys and their methods", "Key history and script info", etc...), which are reachable by double clicking AHK's systray icon.
Because this windows gave us a vital info about what events AHK receive (like pen taping on the screen) and execution of AHK scripts.
2. Initial *.ini file is not saved in same directory as EXE.

-----
edit2
more testing:
after adding #Persistent to top of the autohotkey.ini file and commenting out #Z:: hotkey line then 2 dialog boxes appear:
first:
Note: The hotkey ^!n:: will not be active because it does not exist the current keyboard layout.

and after taping "ok" second dialog:
RegClass

after this probably process ends, because it not figure in process list.

additional commenting out results displays only "RegClass" dialog.
Back to top
View user's profile Send private message
Mustang



Joined: 17 May 2007
Posts: 368
Location: England

PostPosted: Tue Jan 01, 2008 4:25 pm    Post subject: Reply with quote

Sounds like some promising progress is taking place
Unfortunately I don't own any of these devices so can't aid with the testing
But keep up the good work and progress updates
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Tue Jan 01, 2008 5:16 pm    Post subject: Reply with quote

Hi,
thank you for testing !!!

To be able to start the exe is just the first of many many steps.

To achive fast results (to be able to compile and link) I've used macros to convert strings to unicode to be able to call functions.

Most times the string is changed by the function and the result is being lost.
I have to convert the string and copy the result back to an autohotkey variable (in the source not the script).

A lot of features aren't working, because the Windows CE api is different or doesn't exist.

A lot of defines (transparence, backgroundcolor, TOOLTIP) aren't part of the Windows CE api. So functions have to be rewritten or just aren't working.

Hotkey hooks aren't defined but they are implemented in a windows CE dll. Code has to be adjusted.

So there is a lot of work left.

The next steps are to figure out what is working and what is not.

Tester wrote:
I think that at first it should be made functionality of AKH status windows (like: "Lines most recently executed", "Variables and their contents", "Hotkeys and their methods", "Key history and script info", etc...), which are reachable by double clicking AHK's systray icon.


Well, these windows are useful for scriptwriters to "debug" their code, but at the moment the script isn't running very well at all.
I would prefer to list which commands are working and which are not and if possible to make them work.
If most commands are working, I wil have a look at the status windows.

Ciao
Micha
Back to top
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1149
Location: USA

PostPosted: Tue Jan 01, 2008 5:29 pm    Post subject: Reply with quote

I have both WinCE and Windows Mobile. I can help test. I do not have either device with me today, though.
_________________
Back to top
View user's profile Send private message
halweg



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

PostPosted: Tue Jan 01, 2008 5:52 pm    Post subject: Reply with quote

I've got two Pocket PC Phone Edition (WM2003, WM5) and I can help with trying out something.
The current exe shows me "Can't create script". The nevertheless created script shows the invalid hotkey message.
When removing the hotkeys a Dialog Box with RegClass appears.
_________________
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Wed Jan 02, 2008 11:09 am    Post subject: Reply with quote

Hi,
I've created a new thread to document the success:
http://www.autohotkey.com/forum/viewtopic.php?t=27146&start=0&postdays=0&postorder=asc

Ciao
Micha
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Wed Jan 02, 2008 4:25 pm    Post subject: Reply with quote

Hi halweg, ahklerner, Tester,

thank you for your offer to test that version.

Some smaller scripts should work now. If you found something that does not work, please inform me about that. (At the moment, most commands are untested)

I will test all commands of autohotkey (which are documented in the help) and I will write down the working commands there
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 -> Wish List All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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