After disabling and then enabling a text item, I can no longer tab to this item.
After disabling a text item and then enabling it when a condition is met, I can no longer tab to that item. Is it not being recognized as enabled?
I am using
set_item_property(<item_name>,enabled, property_false);
and then when a condition is met, I use
set_item_property(<item_name>,enabled,property_true);
Any ideas?
0