📷 GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings
Download
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