It’d be for any MXML class that has binding in it.  So there must be errors with how binding is initializing based on how your system is set up.  Are you using the techniques for modules that Roger mentioned in his blog postings?

 

Matt

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of maxym.hryniv
Sent: Wednesday, September 06, 2006 11:49 PM
To: [email protected]
Subject: [flexcoders] Re: Fw: WatcherSetupUtil issue

 

Hey!!.... Flex framework developers. Can you give some information
about *WatcherSetupUtil.as? I really want for what it's generated?

--- In [EMAIL PROTECTED]ups.com, "maxym.hryniv" <[EMAIL PROTECTED]> wrote:
>
> Any ideas???
> --- In [EMAIL PROTECTED]ups.com, "maxym.hryniv" <mokus@> wrote:
> >
> > Hi, coders.
> > I'm trying to create multimodule (multi swf) application. I'm
using
> > next approach: I create flex library for every component. In
> runtime
> > main application loads needed library then gets needed component
> > definition using ApplicationDomain.getDefinition().
> > I have next issue: some of components are not properly
initialized
> > and null pointer exception is thrown. For each of these
components
> > flex generates _{packageName}_{className}WatcherSetupUtil.as
class.
> > Other components work fine.
> > I found some logic in SystemManager that can correct this:
> > // trace("initializing mixin " + mixinList[i]);
> > var c:Class = Class(getDefinitionByName(mixinList[i]));
> > c["init"](this);
> > If I add such logic for every class that has *WatcherSetupUtil.as
> > generated, everything works fine.
> >
> > Of course I can try to initialize *WatcherSetupUtil for every
class
> > that I get from external ApplicationDomain, but if component has
> > child component with *WatcherSetupUtil it will not work. Because
I
> > cannot proxy child creation in mxml component.
> >
> > So the question is: "How i can determine classes with
> > *WatcherSetupUtil.as generated in runtime?", and "What the *** is
> > WatcherSetupUtil? I cannot find any reference in help, livedocs,
> > flexcoders, google.".
> > Thanx in advance for any help, ideas.
> >
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to