|
From: <kc1...@ya...> - 2006-11-14 18:40:03
|
I was playing around with Jussi Salmela's BPM program to see how notebook,= grid, and htmlWindows work in PythonCard. See:=0A=0Ahttp://groups.google.= com/group/comp.lang.python/browse_frm/thread/b08744d4ae5f6e3a/725e44c8fcb60= 8f6?lnk=3Darm&hl=3Den#725e44c8fcb608f6=0A=0AI notice that the individual wi= ndows are not receiving the size event. In addition, the notebook itself = is not getting resized eventhough it has been placed in a sizer.=0A=0AIs th= is intended? =0A=0AIt would seem to be more natural that when the main win= dow gets resized, first the notebook gets resized (as part of a sizer), and= then the individual child-windows gets a size event.=0A=0AI got around all= these by keeping a list of the childwindows, and then when the=0Amain wind= ow gets a size event, I would resize the notebook manually, and then re-boa= rdcast the size event to the individual=0Achildwindows. Works - but should= n't be necessary.=0A =0A--=0AJohn Henry=0A=0A |