AutoHotkey Community

It is currently May 23rd, 2012, 5:50 pm

All times are UTC [ DST ]


Search found 63 matches
Search these results:

Author Message

 Forum: Scripts   Topic: AutoHotkey v2 Alpha Release

Posted: April 12th, 2011, 10:42 am 

Replies: 740
Views: 68679


dysmas wrote: Sorry but for #Delimiter you are wrong. There are guys who use it, I am one of them. For Unichars (http://unichars.sourceforge.net) it is mandatory otherwise the character | cannot be used in codes. I replaced the delimiter by chr(1) Reply from Lexikos : I intended to reply to this so...

 Forum: Scripts   Topic: AutoHotkey v2 Alpha Release

Posted: April 4th, 2011, 11:33 am 

Replies: 740
Views: 68679


Hello, in the plan about AutoHotkey V2, I read : The following directives seem to complicate the code and documentation more than they're worth #Delimiter Jonny said: As for eliminating those and #EscapeChar and #CommentFlag, I'll say that I use them myself to change the escape to \ and the comment ...

 Forum: Custom   Topic: AutoHotkey.dll

Posted: April 1st, 2011, 4:59 pm 

Replies: 562
Views: 93446


Hello HotkeyIt, thanks for your help. All is working fine in AutoHotkey_H. I updated my post about "Sharing variables in multithread". I think it would be useful to add a section in the doc with this title and the corresponding information, this is an important subject, and it will be a li...

 Forum: Support   Topic: Simple Python Intergration Example

Posted: April 1st, 2011, 12:27 pm 

Replies: 19
Views: 2117


I have Python 2.6 Thanks for all these examples. In the beginning I got always error messages (from Autohotkey.dll) with : Error at line 1, the line (text in Chinese followed) does not contain a recognized action. The problem was : strings were not unicode. The examples given above work if you write...

 Forum: Custom   Topic: AutoHotkey.dll

Posted: March 18th, 2011, 2:12 pm 

Replies: 562
Views: 93446


Sharing variables in multithread It is a little difficult to gather up to date information on this topic. Since it is an important matter, I summarize here what I found. In a previous post, HotkeyIt offers code to share variables and objects. For Objects : For Objects it is little different and you...

 Forum: Scripts   Topic: [AHL_L/v2] TT() - Full-blown ToolTip Library

Posted: March 16th, 2011, 12:55 pm 

Replies: 114
Views: 12174


If you are going mad debugging this issue, have you try with a real IDE ? You can go step by step, see if your variable is OK wen T. is called and so on. You will find the problem in 15 minutes and this will pay for the time you will need to install Dev-PHP and get used to it. If you want an example...

 Forum: Support   Topic: Input for Any key

Posted: March 14th, 2011, 12:20 pm 

Replies: 6
Views: 532


I am surprised... There was a simple answer, so simple that I had not the idea to explore it enough. This is the V option (Visible). I knew it and used it in my first programming. It lets pass everything and is exactly what I needed. I had assumed it would just send the characters that normally Inpu...

 Forum: Support   Topic: SendInput DllCall

Posted: March 14th, 2011, 12:13 pm 

Replies: 31
Views: 2642


Hello, although this shifts slightly the question it is still in the topic. You were speaking of sending mouse events; I am interested in sending keyboard events. I tried to adapt the following code, found above, but I failed. I am noob about dllcalls. Can you tell me were is my mistake ? Thanks. Or...

 Forum: Support   Topic: Input for Any key

Posted: March 12th, 2011, 3:31 pm 

Replies: 6
Views: 532


Quote:
I read this post when you first made it and thought long and hard on a simple answer

Thanks a lot for your interest !

And thanks for the code you provide, this is a very good start and it works like a charm.
I'll see what I can do with it and post the result here.
Thanks again.

 Forum: Support   Topic: Input for Any key

Posted: March 12th, 2011, 11:58 am 

Replies: 6
Views: 532


Thanks for the answers, although unfortunately they confirm that probably I did not miss something important. Input is alright for that Only partially. It will get CTRL+letter, but not CTRL + F4, or CTRL + SHIFT + letter and WordProcessors often use shortcuts like these. For this the scan code is ne...

 Forum: Support   Topic: Input for Any key

 Post subject: Input for Any key
Posted: March 10th, 2011, 2:04 pm 

Replies: 6
Views: 532


It seems I am the first to ask the question because search didn't return anything. I need a function which returns a key pressed by the user, whatever it is, which includes shortcuts like CTRL +... I noticed the example in the end of the Input function explanation in the doc, but it does not suits m...

 Forum: Scripts   Topic: [AHL_L/v2] TT() - Full-blown ToolTip Library

Posted: March 10th, 2011, 10:45 am 

Replies: 114
Views: 12174


I worked a little on your script to understand. About the default value if the trayIcon position cannot be reported, I thought of three possible solutions, each one easy to implement : 1) right side of the screen, just above the system tray (I have implemented this inside my own program presently. N...

 Forum: Support   Topic: Titan's Anchor Script

Posted: March 8th, 2011, 5:35 pm 

Replies: 7
Views: 459


Quote:
That will not work

Not a problem because... it works :) (see unichars.sf.net when the 1.4.5 version will be ready)

The reason is simple : titan's Anchor does not use A_GuiWidth and A_GuiHeight, it takes the size of the window from dll calls.

 Forum: Support   Topic: Titan's Anchor Script

Posted: March 8th, 2011, 2:08 pm 

Replies: 7
Views: 459


Ok, I found the trick :

Code:
   Gui, Show   
   sleep 100   
   Gui, 1:+Lastfound
   WinMove, , , , , , 500
   
   Gosub GuiSize


Probably better with a WinWait, but this shows the idea : some delay is necessary.

 Forum: Support   Topic: Titan's Anchor Script

Posted: March 8th, 2011, 12:56 pm 

Replies: 7
Views: 459


I have another question : I use Titan's script to resize the window. OK. I would like to save the window size and restore it after. No problem with WinMove. The problem is : both don't work together. The size of the window is correctly restored, but Titan's script does not get the change and the con...
Sort by:  
Page 1 of 5 [ Search found 63 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group