Re: [Sunuml-developers] wxPython/wxWidgets help
Status: Planning
Brought to you by:
lazaruslong
From: Steven G. <laz...@gm...> - 2008-11-05 23:56:10
|
Hey For panel arrangement I thought of using the AUI Manager, handles > automatic panel arrangement using perspective or with user input by > dragging the panels. AUI is a good choice I use it for my editor. > For center panel (diagram pages) FlatNotebook, this allows showing, > closing and rearraging tabs. We will also need progrid and later wxScintilla: - wxScintilla - http://www.scintilla.org/ - progrid - http://wxpropgrid.sourceforge.net/ Btw don't forget to note the version of the libraries you are using. We should create a "Building from Source" page something like this: http://www.opengameengine.org/wiki/index.php?title=DanuNotes > And finally I don't have a good control for the toolbox (maybe a > vertical toolbar?), any sugestions? If I am not mistaken you can't with a wxToolBar add a string next to the icon which makes it less clear for beginners. Perhaps a vertical *wxMenu* would better suits our need. If not then a simple *wxListView* should do the trick. About the StarUML tool bar there is one point I don't like: I am constantly switching between the "Annotation" and "Class" sub-panel which oblige me to go up and down the toolbar. Any idea how we could avoid this? Use tabs instead? Putting all in one bar would make it too big and oblige to scroll. Which is not really better (except if we list the tools by usage frequency). Regards, Steven |