[wxPython-users] Rescuing children frames

Raffaello Barella barbarossa.platz at gmail.com
Fri Feb 29 23:01:27 PST 2008


Thanks anew. I tried wx.FRAME_FLOAT_ON_PARENT and it is better -for my
purpose- than EVT_ACTIVATE because it does NOT set to modal its frame, and
so it allows to work with more than one child window at the time.

2008/2/29, Robin Dunn <robin at alldunn.com>:
>
> Raffaello Barella wrote:
> > Thanks.
> > EVT_ACTIVATE will do for my present needs.
> > wx.FRAME_FLOAT_ON_PARENT might get useful in a different context: where
> > can I find some dovcumentation on it?
>
>
> There is just a little blurb on the wxFrame C++ docs page.  Easiest
> thing to do is just try it out and experiment to see how it behaves.
>
>
>
> --
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200803=
01/d0dea495/attachment.htm


More information about the wxpython-users mailing list