Message 1 of 1
Prevent Event popup from firing - Opening from URL

Not applicable
04-08-2019
09:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the protocol handler to access items within a Fusion 360 file. When the handler is clicked, it is recognized within Fusion 360 and a popup window appears that says:
The OpeningFromURL event is fired.
isCanceled : True
file:
properties:
id:
privateinfo
My app is then run, but then it seems as if the app tries to open the file sent. How can I cancel the event so that it does not open this initial popup and does not attempt to open the file after my app has run?