Dynamically add the "MouseZChanged"displayEventHandler to an opened ACE Progressbar, to allow Volume Control while performing an Interaction.
This is the simplest way I figured out to implement this.
I guess a cleaner and slightly more efficient implementation would be an XEH that fires upon creation of the progressbar dialog, but that appears to require implementing it into ACE first.
When merged this pull request will:
"MouseZChanged"
displayEventHandler
to an opened ACE Progressbar, to allow Volume Control while performing an Interaction.This is the simplest way I figured out to implement this. I guess a cleaner and slightly more efficient implementation would be an XEH that fires upon creation of the progressbar dialog, but that appears to require implementing it into ACE first.