Message 1 of 3
Question regarding preview and execute event handlers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
In my add-in, I'm using a preview event to create a simplified preview of the final result to reduce processing time.
I know the isValidResult property allows Fusion to reuse the results of the preview event for the execute event, but I would like to use the execute event to build on the preview output to save effectively recalculating the entire preview and the additional operations done by the execute event.
I'm sure this is possible with a not-so-elegant mix of global variables and accessing items by IDs, but I'm wondering if there's a simpler or more accepted way of doing this.
Thank you very much.