In the meantime, an untested workaround:

Clicking a bar button usually loses the existing focus
but pressing a hotkey doesn't.
Either make two hotkeys -- or use the same hotkey to do
both jobs, alternately saving and restoring focus:

Command: toggle = not toggle
More commands:
if(toggle)do
oldfocus = win.getfocus()
else
win.setfocus(oldfocus)
endif

Press the hotkey once before leaving IE.
Press it again to return to IE with your focus restored,
hopefully.

The first time you run it after starting PowerPro,
toggle will be 0 and the first command will make it 1
so it will save the handle of the child window.
Next time, it will make the toggle 0, so it will restore the
focus.

If that doesn't work you could try saving the values of xcursor
and ycursor before leaving IE. On returning to IE, do a mouse move
to the saved absolute x and y coordinates and do a left click.

Just some late night insomniacs ideas (2 am here)
possibly useful?

it's time grandpa went to bed...
goodnight.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to