I tried the TweakUI setting, didn't change anything. My exact situation is that 
I'm using a script to check for any instances of Firefox running. If it isn't 
running then start it. If it is running then either switch to it or display a 
list of windows. My script is:

if(anywindow("*firefox"))do
        window.show("menux *firefox")
else do
        do("c:\\programs\\mozilla firefox\\firefox.exe")
endif

This is set to run by clicking on a button that is alongside the active window 
buttons.

A command button set to "window.show(menu)" to see all windows does the same 
thing. Strange thing is that this is happening to more programs than just 
Firefox. OpenOffice, Thunderbird and Pidgeon exhibit the same behavior. They 
won't switch between their own foreground and background windows. Only if 
another application has the foreground window will they switch. Other 
applications, like Notepad, work fine however.

Thanks for your help.
ADB



--- In [email protected], "brucexs" <bswit...@...> wrote:
> It works on my config under XP SP2.
> 
> If you are using a hot key, try from a PowerPro button instead.  If that 
> works when the hot key does not, try using TweakUI General|Focus settings to 
> _not_prevent applications from stealing focus (ltbhough that is not needed on 
> my XP machine).
> 
> If that does not help, try testing with notepad instead of firefox.
>

Reply via email to