Message 1 of 4

Not applicable
05-21-2017
01:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm running a c++ script that modifies user parameters using spinner controls. It updates the user parameter expression with the value of the spinner expression if they differ.
Everything seems to work ok, except that I noticed that the preview event occurs before the input changed event, so the preview update is always one behind the value displayed in the spinner.
Is there a way to initiate a preview event after the input changed event?
Thanks
Jay
Solved! Go to Solution.