From: Bruce S. <Bru...@nc...> - 2009-01-15 14:59:30
|
This is probably a naive notion, but this sounds like a somewhat straight-forward VPython program, in which you show a tree of the displayed objects (probably the nodes of the tree are miniature versions of those objects). I assume by tree you mean that objects would be grouped under frames. I have the vague notion that someone once built some kind of visual tree structure in VPython....? Or that there exist Python modules for creating/analyzing tree structures? I also draw everyone's attention to the new component of Visual 5, filedialog.py, which is an example of pure platform-independent Python code which provides basic file dialog services. It also works with Visual 3. Maybe there are elements there of the additional controls you seek. Bruce Sherwood Emanuele Gissi wrote: > Thanks Stef for your reply, but my application has to be multiplatform. > I think that your solution is for Windows only. > > I don't need wxpython in particular, but the vpython controls are not > enough for me. > I would like to show a tree of the displayed objects, so that the user > can select them and edit their properties. This could be in another > window, thought I would prefer it integrated in the 3dview window. > > Can someone suggest a tool to obtain such an effect? > Thanks once more. > Emanuele Gissi > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |