Numeric Entry onActionPerformed issue

I have an issue with my numeric entry field onActionPerformed script. The button works fine without the script configured, but I have a script set up to send a message onActionPerformed. The message sends, and it works, but the value of my numeric entry doesn't update.

I'm using Perspective v8.1.30

Update: I found a workaround, but still not a great solution.

The message I was sending was to focus on another object. I put a time-delay on this focus and it seems to work. It must execute the onActionPerformed script and then update the numeric value. So it would remove focus just before it would update the value?

Please describe exactly what you are trying to do. Any sort of sending of focus while interacting with an input field seems like you're asking for trouble.