VID additions
09-Mar-2006 22:43 Filed in: REBOL
General
While I like VID very much, some things are just not
present in VID that I usually need often. One of
these things is a proper tab panel which, when
clicked, will do some kind of action, say, change the
layout in a pane.
I think this is a very common operation and should be simplified as opposed to be cookbook material.
Therefore I've created TAB-VIEW, which is a segmented button style with a few tricks up the sleeve to shave off the tedious implementation of layout switching in panes and let you create a complex layout control in a few lines of code.
Also it looks a little prettier, I think.
I think this is a very common operation and should be simplified as opposed to be cookbook material.
Therefore I've created TAB-VIEW, which is a segmented button style with a few tricks up the sleeve to shave off the tedious implementation of layout switching in panes and let you create a complex layout control in a few lines of code.
Also it looks a little prettier, I think.
A test demo can be
downloaded from here.
There will be a release as soon as the documentation
gets organized.
|