Cursor in popup stack
J. Landman Gay
jacque at hyperactivesw.com
Mon Nov 4 17:42:00 EST 2002
Just to complete the thread, in case anyone else is following this, here
is how to get the arrow cursor in a popup stack menu. This goes in the
script of an unlocked field:
on mouseDown
lock cursor
set cursor to arrow
popup "myPopupStack"
end mouseDown
The trick is locking the cursor (remember to unlock it later.) Thanks to
Scott R. for setting me straight, and hope this helps others.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the metacard
mailing list