Re: [dabo-users] Class Designer and form height

2007-12-28 Thread Ed Leafe
On Dec 27, 2007, at 7:57 PM, bsnipes wrote: Creating an app in the Class Designer seems to always set the Height to 500 when the form is run ( both from within CD and from the prompt ). Where is the proper place to put adjust the Height value? I've tried the form's afterInitAll

Re: [dabo-users] Class Designer and form height

2007-12-28 Thread Ed Leafe
On Dec 28, 2007, at 12:00 PM, Ed Leafe wrote: That seems to be an artifact of the recent changes that created minimum sizes for forms. Let me look into this. OK, I've fixed this and posted the change to Subversion. I need to do a little more testing first before I release this

[dabo-users] Class Designer and form height

2007-12-27 Thread bsnipes
Creating an app in the Class Designer seems to always set the Height to 500 when the form is run ( both from within CD and from the prompt ). Where is the proper place to put adjust the Height value? I've tried the form's afterInitAll with self.Height= and that doesn't seem to take effect on

Re: [dabo-users] Class Designer and form height

2007-12-27 Thread bsnipes
Forgot version info: Platform: GTK Python Version: 2.5.1 on linux2 Dabo Version: Version 0.8.3; Revision ~3845 UI Version: 2.8.4.0 on wxGTK (gtk2) -- View this message in context: http://www.nabble.com/Class-Designer-and-form-height-tp14520842p14520843.html Sent from the dabo-users mailing

Re: [dabo-users] Class Designer and form height

2007-12-27 Thread johnf
On Thursday 27 December 2007 04:57:55 pm bsnipes wrote: Creating an app in the Class Designer seems to always set the Height to 500 when the form is run ( both from within CD and from the prompt ). Where is the proper place to put adjust the Height value? I've tried the form's afterInitAll

Re: [dabo-users] Class Designer and form height

2007-12-27 Thread bsnipes
JohnF-4 wrote: On Thursday 27 December 2007 04:57:55 pm bsnipes wrote: Creating an app in the Class Designer seems to always set the Height to 500 when the form is run ( both from within CD and from the prompt ). Where is the proper place to put adjust the Height value? I've tried the