AutoHotkey Community

It is currently May 26th, 2012, 5:46 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 453 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 31  Next
Author Message
 Post subject:
PostPosted: February 9th, 2008, 9:25 pm 
Offline

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 9th, 2008, 9:27 pm 
Offline

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2008, 1:00 am 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
Hi, Micha
I glad that could help development your project


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2008, 3:10 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Added some new commands like FileSelectFile and menu
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2008, 3:12 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2008, 11:23 pm 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2008, 8:53 pm 
Offline

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


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

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
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.


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

Joined: April 17th, 2007, 1:37 pm
Posts: 761
Location: Florida
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!]
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2008, 12:34 pm 
Offline

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2008, 8:08 pm 
Offline

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


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

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
Quote:
Hi, please redownload V20
Ciao
Micha


Thank you! Now much comfortable use menu.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2008, 3:07 pm 
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 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2008, 8:39 pm 
Offline

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

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2008, 10:28 pm 
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 8)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 453 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 31  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, Bing [Bot], jrav, Stigg and 15 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