Right it does not, this is configuration isn't flex compiler related, so I can't see how it could affect the compilation...
It is from flexmojos 1.0, if true all locales get embed on the swf, if false the locales will be created on individual swf files... Still this option is ignored when you have any compiled or runtime locales at your configuration, therefore, this fixed nothing on that issue. I kinda recall it, and didn't argue about that, if the guy think that fixed the problem, it is ok with me, but it in fact did nothing since he was using compiled locale. Anyway if you point me to the discussion I would re-read it and re-evaluate my assessment on this issue. May be your application is missing localization? VELO On Thu, May 20, 2010 at 11:33 PM, Jorge Fiallega <[email protected]>wrote: > in version 4.0-SNAPSHOT of the flexmojos:compile-swf does not have the > property mergeResourceBundle. > > On May 20, 7:26 pm, Marvin Froeder <[email protected]> wrote: > > > version 4.0 > > > > Of what? > > > > VELO > > > > On Thu, May 20, 2010 at 8:00 PM, Jorge Fiallega <[email protected] > >wrote: > > > > > > > > > I have the following error when I have > > > > > TypeError: Error #1009: Cannot access a property or method of a null > > > object reference. > > > at mx.controls::DateField$/stringToDate() > > > at mx.controls::DateField/focusOutHandler() > > > > > <mx:FormItem label="To:" styleName="WidgetText"> > > > <mx:DateField id="dateTo"/> > > > </mx:FormItem> > > > in my mxml > > > > > I have read. All posts related to that error, talking about RSLs and > > > so on. > > > by one of the posts I added <staticLinkRuntimeSharedLibraries>true</ > > > staticLinkRuntimeSharedLibraries> > > > which now works fine and matches my FB but that did not fix the > > > problem. > > > > > I have compared the configs.xml from FB and maven and nothing really > > > jumps at me. The only thing I saw was in FB > > > <managers> > > > <manager-class>flash.fonts.JREFontManager</manager-class> > > > <manager-class>flash.fonts.AFEFontManager</manager-class> > > > <manager-class>flash.fonts.BatikFontManager</manager- > > > class> > > > </managers> > > > > > vs maven > > > > > <managers> > > > <manager-class>flash.fonts.JREFontManager</manager-class> > > > <manager-class>flash.fonts.BatikFontManager</manager- > > > class> > > > </managers> > > > > > Could this be a font related issue? > > > (somebody mentions a very similar problem solved by adding > > > mergeResourceBundle true but I it is not in version 4.0 ... and I dont > > > even see how that could be the problem.) > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Flex Mojos" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<flex-mojos%[email protected]> > <flex-mojos%[email protected]<flex-mojos%[email protected]> > > > > > For more options, visit this group at > > >http://groups.google.com/group/flex-mojos > > > > >http://flexmojos.sonatype.org/ > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Flex Mojos" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<flex-mojos%[email protected]> > > For more options, visit this group athttp:// > groups.google.com/group/flex-mojos > > > > http://flexmojos.sonatype.org/ > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
