AutoHotkey Community

It is currently May 26th, 2012, 7:16 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Making window frontmost
PostPosted: May 23rd, 2008, 9:52 am 
Offline

Joined: September 9th, 2006, 7:18 pm
Posts: 5
Probably very simple, but haven't found a solution (searched on winactivate, frontmost, active window, etc). Why does the following code node make the firefox window frontmost? It does start firefox, but behind all other active windows.

Run, c:\Program Files\Mozilla Firefox\firefox.exe
WinWaitActive, Mozilla Firefox
WinActivate, Mozilla Firefox

Keep well, Ursus


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2008, 10:07 am 
WinActivateBottom OR WinSet ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2008, 10:14 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
er... you could try WinActivate in a loop until it becomes active and also there is this less used #WinActivateForce

:roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2008, 11:18 am 
Offline
User avatar

Joined: October 7th, 2006, 8:45 am
Posts: 3328
Location: Simi Valley, CA
SetTitleMatchMode, 2
maybe...
Code:
SetTitleMatchMode, 2
Run, c:\Program Files\Mozilla Firefox\firefox.exe
WinWait, Mozilla Firefox
WinActivate, Mozilla Firefox

_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, kkkddd1, Yahoo [Bot] and 67 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