AutoHotkey Community

It is currently May 26th, 2012, 11:18 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: November 16th, 2009, 12:23 pm 
i want to take action depending on the message posted on the statusbar but in the help file its written tht it works with standard bars hw abt my gui statusbar its nt standard??? then how i should retrieve the text and take appropriate action

Run C:\xyz.exe
WinWaitActive XYZ
;StatusBarWait, State, , , XYZ
StatusBarWait, State: Ok, 30
if ErrorLevel
MsgBox, The command timed out or there was a problem.
else
MsgBox, The search successfully completed.

i tried with the above code but it didnt worked i mean no message displayed......


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 16th, 2009, 7:50 pm 
is XYZ an ahk program?
if not, did u try window spy to see if the text is there?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 16th, 2009, 9:41 pm 
Online

Joined: April 8th, 2009, 7:49 pm
Posts: 6067
Location: San Diego, California
And you need to know in what part of the statusbar the information appears. I used "AutoIt3 Window Spy" to get typical I.E. statusbar info.
Thats 12 parts that could have text.
Quote:
>>>>>>>>>>>( Status Bar Text )<<<<<<<<<<
(1): (10 items remaining) Waiting for http://www.autohotkey.com/forum/viewtopic.php?t=51197...
(2):
(3):
(4):
(5):
(6):
(7):
( 8 ): Phishing Filter is checking this website
(9):
(10):
(11): Internet | Protected Mode: Off
(12):


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 9:37 am 
thanks man...but its not showing anything under statusbar information of autospy tool


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 10:49 am 
Online

Joined: April 8th, 2009, 7:49 pm
Posts: 6067
Location: San Diego, California
what is the real name of the program ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 11:05 am 
its a gui tool of mine developed in labwindows


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Cerberus, Google [Bot], Google Feedfetcher, Maestr0, rbrtryn, Tipsy3000, XstatyK and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group