[wxPython] resize of a window by program

Hi,

does anybody know how to programmatically resize a wxFrame which is already
displayed on screen?

I tried

frm.SetSize(newSize)
frm.Refresh()

but nothing happens.

Thanks,

Cristina.

does anybody know how to programmatically resize a wxFrame which is

already

displayed on screen?

I tried

frm.SetSize(newSize)

This should work. Can you reproduce the problem in a small sample?

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!