> > > hwnd.ontop(1).transmouse(100).move(50,50) > > Love it! Should it break any of my scripts (don't think it will) I'll > fix it. > > I'd appreciate if you could document in the help file the order of > evaluation of expressions terms
This is documented under expressions. Its always left to right for operators of equal priority. > And for win plugin "." strings, I was thinking that allowing for > wait.for in the string may be sweeter (more syntax sugar), such as > > hwnd.restore._waitfor(visiblewindow(hwn)).move(50,50) > where _ temporarily escapes out of hwnd context Sorry, I don't plan to do this, as it is a substantial change to expression processing, whereas the above is using what is already in place (it only changes the return values of certain services which return "" now). 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
