Quite some time ago, I asked for help with commands (which I'd assign 
to hotkeys) that would position the active window into the various 
four corners of one's screen.  The upper left is obviously a no-
brainer:
_____________________________
*window position! 0 0 active
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Here's what I was told would work for the other corners:

upper-right:
win.move(xscreen - win.width("active"), 0)

lower-left:
win.move(0, yscreen - win.height("active"))

lower-right:
win.move(xscreen - win.width("active"), yscreen - win.height
("active"))

I've *never* been able to get these to work.

Can anyone help me figure out why not?... or suggest other command 
forms that *would* work?

Thanks in advance...
________
—Thri
¯¯¯¯¯¯¯¯







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/
 


Reply via email to