Hi all,

How do I add radiobuttons to a dialog that determine the content of a
dropdownbox, when selecting a radio-option?

What's needed?
Create a new class that extends from RunBase
Override these methods:
- dialog
- getFromDialog
- pack
- unpack
- validate
- main

Eventually the dialog is build up in the dialog method.
It could look like this:
DialogField1 = dialog.addField(typeid(radioChoice1));
DialogField2 = dialog.addField(typeid(radioChoice2));
DialogField3 = dialog.addField(typeid(radioChoice3));

Now the dropdownboxes really are some base enums.
Can somebody help me how to solve this? So that when one radiobutton
is chosen the corresponding base enum is loaded...

Or is there some tutorial_dialog is overlooked?

Thanks in advance,

/b





Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to