AutoHotkey Community

It is currently May 23rd, 2012, 4:16 am

All times are UTC [ DST ]


Search found 65 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Serial ( COM ) Port Console Script

Posted: May 4th, 2009, 10:20 pm 

Replies: 120
Views: 50156


Hi Rabiator,

Thank you for clarifying this for me.

_/ Louis

 Forum: Scripts   Topic: Serial ( COM ) Port Console Script

Posted: May 4th, 2009, 6:19 pm 

Replies: 120
Views: 50156


To facilitate observing the 'disappearing space' character, I paste a test script here for someone to try. ;Initialise some variables. ASCII = ASCII2 = ASCII_Chr := A_Space ; Append a space to the test variables using = and :=. ASCII = %ASCII%%ASCII_Chr% ASCII2 := ASCII2 ASCII_Chr ; Display the resu...

 Forum: Scripts   Topic: Serial ( COM ) Port Console Script

Posted: April 30th, 2009, 5:35 pm 

Replies: 120
Views: 50156


Hi aobrien (or other AHK experts), I tried your marvellous COM script, and I noticed something weird about the processing of Space characters; they do not get printed in Notepad. Look at the 'COM port receive' loop. ;######################################################################## ;###### Se...

 Forum: Support   Topic: Post/Sending a message to windowless script

Posted: April 1st, 2009, 3:37 pm 

Replies: 3
Views: 411


Thank you, SKAN. That solved my problem.

I looked for RegisterWindowMessage as mentioned in your TIP, but I found no matches of it.

/ Louis

 Forum: Support   Topic: Post/Sending a message to windowless script

Posted: March 31st, 2009, 11:35 pm 

Replies: 3
Views: 411


Hi, I am trying to figure out how to send a message to a script that has no window. In my experiment, I have two scripts. The first script, Waiter , uses OnMessage() to wait for a message. The second script, Sender , tries to send a message to Waiter . ErrorLevel from Sender shows that there is a fa...

 Forum: Support   Topic: Pause and Continue Code

Posted: July 14th, 2008, 7:34 pm 

Replies: 9
Views: 695


Hi Lexikos,

Thank you for telling me about #MaxThreadsPerHotkey. I like that better than what I did.

/ Louis

 Forum: Support   Topic: Pause and Continue Code

Posted: July 14th, 2008, 7:18 pm 

Replies: 9
Views: 695


Hi phfjeld, The script that I included in my message was there only for discussion. I removed all irrelevant detail from my working script, and left the fundamental parts necessary for asking my question and having my problem resolved. The control variable for the if statement was not pertinent to m...

 Forum: Support   Topic: Pause and Continue Code

Posted: July 11th, 2008, 11:37 pm 

Replies: 9
Views: 695


Never mind, I got my script to work using some of the Pause command's parameters. This is the my sketch script. Loop { SplashTextOn, 200,100,Timer status, Timed out (%A_Index%). Sleep, 1000 SplashTextOff Sleep, 1000 } ExitApp F2:: If True Pause, Toggle, 1 Return / Louis

 Forum: Support   Topic: Pause and Continue Code

Posted: July 11th, 2008, 11:03 pm 

Replies: 9
Views: 695


Hi, I have a similar requirement, but I need a hotkey routine more complicated than the simple F2:: example given in this thread. I have an If/Else statement in my hotkey routine, and pressing F2 twice does not unpause the script. I give the example below for discussion. Loop { SplashTextOn, 20...

 Forum: Issues   Topic: Documentation for SetTimer and Thread

Posted: July 11th, 2008, 10:11 pm 

Replies: 3
Views: 906


Hi Krogdor, Thanks for clarifying the sentence for me; what you wrote was easy to understand. By the way, it was not the ambiguous pronouns that was causing my confusion with the sentence. The following part of the sentence needs recasting to make things clear -- both parts around the semi-colon. th...

 Forum: Issues   Topic: Documentation for SetTimer and Thread

Posted: July 11th, 2008, 7:24 pm 

Replies: 3
Views: 906


This is not really a bug, but this forum section seems the best place to put my comments about the documentation. In the description for SetTimer : The following has some ambiguous pronouns. Whenever a timer is created, re-enabled, or updated with a new period, it will not run right away; its time p...

 Forum: Support   Topic: WinWaitAnyNewWindow

Posted: March 10th, 2008, 10:14 pm 

Replies: 13
Views: 1739


Is there some reason not to use a shell hook (SKAN's method)? WINEVENTPROC is a pointer to a callback function. See WinEventProc Callback Function . Hi lexiKos, I am experimenting with SKAN's method, but I wanted also to try your suggestion. I am an inquisitive person -- curiosity and all, eager to...

 Forum: Support   Topic: WinWaitAnyNewWindow

Posted: March 7th, 2008, 11:28 pm 

Replies: 13
Views: 1739


Hi lexiKos, If you need to detect when a window is created, you can use a shell hook (as in the post Skan linked to) or SetWinEventHook(). Have you already used DllCall to call that SetWinEventHook() function? I ask because I do not know how to specify the fourth parameter of SetWinEventHook() in th...

 Forum: Scripts   Topic: Compile_AHK II - for those who compile!

Posted: March 1st, 2008, 11:33 pm 

Replies: 413
Views: 91109


Hi ladico, I should like to know if Compile_AHK handles relative paths for file names, i.e., relative to the script's directory. Let us say that I have a script called wolf.ahk in this directory. f:\thePathToGrandmothers\House\ Let us say that I have my icons in a subdirectory of the above, say icon...

 Forum: Support   Topic: Compile_AHK and relative file paths

Posted: February 28th, 2008, 4:23 pm 

Replies: 5
Views: 800


Hi [VxE],

Quote:
I suggest that you simply PM ladkio, one of the script's authors, about your questions.


Thank you for your the suggestion and for setting up the mail link for me; that was very kind.

/ Louis
Sort by:  
Page 1 of 5 [ Search found 65 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group