Hello,
I'd like to use a sash window with a tree on the left hand side where
selecting
different tree elements will display different wxPanels, say, on the
right hand
side.
What would be the best approach to realize this using wxPython?
Lars
Hello,
I'd like to use a sash window with a tree on the left hand side where
selecting
different tree elements will display different wxPanels, say, on the
right hand
side.
What would be the best approach to realize this using wxPython?
Lars
Have you had a look at the demo? It's in the demo directory of
wxPython. Type:
python demo.py
to see what it looks like. I think you'll find it's exactly the
sort of thing you're looking for.
Jack
--- Lars von Wedel <vonWedel@lfpt.rwth-aachen.de> wrote:
Hello,
I'd like to use a sash window with a tree on the left hand side
where selecting different tree elements will display different
wxPanels, say, on the right hand side.
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
I'd like to use a sash window with a tree on the left hand side where
selecting
different tree elements will display different wxPanels, say, on the
right hand
side.What would be the best approach to realize this using wxPython?
If you don't need the notebook like the demo has then you can just show and
hide the various panels as needed, and swap them in and out of the splitter
window.
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!