On Friday 11 May 2001 15:23, Jean-Marc Lasgouttes wrote:
[answers to qustions 1,2]
Thanks, Jean-Marc
> Angus> Question 3. I've implemented Toolbar Layouts using a submenu
> Angus> rather than a combox. Now I discover that I have no visual clue
> Angus> about which layout is currently active. I'm tempted to make a
> Angus> special case and change the button on the toolbar to reflect
> Angus> the current choice. Any other ideas?
> The problem with a submenu is that it is not very good when there is a
> lot of stuff in it. Why not keep the toolbar? What I had in mind when
> speaking of submenus in toolbar layouts was to use the submenu
> structure from MenuBackend as the GUI-I description of the combox.
If you really mean "Why not keep the toolbar?":
The two (menubar and toolbar) merge together very nicely once I created a
Menubars class to hold the map of all menubars. And I've invested a lot of
time and effort into making the resulting class more transparent and easy to
follow. And more type-safe, I might add.
I hope you mean "Why not keep the combox?", which is starting to make sense
to me.
Angus