Re: Tour De Flex minor issues

2014-09-12 Thread Justin Mclean
Hi, > Callout used to be mobile-only, IIRC. I'll bet the authors did not think > mobile apps would be aggregated up into other apps. Too bad we didn't see > that when we moved it out of mobile. Yep writing examples can show issues :) Of course only a small % of apps would load other swfs so th

Re: Tour De Flex minor issues

2014-09-12 Thread Alex Harui
On 9/12/14 10:17 AM, "Justin Mclean" wrote: >>and with the SDK locale example the new locales don't seem to be >>included. > >Compiling the loader to specify all of the locales fixed this issue. >Looks like a SDK bug to me. I just took a quick look at ResourceManager. I do not see any support

Re: Tour De Flex minor issues

2014-09-12 Thread Justin Mclean
Hi, > When using 4.13 release the PostCodeValidator the spark alert box gives as > error Fixed for now by changing to use mx:Alert. > and with the SDK locale example the new locales don't seem to be included. Compiling the loader to specify all of the locales fixed this issue. Looks like a S

Re: Tour De Flex minor issues

2014-09-12 Thread Alex Harui
Could be a bug in the SDK or could be a bug in the example. There are something you are not supposed to do if you want your app to be loaded by another app. Like using FlexGlobals.topLevelApplication, or not fixing up relative URLs. Proper use of moduleFactory parameters are often needed to get

Re: Tour De Flex minor issues

2014-09-11 Thread Justin Mclean
Hi, > So you pick greek and nothing shows? Sounds like the localeChain isn't > getting configured properly. Looks to me like it may be a bug if one swf (compiled with en_US) loads another compiled with multiple locales? Justin

Re: Tour De Flex minor issues

2014-09-11 Thread Alex Harui
On 9/11/14 4:21 PM, "Justin Mclean" wrote: >>In the one I tried, you pick Greek or one of the 7 languages hard-coded >> into the example and the Error Message changes. > >What SDK do you compile against? Compiling the repo of TDF against the repo of flex-sdk. > >> Does it work if you compile aga

Re: Tour De Flex minor issues

2014-09-11 Thread Justin Mclean
Hi, > This is for the example in "Apache Flex Components And Features"/"Apache > Flex 4.9"/"New SDK Locales" or some other example? Yep that's the one, the link would be: http://flex.apache.org/tourdeflex/?app=apache/i18n/LocaleExample > In the one I tried, you pick Greek or one of the 7 languag

Re: Tour De Flex minor issues

2014-09-11 Thread Alex Harui
On 9/11/14 1:13 PM, "Justin Mclean" wrote: >Hi, > >> Are you saying it works with other SDK versions? >Yep. > >> I was able to get an error about the Alert skin missing. That's >>usually a styles/moduleFactory >> issue. > >How would you fix that? Every UIComponent has a moduleFactory propert

Re: Tour De Flex minor issues

2014-09-11 Thread Justin Mclean
Hi, > Are you saying it works with other SDK versions? Yep. > I was able to get an error about the Alert skin missing. That's usually a > styles/moduleFactory > issue. How would you fix that? >> and with the SDK locale example the new locales don't seem to be >> included. Running these as

Re: Tour De Flex minor issues

2014-09-10 Thread Alex Harui
On 9/10/14 7:47 PM, "Justin Mclean" wrote: >Hi > >When using 4.13 release the PostCodeValidator the spark alert box gives >as error Are you saying it works with other SDK versions? I was able to get an error about the Alert skin missing. That's usually a styles/moduleFactory issue. I noticed