!7 module ModuleInspector > DynSCP { S moduleIDAndName; visualize { ret northAndCenterWithMargins( withCenteredTitle("Module to inspect:", dm_moduleSelectorComboBox(dm_fieldLiveValue('moduleIDAndName))), super.visualize()); } void update { S moduleID = firstIntAsString(moduleIDAndName); if (empty(moduleID)) setComponent(jCenteredGoogledImage("Jester")); else setComponent(makeForm("Property 1", "bla")); } }