On May 20, 2010, at 9:12 AM, Martinecz Miklós wrote:

> I would like to create a main form that serves as my application user
> interface.
> 
> When the user clicks a menu item, any new form is supposed to open within
> this user interface.


        You're looking for the Windows MDI interface; by default, this is 
turned off. To get the MDI behavior, in your main script, add the line:

dabo.MDI = True

after your 'import dabo' line. Then just make sure that when you open the child 
forms, you specify the main form as the parent.


-- 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