We are using applicationComplete and it definitely fires. If you post some code maybe I’d have some input.
The event type for most events in Royale is Event. Some events have a payload and they have a different event type (such as ValueEvent), but events in Royale are much more generalized than Flex. HTH, Harbs > On Nov 6, 2017, at 12:01 PM, Idylog - Nicolas Granon <[email protected]> > wrote: > > (maybe this is not the right place for this kind of message ? let me know) > > When running our (almost) Hello world application (JS target) it seems that > "applicationComplete" event does not fire. > > "preinitialize" and "initialize" events both fire. > > The application "viewChanged" event does not fire on initial load, but maybe > it fires only when the is a view *change*, not when the first view in > "initial view" loads ? > > Also, what is the class of these events ? Code assist shows the event name, > but not its class (???). For now, I declare them as "Event" but I like to > correctly type my arguments... > > Nicolas Granon >
