View Single Post
  #4  
Old 09-24-2005, 11:41 PM
ProsperousOne ProsperousOne is offline
Member
 
Join Date: May 2005
Location: Motown, Aruba Bound....
Posts: 60
Default Re: Need AHK MultiTabling Help

Figured out I wasn't initizlizing my que properly.

What I've done to solve the problem is that I have a timer that fires every 50ms and checks to see if the active window is the same as the winow you're currently acting on. If not, it takes the top window, puts it in the bottom of the que, and reactivates the window you need.

I have a script working with manual intervention: you need to select the window you want to act on, then your inputs are guarenteed to got to that window.

Now I'm tryng to automate it a litte more, such that you don't have to select a window. A window requiring action will be placed in the bottom of the que.

I've finally got the que working now, I'm just trying to get the timers working correctly.

Wish me luck.... [img]/images/graemlins/smirk.gif[/img]
Reply With Quote