>I want to be able to click on a line in a scrolling field and then have a >menu appear in order to manipulate the line clicked on with a script. So far >I can do pretty much what I want with a mouseDown handler and th epulldown >command. I want to use a single object (no transparent buttons), and will >want to do this eventually in a mouseStilldown handler. > If you are talking about a contextual menu (right-click or control-click) it is best done with a separate stack (substack) with buttons on it and the command "popup <stackName>". >The problem is: > > when the menu appears, and the user scrools to select a menu item the >field also continues to scroll. > >The question is therefore: > how do i stop the field from scrolling when the menu is being selected? > > >Archives: http://www.mail-archive.com/metacard%40lists.best.com/ >Info: http://www.xworlds.com/metacard/mailinglist.htm >Please send bug reports to <[EMAIL PROTECTED]>, not this list. > > Regards, Andu __________________ [EMAIL PROTECTED] Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
