Its got a vertical box sixer with several StaticText instances in it. I don't overload the draw method.
The full content is produced at initialization and never changed. Just waits for another right click to
close it and the user can drag it around wherever he likes. Pretty simple.
thanx & later,
Ben Scherrey
Benjamin Scherrey wrote:
I have an app where I bring up a PopupWindow with a wx.SIMPLE_BORDER whenever
the user right clicks on an element in my grid. This works fine until the PopupWindow pops up
on
top of an existing window of the same type. When that occurs, the content from the lower
window
gets merged onto the overlapping bits of the new one and screws up the display. Is this a
known
···
6/26/2004 5:19:25 PM, Robin Dunn <robin@alldunn.com> wrote:
issue and what can I do about it?
What is in the popup? Is it something that you are painting yourself?
Do you fully paint the rectangle or is some of it left unpainted?--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org