I'm assuming you are using emulation component - I would move that to
variables:

private var services:Services;

And instantiate it inside either creationComplete or initComplete - this is
Royale event if available on component.

śr., 1 maj 2024 o 00:15 MARK HARTNETT <m_hartn...@comcast.net> napisał(a):

> I can kind of see what's going on - the Services in the app (http
> services) are declared
> <fx:Declarations>
>        <ns9:Services id="services"/>
>        <ns9:BaseController id="appController"/>
> </fx:Declarations>
>
> When the app initializes it instantiates the services. Each service
> instantiates and runs the format method that has a null xml parameter. I
> can delay this but the frontcontroller gets stuck.
>
> So I guess the easiest thing to do is to tweek the application based on js
> errors from the browser debugger.
>
> Thanks
>
>
>
> On 04/30/2024 4:08 PM EDT MARK HARTNETT <m_hartn...@comcast.net> wrote:
>
>
> Hi All,
> Made some progress after debugging in the browser.
>
> The error that's killing the browser is
>
> AbstractOperation.as - public function set
> resultFormat(value:String):void.
>
> XML is the parm type. This method retrieves a null  resourcebundle () and
> then throws an error.
> I've included images of my call stack and the point when the error is
> caught.
>
> Are these some of the bugs I need to fix or is this part of trans-coding,
> or maybe this is not the problem.
>
> Thanks
>
>
>
>

-- 

Piotr Zarzycki

Reply via email to