At the start of an iterative piece of code, I set a variable to true and then back to false at the end of the process.
This variable appears in the OnUpdate event of an ActionList and is used to enable or disable a range of Actions while the process is running.
The trouble is that the OnUpdate event is not called during the process, so that the enabling or disabling never happens. It does get called, however, once the process is finished.
How can I force the OnUpdate event to trigger? And incidently, when should it trigger?
Thanks.
This variable appears in the OnUpdate event of an ActionList and is used to enable or disable a range of Actions while the process is running.
The trouble is that the OnUpdate event is not called during the process, so that the enabling or disabling never happens. It does get called, however, once the process is finished.
How can I force the OnUpdate event to trigger? And incidently, when should it trigger?
Thanks.