Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily 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