Bardownski Posted February 7, 2018 Posted February 7, 2018 Is there a way to make buttons on the visible based on a variable condition, just like Symbols or Variable Value Components? Dacfactory version Base 5.87a
AzeoTech Posted February 7, 2018 Posted February 7, 2018 Yes, but you have to do it in script by changing the button's "visible" property. Give the button a name, then use: component.myButton.visible = 0 to make it invisible, and = 1 to make it visible. Replace 0 and 1 with whatever expression you would like that evaluates to true or false.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.