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 

Search found 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Selecting a menu item by name in a non-standard app menu
mstorey20

Replies: 6
Views: 707

PostForum: Ask for Help   Posted: Thu Oct 29, 2009 2:02 am   Subject: Selecting a menu item by name in a non-standard app menu
I may be off and too simple but you've gone to the Window Spy - right click on the ahk tray icon and looked at the info you can get there:


>>>>>>>>>>( Window Tit ...
  Topic: If you activate 2 scripts..
mstorey20

Replies: 3
Views: 247

PostForum: Ask for Help   Posted: Thu Oct 29, 2009 1:54 am   Subject: If you activate 2 scripts..
As written the first loop exits when you begin the second and vise versa.


IfWinExist Untitled - Notepad
{
WinActivate
}
else
{
Run Notepad
WinWait Untitled - Notepad ...
  Topic: Send %variable% not working like Send text
mstorey20

Replies: 2
Views: 243

PostForum: Ask for Help   Posted: Wed Oct 28, 2009 1:14 pm   Subject: Send %variable% not working like Send text
Blah....

Yes. Thanks. If there was only a smart compiler that knew what I wanted and would write and edit the code for me, it would be soooo much easier. Smile
  Topic: Send %variable% not working like Send text
mstorey20

Replies: 2
Views: 243

PostForum: Ask for Help   Posted: Wed Oct 28, 2009 12:58 pm   Subject: Send %variable% not working like Send text

; ***************************
; Toggle Schedule - shared
; ***************************
ToggleSchedule(state)
{
if (state<0)
state=2
else if (state>2)
...
  Topic: Need help with simple looping
mstorey20

Replies: 6
Views: 375

PostForum: Ask for Help   Posted: Fri Oct 23, 2009 12:49 am   Subject: Need help with simple looping

StartTime:=A_TickCount ; Get starting time
ElapsedTime:=A_TickCount-StartTime ; Just to make sure initialized for while loop

While (ElapsedTime<90000) ; Loop unti ...
  Topic: GUI config file.
mstorey20

Replies: 2
Views: 193

PostForum: Ask for Help   Posted: Thu Oct 15, 2009 9:18 pm   Subject: GUI config file.
Here is some code with an example - it is only a piece so it won't "work" but it should help along with the documentation. I had trouble until I found an example.


#Persistent
#Single ...
  Topic: How to create string?
mstorey20

Replies: 3
Views: 233

PostForum: Ask for Help   Posted: Tue Oct 13, 2009 9:20 pm   Subject: How to create string?
Maybe missing something, but you can put strings, variables into strings easily


Random, rand, 1, 10

Test = ABC%rand%TEST
clipboard = %Test% ; copied to clipboard for pasting

MsgBox %Test%
  Topic: Pausing a running script
mstorey20

Replies: 6
Views: 238

PostForum: Ask for Help   Posted: Tue Oct 13, 2009 4:29 pm   Subject: Pausing a running script
Yep, I wondering what the script is and whether we need to pause or suspend the script or whether it should be handled with returns
  Topic: Screen Capture Script - Batch grab design
mstorey20

Replies: 1
Views: 2821

PostForum: Scripts & Functions   Posted: Wed Oct 07, 2009 12:33 pm   Subject: Screen Capture Script - Batch grab design
Certainly not the first, but I couldn't find one out of the box that did exactly what I wanted so I tweaked some things from one from the board. I think it is unique based on how it runs for multiple ...
  Topic: Radiation Oncology eChart Tools
mstorey20

Replies: 0
Views: 1673

PostForum: Scripts & Functions   Posted: Mon Sep 21, 2009 2:07 am   Subject: Radiation Oncology eChart Tools
I found AutoHotkey a couple of weeks ago and it is amazing!! It is turning my longer term hobby of modding games into something more productive.

I'm transitioning to an electronic chart in my medi ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group