Platform and version? What is the parent of the info_panel?
···
On 1/6/12 1:51 AM, Neacsa Bogdan Valentin wrote:
Hello,
I'm trying to create a right click menu for a glcanvas, where one can
right click on a item and the have some available action. Now I've done
something like this for a wx.grid with:self.info_panel.SetPosition((x_pos, y_pos))
self.info_panel.Raise()
self.info_panel.Show()Here info_panel is the 'right click menu' represented by a panel with
some widgets.Now I'm trying to do the same for a glcanvas, but it doesn't seem to
work properly, meaning that even after the Raise() the glcanvas still
has the top level, the menu being hit behind it.Is something like what I'm trying not possible or did I just screw up
some parent-child-sizer related thing and should triple check it?
--
Robin Dunn
Software Craftsman