On Wed, 3 Sep 2008 18:48:26 -0500, Ed Leafe <[EMAIL PROTECTED]> wrote:
> 
>       You're adding all the controls to the grid sizer, but you're not
> adding the grid sizer to your dialog's sizer. Try adding:
> 
> sizer.append1x(grid)
> 
> ...after the code that adds everything to the grid sizer.
> 
> 
> -- Ed Leafe
> 

Sorry, bad copy & paste job.  I did have that, but the dialog is still
quite narrow.  When would self.Size be effective to widen the dialog?

Dave



_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to