On 6/7/07, Peter Decker <[EMAIL PROTECTED]> wrote: > On 6/6/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > > OK, after a few weeks of working on this, I've finally gotten things > > to where they are working smoothly. I just committed a whole bunch of > > changes both to the framework and the IDE stuff. The main > > improvements to the Class Designer are: > > > > • support for Wizards and WizardPages > > • support for dDialog and dOkCancelDialog > > I just tried to create a dOkCancelDialog class, but when I run it, all > the controls in the body of the dialog are crammed in the upper left > corner, and the ok/cancel buttons are in the middle of the dialog > instead of the lower right corner. What am I doing wrong?
This is normally an instance of creating a bunch of controls and not adding them to the main sizer. I have forgotten on occasion to add one sizer to the main sizer and that will cause the squished look. > > -- > > # p.d. > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
