> > 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]> > 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/
