Search found 8 matches

by tripshack
25 Mar 2022, 19:48
Forum: Ask for Help (v1)
Topic: ImageSearch - a space breaks
Replies: 1
Views: 239

ImageSearch - a space breaks

I found that a space in front of the file name returns error 2. Blank space is OK. ; == OK: Blank before file name iFull := "C:\test.bmp" CoordMode Pixel ; Interprets the coordinates below as relative to the screen rather than the active window. imagesearch, FoundX, FoundY,0,0,1920,1080, %iFull% ; o...
by tripshack
20 Oct 2015, 21:28
Forum: Bug Reports
Topic: msgbox newline crash
Replies: 0
Views: 1256

msgbox newline crash

I never wanted 2174 newlines in a msgbox, but it happens now and then. Warning, after running this, my w7 requires a reboot to resolve the UI issues (borked display and stutters). w10 in vmware has the msgbox issue, but does not seem to adversely affect windows. ; Shows limit of 2174 newlines in msg...
by tripshack
22 Dec 2014, 23:02
Forum: Tutorials (v1)
Topic: Example, RegEx Array vs Pseudo Array
Replies: 4
Views: 6760

Re: Example, RegEx Array vs Pseudo Array

lexikos wrote:Object Match != Match Object. ;)
Oops. Fixed.
by tripshack
22 Dec 2014, 13:03
Forum: Tutorials (v1)
Topic: Example, RegEx Array vs Pseudo Array
Replies: 4
Views: 6760

Re: Example, RegEx Array vs Pseudo Array

lexikos wrote:It's not an array. It's a Match Object.
Thanks. Match Object is the correct term to use. I'll fix that in the original post.
by tripshack
12 Dec 2014, 23:53
Forum: Editors
Topic: How to launch ahk in Everedit
Replies: 2
Views: 6236

Re: How to launch ahk in Everedit

Nice ;)
by tripshack
02 Dec 2014, 23:43
Forum: Tutorials (v1)
Topic: Example, RegEx Array vs Pseudo Array
Replies: 4
Views: 6760

Example, RegEx Array vs Pseudo Array

I wrote this example while learning about RegEx and how it works in AHK. The Match Object vs Pseudo array output was very confusing until I saw what was going on. This may be mentioned in the docs, but not exactly stated outright. /* 20141202 RegExMatch example Shows output types and basic RegEx usa...
by tripshack
26 Nov 2014, 23:53
Forum: Editors
Topic: How to launch ahk in Everedit
Replies: 2
Views: 6236

How to launch ahk in Everedit

I use Everedit for AHK. http://www.everedit.net/index.php It's prepackaged with AHK syntax highlighting. After the 1 month trial, it's currently $35 usd. My #includes were not working properly, so I came here to ask about it. Before posting, I solved the issue by correcting my Everedit config. Here'...

Go to advanced search