| View previous topic :: View next topic |
| Author |
Message |
BDBoard Guest
|
Posted: Thu Jul 24, 2008 6:20 am Post subject: Dumb question - How do I use WinText without WinTitle? |
|
|
This is a dumb question, but for commands like "IfWinExist", I can't get it to work when using WinText without WinTitle. For example:
If I open up a folder - "C:\Temp Folder", and then run this test code:
---------------------------------
DetectHiddenText On
IfWinExist,,C:\Temp Folder
{
MsgBox Triggered
}
---------------------------------
...I don't get a trigger. What am I doing wrong? |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 913 Location: The Interwebs
|
Posted: Thu Jul 24, 2008 6:31 am Post subject: |
|
|
| That code works fine for me... |
|
| Back to top |
|
 |
BDBoard Guest
|
Posted: Thu Jul 24, 2008 12:57 pm Post subject: |
|
|
Really?
That's weird, it's not doing a darned thing for me. I'll open the folder by using the Windows Run dialog box and execute "C:\Temp Folder". Then I run the script, but I don't get any result. |
|
| Back to top |
|
 |
|