The callBackMethod is called with (self, valuesDict, typeId, actionId) and just returns the valuesDict.
Is there any way that an errorDict can be passed back from these calls so that fields in error are flagged up in the dialogue?
TIA
Code: Select all
errorsDict = indigo.Dict()
errorsDict['someFieldId'] = u"some error on this control occurred"
return (valuesDict, errorsDict)