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  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Sat Feb 09, 2008 9:25 pm    Post subject: Reply with quote

Rhys wrote:
Micha, I've been following your progress and am very impressed - If you're looking for help from a WinMobile expert, you may find one at www.aximsite.com - I used to frequent that forum a lot back in the day.

Hi Rhys,
thank you for your post. I'm surely in the need for help. Some members of this community offered their help and I hope we can port about 90% of ahk to the new plattform before we implement new features.

I have made just the first step and any programmer is welcome to contact me and to help.

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



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Sat Feb 09, 2008 9:27 pm    Post subject: Reply with quote

sergeich wrote:
Script AutohotkeyCE.ahk for associate AHK-Files with AutohotkeyCE.exe and wish icon
Code:
RegWrite, REG_SZ, HKEY_CLASSES_ROOT, .ahk, , AutoHotkeyScript
RegWrite, REG_SZ, HKEY_CLASSES_ROOT, AutoHotkeyScript, , AutoHotkey Script
RegWrite, REG_SZ, HKEY_CLASSES_ROOT, AutoHotkeyScript\Shell\Open\Command, , "%A_AhkPath%" "`%1"
RegWrite, REG_SZ, HKEY_CLASSES_ROOT, AutoHotkeyScript\DefaultIcon, , %A_AhkPath%`,`-160

Hi sergeich,
thank you for the script. I've updated my first post with your better solution.
Ciao
Micha
Back to top
View user's profile Send private message
sergeich



Joined: 11 Jan 2008
Posts: 16
Location: Russia

PostPosted: Sun Feb 10, 2008 1:00 am    Post subject: Reply with quote

Hi, Micha
I glad that could help development your project
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Sun Feb 17, 2008 3:10 pm    Post subject: Reply with quote

Added some new commands like FileSelectFile and menu
Ciao
Micha
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Sun Feb 17, 2008 3:12 pm    Post subject: Reply with quote

Very nice additions, thanks!
Quote:
since (AFAIK) there's no "right mouse click" on a PDA, I'm using just the left click.

Many applications use the tap and hold gesture to get a menu on items.
_________________
Back to top
View user's profile Send private message
sergeich



Joined: 11 Jan 2008
Posts: 16
Location: Russia

PostPosted: Sun Feb 17, 2008 11:23 pm    Post subject: Reply with quote

Hi, Micha! Thank you for new version 20. Menu tray worked ok, but sometimes, menu comes up for lower corner, in upper corner sometimes. Possible do that menu always show for one place of screen?
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Mon Feb 18, 2008 8:53 pm    Post subject: Reply with quote

sergeich wrote:
Hi, Micha! Thank you for new version 20. Menu tray worked ok, but sometimes, menu comes up for lower corner, in upper corner sometimes. Possible do that menu always show for one place of screen?

Hi,
please redownload V20.
The function
Code:
GetCursorPos(&pt)

is not supported. After a call of that function the points (pt.x, pt.y) have random content. That's the reason why the menu is displayed at random positions.

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



Joined: 11 Jan 2008
Posts: 16
Location: Russia

PostPosted: Mon Feb 18, 2008 10:06 pm    Post subject: Reply with quote

Hi, Micha! Now, menu appears in one place of screen always. Thank you. But can be its place in lower right to corner, as in Ahk PC? Sorry that not has said immediately.
Back to top
View user's profile Send private message
Rhys



Joined: 17 Apr 2007
Posts: 707
Location: Florida

PostPosted: Mon Feb 18, 2008 10:13 pm    Post subject: Reply with quote

Forgive my ignorance, but for the purposes of running this app, is WinCE == WM4/5/6? Will this work with those flavors of mobile Windows?
_________________
[Join IRC!]
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Wed Feb 20, 2008 12:34 pm    Post subject: Reply with quote

Rhys wrote:
Forgive my ignorance, but for the purposes of running this app, is WinCE == WM4/5/6? Will this work with those flavors of mobile Windows?


Hi,
I'm compiling ahkCE for ARM-processors with Windows mobile SDK V5.
So it should run on devices with at least WinCE 5.
Ciao
Micha
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Wed Feb 20, 2008 8:08 pm    Post subject: Reply with quote

sergeich wrote:
Hi, Micha! Now, menu appears in one place of screen always. Thank you. But can be its place in lower right to corner, as in Ahk PC? Sorry that not has said immediately.
Hi, please redownload V20
Ciao
Micha
Back to top
View user's profile Send private message
sergeich



Joined: 11 Jan 2008
Posts: 16
Location: Russia

PostPosted: Wed Feb 20, 2008 9:07 pm    Post subject: Reply with quote

Quote:
Hi, please redownload V20
Ciao
Micha


Thank you! Now much comfortable use menu.
Back to top
View user's profile Send private message
BoBo¨
Guest





PostPosted: Mon Mar 24, 2008 3:07 pm    Post subject: Reply with quote

Hi Micha,
No idea if the tool: [GBRegsvr - Regsvr32 on WinCE] is of any use for your project. Thought to point to it anyway.

PS.
Respekt für Deinen/Euren persönlichen Einsatz.
+ weiterhin viel Erfolg.
BoBo Cool
Back to top
Micha



Joined: 15 Nov 2005
Posts: 433
Location: Germany

PostPosted: Mon Mar 24, 2008 8:39 pm    Post subject: Reply with quote

Hi BoBo,
thanks for the tool. It seems to be just usable for ole-clients. If you have an ole or activeX-Dll, that dll must be registered before you can use it. That tool is just registering that dll. Since ahk has no native ole-support and AutohotkeyCE isn't using ole as well.... Smile

Dankeschön für Deine netten Worte. Ich bin zwar zur Zeit zu 99% mit anderen Dingen ausgelastet, aber ich arbeite nach wie vor am Autohotkey-compiler.

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





PostPosted: Mon Mar 24, 2008 10:28 pm    Post subject: Reply with quote

If I were you, I'd think about to provide some thumbnailed screenshoots (linked to its origins which are dropped @ autohotkey.net), at the autoexecute section of your initial thread. Eyecandy Cool
Back to top
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  Next
Page 7 of 9

 
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