Thanks for the answer.

I will try the method you talked about.

For the moment, I am creating a new sizer and new panel
and call the SetSizer(...) and SetAutoLayout(...)
but this is not satisfying me.

Loïc


"F. GEIGER" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> wxWindow has Update and Refresh methods. You can override the one of your
> wxPanel, where you can call all its children to update/refresh themselves.
> wxPanel's update could be triggered by a timer event, mouse event  or
> whatever.
> 
> I do such things preferably in timers owned by the widgets themselves.
> 
> HTH
> Franz GEIGER
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to