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 8248 matches
AutoHotkey Community Forum Index
Author Message
  Topic: The Official Goodbye (or AFA) Thread.
engunneer

Replies: 29
Views: 1275

PostForum: General Chat   Posted: Mon Jan 30, 2012 6:46 pm   Subject: The Official Goodbye (or AFA) Thread.
Username(s): engunneer
Duration: sporadic
Reason: life is sometimes sporadic

This is mostly a "I'm not dead yet" post. I have spurts of time where I can come to the forum and help out f ...
  Topic: Why WinClose does not work?
engunneer

Replies: 6
Views: 176

PostForum: Ask for Help   Posted: Fri Jan 20, 2012 6:21 pm   Subject: Why WinClose does not work?
you need to wait for the window to exist before you can close it. (WinWait)

, is allowed in a path name, but you need to follow the rules for commas. I think you'd have to put the argument in quote ...
  Topic: Conversion of image to txt
engunneer

Replies: 16
Views: 992

PostForum: General Chat   Posted: Fri Dec 09, 2011 1:05 pm   Subject: Conversion of image to txt
It looks like sng that PhilLho linked to (above) would let you turn a textlist of colors into a PNG, which is better than jpg in most resoects,
  Topic: Rename Control
engunneer

Replies: 9
Views: 212

PostForum: Ask for Help   Posted: Fri Oct 21, 2011 9:10 pm   Subject: Rename Control
for what purpose?

I would bet you can't change the ClassNN of a control made by another window. However, knowing this community, I wouldn't bet much.
  Topic: Only on Startup
engunneer

Replies: 12
Views: 218

PostForum: Ask for Help   Posted: Fri Oct 21, 2011 9:07 pm   Subject: Only on Startup
please post it for others who might search.

Thanks!
  Topic: Variable Not Available When Defined Outside of Hotkey Def
engunneer

Replies: 3
Views: 81

PostForum: Ask for Help   Posted: Fri Oct 21, 2011 9:05 pm   Subject: Variable Not Available When Defined Outside of Hotkey Def
hmm, should work, but try this:

StringLeft, DriveLetter, A_AppDataCommon, 1
Msgbox, % DriveLetter
Return

::xcomputer ::
SendInput % "Computername is " . A_ComputerNa ...
  Topic: use semantic versioning
engunneer

Replies: 1
Views: 295

PostForum: Wish List   Posted: Thu Oct 20, 2011 1:35 pm   Subject: use semantic versioning
http://thedailywtf.com/Articles/Release-Management-Done-Right.aspx
  Topic: Loop of x help
engunneer

Replies: 6
Views: 196

PostForum: Ask for Help   Posted: Thu Oct 20, 2011 1:51 am   Subject: Loop of x help
are you certain your window is called DFO? (See SetTitleMatchMode)
Are you sure the Send command can send keys to this window? (Try mapping q::Send, x to see if it works this way)
Try a different lo ...
  Topic: Detect if two or three keys held down at same time?
engunneer

Replies: 4
Views: 153

PostForum: Ask for Help   Posted: Thu Oct 20, 2011 1:47 am   Subject: Detect if two or three keys held down at same time?
this topic is slightly related: http://www.autohotkey.com/forum/viewtopic.php?t=77058
  Topic: re-write EXCEL in AHK
engunneer

Replies: 3
Views: 501

PostForum: General Chat   Posted: Thu Oct 20, 2011 1:42 am   Subject: re-write EXCEL in AHK
it would be terribly slow. Also, Excel has some very nice advanced functions that I would miss.
  Topic: Hiding a widget
engunneer

Replies: 1
Views: 59

PostForum: Ask for Help   Posted: Wed Oct 19, 2011 3:20 pm   Subject: Hiding a widget
The Control Command may be able to hide it.
  Topic: surrounding the current selection
engunneer

Replies: 26
Views: 693

PostForum: Ask for Help   Posted: Wed Oct 19, 2011 2:39 pm   Subject: surrounding the current selection
yes, the copy takes some time. See also, ClipWait
  Topic: Problem with Progress command?
engunneer

Replies: 2
Views: 96

PostForum: Ask for Help   Posted: Tue Oct 18, 2011 9:25 pm   Subject: Problem with Progress command?
just to rule out the rest of your script, try it with tooltip instead, just to make sure it is 100% consistent.
  Topic: Help extracting coordinates from CNC text file
engunneer

Replies: 12
Views: 244

PostForum: Ask for Help   Posted: Tue Oct 18, 2011 1:17 pm   Subject: Help extracting coordinates from CNC text file

filename = test.txt
outfile = out.txt
loop, read, %filename%
{
if Instr(A_LoopReadline, "G")
Continue
if RegExMatch(A_LoopReadline," ...
  Topic: surrounding the current selection
engunneer

Replies: 26
Views: 693

PostForum: Ask for Help   Posted: Tue Oct 18, 2011 12:55 pm   Subject: surrounding the current selection
be sure to send your clipboard in {Raw} mode! If your clipboard text contains any special chars, they will be interpreted by AHK.

small test script:

test := "#e"
Send, %test%
 
Page 1 of 550 Goto page 1, 2, 3 ... 548, 549, 550  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group