Overlapping wxPanels

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
kie
In need of some credit
In need of some credit
Posts: 3
Joined: Wed Oct 27, 2010 3:56 pm

Overlapping wxPanels

Post by kie »

Hello,
I have a big wxPanel with X wxPanels attached as child. I can move these child-panels around. But I when i am draging one wxPanel above another the MouseMoved event is not propageted to all child wxPanels on the same level. Just the last added wxPanel gets the event, what interupts my dragging.

Is there a way to manage overlapping wxPanels? Or do I have to choose another wx thingy...

Thx.
Kie
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Hi,

overlapping controls are generally not supported by wx.
Are you trying to make some graph with nodes? Then I would suggest reading this instead : http://wiki.wxwidgets.org/FAQ#How_can_I ... d_nodes.3F
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply