--- In [email protected], "dleidinger" <[EMAIL PROTECTED]> wrote: > > I've got the following small script: > > aw_han=win.getfocus() > pw_han=win.parent(aw_han) > *TrayIcon Right =AmP > *Keys {left}{up}{up}{up}{enter} > wait.for(1500,activewindow("=AmP"))
There is no difference betweem more commands and file script that would affect above. Wait works in more commands in my tests: try something like debug one More commands: wait(...) debug two I suspect the issue above is that the wait is in the wrong place. Wait _before_ sending keys to let the window that you are presumably activating by the trayicon command open and activate. 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/
