>I have a project that has a menubar pop up when the user presses
><SPACE>.If the user presses <SPACE> again, the menu is removed. I've
>used the standard "installmenu" feature in lingo. But when the menu
>pops up, my entire stage moves about 15 pixels down, and up if the
>menu disappears. How can I prevent the stage from moving?
The situation is worse than you think. This behavior changed in D8,
so I think you are talking about D7 Windows projector. Whatever the
case, the stage is moving down 20 pixels, and you need to take care
of that by checking which machine you're on, and whether you're in
authoring or not, and then set the stage to compensate for the shift
that happens.
Hiding and showing the menu with the space bar may make the whole
problem more obvious, but I don't think there's much you can do about
it, other than put up with all the redrawing that goes on.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]