On Sep 2, 2008, at 6:04 PM, Dave Rowe wrote:

> Am I doing this incorrectly?  Is there the better, more re-usable  
> way that
> I should be using?


        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





_______________________________________________
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