💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
Inputbox change values.
-
I have initialized a UI as
UI.inputbox @arrayEquipmentPTNDataPrompts, @arrayEquipmentPTNDataDefaults, @arrayEquipmentPTNDataLists, @equipmentPTNInputBoxTitlearrayEquipmentPTNDataPrompts=['Country', 'province', 'city']
My requirement is that when i select the country, the values of province will be changed related with the selected country, does anyone know how to address it?
thanks
-
Either use 3 successive inputboxes...
OR use
UI::WebDialog
Advertisement