RE: [flexcoders] Re: Fonts re-vanishing in module

2009-11-03 Thread Alex Harui
How did you prove it is null? IIRC, it doesn't always trace() very well. From: flexcoders@yahoogroups.com [flexcod...@yahoogroups.com] On Behalf Of djhatrick [djhatr...@yahoo.com] Sent: Tuesday, November 03, 2009 2:19 PM To: flexcoders@yahoogroups.com Subject: [fl

Re: [flexcoders] Re: Fonts re-vanishing in module

2009-11-03 Thread primo411
Try setting it in applicationComplete ? 2009/11/3 djhatrick > > > > var myLoaderContext:LoaderContext = new LoaderContext(); > myLoaderContext.applicationDomain = ApplicationDomain.currentDomain; > > why would applicationDomain be null after setting it in a creationComplete? > > > --- In flexcod