Normal
Tried EventTrigger and it calls my trigger first so I get the same undesired effect if I call synchronously. If I make the call asynchronously I can get around the issue, it just means I have to make sure the context is still active or add a cancelation token before it shows any dialogs. Personally, I like the Activate call over using EventTrigger so for the moment I'll stick to using it. Only real issue remaining is the dialogs. The dialogs I wish to reuse are set to use the WeatherSetupModel instead of the WeatherModel, is there a way to make them support either Models or do I just have to copy them? Oh and I remembered to push the changes this time .
Tried EventTrigger and it calls my trigger first so I get the same undesired effect if I call synchronously. If I make the call asynchronously I can get around the issue, it just means I have to make sure the context is still active or add a cancelation token before it shows any dialogs.
Personally, I like the Activate call over using EventTrigger so for the moment I'll stick to using it.
Only real issue remaining is the dialogs. The dialogs I wish to reuse are set to use the WeatherSetupModel instead of the WeatherModel, is there a way to make them support either Models or do I just have to copy them?
Oh and I remembered to push the changes this time .