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 

Dumb question - How do I use WinText without WinTitle?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
BDBoard
Guest





PostPosted: Thu Jul 24, 2008 6:20 am    Post subject: Dumb question - How do I use WinText without WinTitle? Reply with quote

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

PostPosted: Thu Jul 24, 2008 6:31 am    Post subject: Reply with quote

That code works fine for me...
Back to top
View user's profile Send private message AIM Address
BDBoard
Guest





PostPosted: Thu Jul 24, 2008 12:57 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group