[wxPython-users] Animated Effects and Pop-up Panels

Aaron MacDonald ajmacd at ns.sympatico.ca
Mon Feb 11 18:41:45 PST 2008


O.K.  I've tried using a regular dialog and a regular frame.  For both  
of them so far I've only managed to center them inside my computer's  
screen instead of the parent panel/frame.  For the dialog, I'm unable  
to move the root frame around until I close the dialog.  I am able to  
move the frame when I use a frame for the pop-up, though I'll have to  
put in some extra code to move the pop-up frame with the main frame.   
Basically, what I'm looking for is something like a dialog box except  
that it is "inside" the root frame.

On 11-Feb-08, at 9:33 PM, Robin Dunn wrote:
> We've got the wx.PopupWindow class that would be good for something  
> like this, although there is not an implementation for it on OSX  
> yet. Another way to do it would be to make another frame or dialog  
> with no caption, border, etc. and manage the size and position  
> yourself as needed.
>
>
> -- 
> Robin Dunn
> Software Craftsman
> http://wxPython.org  Java give you jitters?  Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org




More information about the wxpython-users mailing list