Also, sgp wrote: > At the same time, my own trap wasn't terribly effective, > I had to fire it several times before catching the window, > since it was moving (hide/show) quite fast
Your script has: > wait.for(10000, visiblewindow 2360704 ) I just experimented with notepad like this: hide it first, then set it 50% transparent, then unhide it. It appeared 50% transparent. Conclusion: you can make a window transparent while it is hidden and it will be transparent when shown. Therefore you can use wait.for anywindow instead of wait.for visiblewindow, before your command to make it transparent, so you don't need to fire it several times to catch the window. Maybe give it click-through transparency so it won't interfere with clicks on your active program. 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/
