RE: [PyCrust] 0.6 in the oven, now with PyFilling, should be done cooking soon
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2001-09-09 01:04:38
|
Ah, yes! Thanks a bunch. That definitely helps. --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." -----Original Message----- From: pyc...@li... [mailto:pyc...@li...]On Behalf Of Raul Cota Sent: Saturday, September 08, 2001 7:56 PM To: pyc...@li... Subject: Re: [PyCrust] 0.6 in the oven, now with PyFilling, should be done cooking soon if you run PyCrust.py you get a splitter window with the interpreter on top and the filling below it, right? Well, if I make the interpreter window as big as I can by reducing the size of the filling (the on sash event) until the filling window is totally hidden. Then I can't open it back again (the filling window). That's why I have to give it a MinimumPaneSize. So the filling is never totally hidden. I did it in the __init__event of Crust, and Filling Raul Win NT, Python 2.1, wxPython 2.3.1 |