- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a RadioGroup with 2 radio buttons.
If I select one of the buttons, a ComboBox needs to be disabled.
This works well, it is not that I have to press the Apply button first.
How do I turn off the Combobox without pressing the Apply button.
If I now select the particular button I can still change the Combobox and that is not the intention.
When I select the particular button, the ComboBox should be turned off immediately. How do I update that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Because your in an internal iLogic rule each parameter change will trigger the rule if your seeing the parameter in blue in your logic editor. The apply button is a delay to this operation in order to manually check your data and to allow all data to be filled in without the rule triggering.
if you want to remove this buffer, change the Apply to Done button. Rule runs immediately.
Or if this helped you, please, click (like)
Regards
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report