I am using Perspective and trying to send focus to a textbox if another textbox value changes, but sometimes it doesn't seem to work and I get this error in my logs:
"Unable to send focus message from script to running session"
Here is my message handler:
Here is the change script on props.text of the textbox changing values:
if self.custom.prgrmNum in (2, 3, 5, 6):
system.perspective.sendMessage('provideFocus')
I have a custom property linked to a tag called prgrmNum, that is used in the above script.
Any ideas why I am getting this error in my logs?