> > Exactly what does happen when it does not work? I have .tiler assigned to W+F10 and [EMAIL PROTECTED] assigned to S+W+F10. When I hit W+F10 everything tiles nicely. Suppose I then make a different app active by clicking in it and then hit S+W+F10, everything untiles going back to it's original position* and the recently clicked-in app is active and in the forground. So it it is working with hotkeys. *Except that apps which were maximized, though tiling properly, wind up minimized after being reset.
I have global g_tiled in the (only) command of a list called HookWindowEvents, then in the more commands box I have if(g_tiled) [EMAIL PROTECTED] Suppose I hit W+F10. Everything tiles good. But when I click in or on a window, nothing happens. In fact, if I switch S+W+F10 from just [EMAIL PROTECTED] to the command described above, Nothing happens as well. I am beginning to think I have problems with wait.for in general. I often suspect my wiat.fors are hanging---e.g., if I have a script with a wait.for, run it, then edit it, I cannot save the new version, the wait.for seems to be caausing PP not to let go of the script file. Could it be the wait.for? In an effort to answer this, I changed the script as follows: ;wait.for(2000) ;g_tiled=1 event.create(2, 1, ?+"*Script Assign g_tiled 1"+) and now it works. (except for a quirk with MSWord---I need to move it a bit to get the window even hooked instead of just clicking in it). So the real question is, what's wrong with my wait.fors? Sorry this is such a mish-mash, but I was expirimenting as I wrote... Thanks for any help. Paul ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/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/
