From: Arthur E. <ar...@ia...> - 2004-09-13 17:17:15
|
On Sep 13, 2004, at 16:54, Kevin Altis wrote: > Sorry, I forgot to tell you that you also need a file named > __init__.py in the appcomponents directory in order for the > appcomponents directory to act as a package; that's how Python works. > Just make a new blank file or copy the one that is already in the > components directory. that worked fine, thanks. There's one observation, probably a wxPython issue. When the heading is disabled, suddenly the scollbar at the right of the control becomes fully visible. Before, the lower button was just partly visible. I suspect the length of the scrollbar is wrongly calculated, the vertical size of the heading, when the heading is enabled. (on OS X) Another visual anomaly, a StaticText control doesn't clip the length of text beyond it's horizontal size. So far, start to like PythonCard as a replacement for my RealBasic development. When over time more of wxPython is incorporated and the IDE will be improved, it will be a terrific replacement for Rb. No more suffering the realbasic language, python is far superior imo. Thanks for your efforts! Arthur |