I want to create a form that uses a listbox or radio buttons to select
which group of controls to show in a groupbox. 
Often this is done using the tab control and that is the example shown
in the Controls demo.

Essentially the listbox on the left will contain the names of tasks that
are possible. The controls displayed in the groupbox on the right will
gather the info required to complete the specific task the user selects
in the listbox.

I've tried to do this by following the Controls demo, but am hung up on
the equivalent of 
wd 'set tab tabname1 tabname2 tabname2'
if I'm using groupboxes instead of tabs.

Is what I want to do possible or do I need to use tabs?

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to