[Pythoncard-users] Notebook and notebook pages not responding to size event
by Kc106 2005-Pythoncard other posts by this author
Nov 14 2006 10:41AM messages near this date
Re: [Pythoncard-users] Slider bug?
|
[Pythoncard-users] Stupid question execute pythoncard in linux
I was playing around with Jussi Salmela's BPM program to see how notebook, grid, and htmlWi
ndows work in PythonCard. See:
http://groups.google.com/group/comp.lang.python/browse_frm/thread/b08744d4ae5f6e3a/725e44c8f
cb608f6?lnk=arm&hl=en#725e44c8fcb608f6
I notice that the individual windows are not receiving the size event. In addition, the no
tebook itself is not getting resized eventhough it has been placed in a sizer.
Is this intended?
It would seem to be more natural that when the main window gets resized, first the notebook
gets resized (as part of a sizer), and then the individual child-windows gets a size event.
I got around all these by keeping a list of the childwindows, and then when the
main window gets a size event, I would resize the notebook manually, and then re-boardcast t
he size event to the individual
childwindows. Works - but shouldn't be necessary.
--
John Henry
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|