Position of POP window |
| Author |
Sherman Wilcox
|
| Last modified |
2003-01-01
|
|
What is this?
Same (see Positioning of new windows) thing for the New•POP Monitor menu
|
on menuselect(menuName, itemName)
tell application "Mailsmith 1.5"
activate
make new pop monitor
set bounds of window 1 to {101, 44, 735, 700}
set weHandledCommand to true
return weHandledCommand
end tell
end menuselect
|