Game Development Community

Bug with context menu

by Rik Dodsworth · in Torque X 2D · 09/24/2007 (7:20 am) · 2 replies

When hovering over an object in the scene. a context style menu appears above it. however when near the edge of the screen some of the items can not be seen. it would be nice if it detected this and shifted it to display the other side so i dont then need to zoom out to see it.

#1
09/24/2007 (7:53 am)
It is rendering in the pane rather than on top of the app window. I do not know if it would be a major change to move the layering.
#2
09/24/2007 (7:55 am)
Yeah i noticed it wasnt over the form, rather inside the main panel. but thats not such a problem, if it just flipped it when i was near the edge.. this would do just fine.