[wxPython-users] Tabbed Frame with wxPython
Christopher Barker
Chris.Barker at noaa.gov
Thu Nov 29 10:02:27 PST 2007
C M wrote:
> since you
> included an image with more than one row of tabs...I've read
> <http://www.frankmahler.de/mshame/Tab.htm> and agree that this
> is bad GUI design.
That's a great page.
However, I'm not entirely convinced that multiple rows are bad in an of
themselves -- what is bad is that the rows re-arange themselves when you
select a tab -- AWFUL!
And since the Windows multi-row tab thing works that way, and wx doesn't
provide it's own, it's best to avoid it. Do any of the alternative tab
implementations allow multiple rows without any re-arranging?
By the way, the approach of putting lots of tab on one row, then
allowing them to be scrolled off the screen is even worse!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list