Is there a way to redraw elements of the form wihtout execInitialize();?
Does resolveNode do thing instantly?
xfa.resolveNode("Form.combobox.ui.#choiceList.border.fill.color").value = "255,255,255";
And does the following require a redraw?
Form.combobox.ui.choiceList.border.fill.color.value = "255,255,255";
if so, maybe I can change my script to use resolveNode