Mathew Yeates wrote: > Hi > I am trying to create a plugin and I am following the simple example from > https://svn.enthought.com/enthought/attachment/wiki/Envisage/envisage_iitb07.pdf > > Question. Do I have any control over how the widgets are packed? In the > example, the are simply arranged from top to bottom. Can I do anything > more elaborate?
Envisage questions are off-topic here and AFAIK none of the experts on it are on this list. Please ask on the enthought-dev list. To answer the question, the simplest example can't be changed programmatically but a little more work (as illustrated in the second example) can let you configure what goes where. The application object's view is completely user defined so you can organize it how you please. Also note that once the app starts you can change the view to suit your needs. If you shut down the app and restart it will persist any changes you made. cheers, prabhu ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
