On Jan 7, 2010, at 3:04 AM, Mike wrote:

> 1. How can one locate a toolbar to some other location on the form other
> than below the menus

        I don't see anything in the toolbar classes that would allow that. This 
would be determined by the OS that the UI is running on, and not Dabo or 
wxPython. You could simulate this on your own with either a small panel (if you 
want the toolbar on the form), or by using the dToolForm to create a floating 
toolbar-like window. See the file ClassDesignerSizerPalette.py in the ide 
directory for an example.

> 2. How can one have multiple toolbars. I have a form with a parent and a
> child grid and would like a separate data navigation tool bar for each

        You could create a panel with a number of small images on it, and add 
click handlers to the images to simulate a toolbar, and then place that 
wherever you like.

> 3. Can one have multiple menus located at different positions on the form

        AFAIK, no OS supports that natively. You can fake it perhaps by 
creating a small panel with some text on it, and popping a context-type menu 
when the user clicks on it.


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