J-Rocks,
This is a late response to your reply - hope you will investigate my idea.
Create a dialog with 2 columns.
The first column populate with radio buttons listing all the tab variations you require.
Inside the second column create a row [container] with text_part and an edit_box inside.
Repeat 3 additional times to finish the second column.
Assign a key="Rad0" to the radio_column (a key to a radio_button is mandatory as well).
Assign a key to each row, to each text_part, and to each edit_box.
Assign fix_width=true to each row (or fixed_width to this second column).
Assign a width to the text_part and to the edit_box.
Action_tile each radio_button to change the text_part value (set_tile "Tex1" "Label #1")...
Where a edit box is not needed for a particular variation, (mode_tile "Row4" 1).
The radio button action can also automatically tab to the first edit box (mode_tile "Edi1" 2).
OK button gather together "Rad0", "Edi1", "Edi2", "Edi3", and "Edi4" as a LIST.
Done_dialog and process the input.
Use the first position (nth 0) of the LIST to direct which order for which value (cond...
Scot-65
Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.