changed: - Signature: <pycode>dabo.ui.setAfter(obj, prop, val)</pycode> Description: This works just like [dabo.ui.callAfter](), but allows you to set a property's value instead of calling a function. Returns: None. Comments: Since properties are dynamic, their values can change based upon other events changing. Setting a property early in a GUI event sequence may not have the effect you want, because another event that is processed afterwards changes it again.