wxPython UI refresh

Vadim Zeitlin zeitlin at seth.lpthe.jussieu.fr
Wed Mar 14 12:53:40 EST 2001


On Mon, 12 Mar 2001 17:17:49 -0600, Wiwih Gunadi <wcanopy at covad.net> wrote:
>I've tried Refresh(), Validate, wxYield() on the OnSize event handler to no
>avail.

 Try calling Win32 ::UpdateWindow() directly on the embedded window (assuming
you can find its HWND somehow) and/or sending it WM_PAINT explicitly (again,
you need the HWND).

>BTW, Excel is not an ActiveX control is it? i.e. it's impossible to "wrap"
>Excel like IE with the activexwrapper, right?

 Wrong, you can embed it, of course. Try putting an Excel table inside a Word
document and editing it.

 Regards,
VZ

-- 
GCS/GM d? H+ s++:-- p2 au--- a- w+ v C+++ UBLS+++ P- L++ N++ E--- W++++ M? V--
-po+ R++ G`` !tv b+++ D--- e++++ u++ h--- f+ r++ n- y?



More information about the Python-list mailing list