![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: RadioBox Question Topic Summary: Created On: 13-May-2004 15:13 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Cannot make them inactive. But you can make them illegal and force the user to try again. Assign a callback function to the radio DBE which gets called as soon as you select something (actually, as soon as you change something) in that DBE. Sample Callback attached. Take special note of the clbkRadio function's call parameter; its required. That function COULD realistically use "dbeXX" in its get/set commands (as the DBE that triggered the callback) but I never do that. - Louie | |
![]() |
|
Edited: 13-May-2004 at 17:23 by Douglas Zawacki |
|
![]() |
|
![]() |
|
Cannot make them inactive. But you can make them illegal and force the user to try again. Assign a callback function to the radio DBE which gets called as soon as you select something (actually, as soon as you change something) in that DBE.
Sample Callback attached. Take special note of the clbkRadio function's call parameter; its required. That function COULD realistically use "dbeXX" in its get/set commands (as the DBE that triggered the callback) but I never do that. - Louie |
|
![]() |
|
![]() |
|
If you REALLY need to have some options greyed out, then you could implement radio buttons using toggles.
Use a vector to hold the toggle DBEs so you can reference them using an index. The separate toggles can be "tied" together using callback functions. ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
RadioBox Question
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.