Search found 5 matches
- Fri Jan 19, 2018 1:49 pm
- Forum: Technical / Scripting
- Topic: OnEvent when script fail
- Replies: 2
- Views: 3069
Re: OnEvent when script fail
Any help?
- Thu Jan 18, 2018 4:14 pm
- Forum: Technical / Scripting
- Topic: OnEvent when script fail
- Replies: 2
- Views: 3069
OnEvent when script fail
Its possible use onevent to do x action when script fail to detect a window or a label, etc? fail.png Like this message when fail to find a window in setfocus "information window" OnEvent>WINDOW_OPEN,Information,, SRT>Alarm PlayWav>C:\Users\Public\Music\Sample Music\Sleep Away.mp3 END>Alarm setfocus...
- Wed Dec 13, 2017 11:52 am
- Forum: Technical / Scripting
- Topic: Increase image detection
- Replies: 5
- Views: 5678
Re: Increase image detection
Hi i already tried with it, i'm trying increase the chance to find a image when the background are different //Find FindImagePos>%BMP_DIR%\image_3.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF FindImagePos>%BMP_DIR%\image_4.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF FindImagePos>%BMP_DIR%\image_5.bmp,S...
- Tue Dec 12, 2017 5:38 pm
- Forum: Technical / Scripting
- Topic: Increase image detection
- Replies: 5
- Views: 5678
Increase image detection
How i can increase the chance to detect a image with different backgrounds, sometimes it changes her size too depending on the zoom My actually script: //Find FindImagePos>%BMP_DIR%\image_3.bmp,SCREEN,40,1,XArr,YArr,NumFound FindImagePos>%BMP_DIR%\image_4.bmp,SCREEN,40,1,XArr,YArr,NumFound FindImage...
- Fri Dec 01, 2017 10:47 pm
- Forum: Technical / Scripting
- Topic: Hotkey to call script
- Replies: 1
- Views: 2054
Hotkey to call script
I use some keybord letters to call some scripts bc it make easier to me. But when i add a keyboard letter to call a script the macro block her input in everywhere. ok.png I did a workaround editing the top of script to send caps (bc the macro send the letter in uppercase), then send the letter used ...