| Author |
Message |
Topic: Hide window |
UPS
Replies: 2
Views: 123
|
Forum: Ask for Help Posted: Sun Apr 06, 2008 1:40 am Subject: Hide window |
Is there a way to hide the windowYes.
so it blends in with the rest of the desktop, but you can still pixel search in it...?No.
Oh and is there a way to only pixel search in a specified window? Not ... |
Topic: Hide window |
UPS
Replies: 2
Views: 123
|
Forum: Ask for Help Posted: Sat Apr 05, 2008 10:22 pm Subject: Hide window |
| Is there a way to hide the window? Like HIDE IT... so it blends in with the rest of the desktop, but you can still pixel search in it...? Oh and is there a way to only pixel search in a specified wind ... |
Topic: PixelSearch in Specified Window... |
UPS
Replies: 1
Views: 131
|
Forum: Ask for Help Posted: Sat Apr 05, 2008 12:34 am Subject: PixelSearch in Specified Window... |
Any one know of how to PixelSearch in a specified window? I tried:
WinWait, Calculator
PixelSearch, id, id, 100, 100, 100, 100, 0xEDF2F2, 0, Fast
Click %id%, %id%
No luck  |
Topic: Java Forum |
UPS
Replies: 0
Views: 154
|
Forum: Ask for Help Posted: Thu Apr 03, 2008 2:02 am Subject: Java Forum |
| Anyone know of a good Java forum that people reply to? And are like awesome at Java? |
Topic: #IfWinActive variable workaround problems |
UPS
Replies: 1
Views: 309
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 11:35 pm Subject: Re: #IfWinActive variable workaround problems |
I'm trying to get my script to automatically update when I save it in my editor using ^s.
It's nice because it's dynamic - I can paste it into any sciript and not have to update it, even if I chan ... |
Topic: "Failed attempt to launch..." with quick start scr |
UPS
Replies: 13
Views: 443
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 11:32 pm Subject: "Failed attempt to launch..." with quick start scr |
This works flawlessly for me:
Run C:\Program Files\Mozilla Firefox\firefox.exe "http://www.mayah.com"
You might have firefox installed somewhere else so make sure.
Or
Run ... |
Topic: Different approaches to loading html in browser control |
UPS
Replies: 20
Views: 1144
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 10:22 pm Subject: Different approaches to loading html in browser control |
1 Second late? WHO CARES? What's so important about 1 second????  |
Topic: Control "Pixel Search"? |
UPS
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 10:20 pm Subject: Control "Pixel Search"? |
| Is there a pixel search for the control function? Or image search... because I want the window to be minimized and look for a color and click it.... Any suggestions? Maybe I could make the window pop ... |
Topic: Timer / Autherazation / Control Pixel Search? |
UPS
Replies: 6
Views: 216
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 5:58 pm Subject: Timer / Autherazation / Control Pixel Search? |
| Anyone have the answer? Guest was trying to be me and said he got it l000l |
Topic: Hide scroll bar |
UPS
Replies: 4
Views: 305
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 12:24 am Subject: Hide scroll bar |
| so id' put Hide VScroll? |
Topic: Hide scroll bar |
UPS
Replies: 4
Views: 305
|
Forum: Ask for Help Posted: Sat Mar 29, 2008 11:39 pm Subject: Hide scroll bar |
| How do I hide the scroll bar for my script? |
Topic: ControlClick |
UPS
Replies: 14
Views: 413
|
Forum: Ask for Help Posted: Sat Mar 29, 2008 3:12 am Subject: ControlClick |
try using
winget, id, id, Documents
then use
ControlClick, x50 y62,ahk_id %id%,,leftI tried that but no luck, heres what the script is supposed to do:
Look for a minimzed folder called Docume ... |
Topic: ControlClick |
UPS
Replies: 14
Views: 413
|
Forum: Ask for Help Posted: Fri Mar 28, 2008 7:51 pm Subject: ControlClick |
Didn't work heres my script:
DetectHiddenWindows, on
ControlClick, x50 y62, Documents
It doesn't click until I un minimize the window... Is my code wrong? |
Topic: ControlClick |
UPS
Replies: 14
Views: 413
|
Forum: Ask for Help Posted: Fri Mar 28, 2008 7:46 pm Subject: ControlClick |
| DetectHiddenWindows, OnIll try that |
Topic: ControlClick |
UPS
Replies: 14
Views: 413
|
Forum: Ask for Help Posted: Fri Mar 28, 2008 3:21 pm Subject: ControlClick |
ControlClick hasn't been working for me.... whenever the window is minimized it doesnt click but when its unminimized it does... wtf,
But when I tried ControlSetText and minimized a window it still t ... |
| |