Get Win7-64 Window Text

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
buddymatkona
Newbie
Posts: 1
Joined: Sat Jul 02, 2011 8:31 pm

Get Win7-64 Window Text

Post by buddymatkona » Sat Jul 02, 2011 8:46 pm

I remember seeing this problem a couple years back but I want to mention a difference I see between Macro Scheduler versions 11 and 12. Is this working for others on Win 7-64? Is there a fix scheduled?

Code: Select all

GetWindowText>YahDebugOO.odt - OpenOffice.org Writer,strText

Position>http,strText,1,nPos,TRUE
Position>Classic,strText,nPos,nEnd,FALSE
MidStr>strText,nPos,{%nEnd% - %nPos% + 14},strSub

run>C:\Program Files (x86)\Mozilla Firefox\firefox.exe %strSub%
Using the same Open Office Text Document Window, I get:

Code: Select all

                  Macro Scheduler   11             12
GetWindowText                       Worked      Failed (Returned Nothing)
GetWindowTextEx                    Failed        Failed (Returned Title Text)

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts