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 SDK bug to me.

The 3rd issue with the Callout not working is also a SDK bug, in particular 
this line in the CallOut arrow skin constructor

var applicationDPI:Number = 
Application(FlexGlobals.topLevelApplication).applicationDPI;

This assumes that the top level Application is an s:Application not can't be  
mx:Application.

Choices are:
1. Remove example
2. Leave broken example in there, code example does work standalone.
3. Change TourDeFlex to use s:Application. Would break any existing example 
that assumes mx:Application is the top level - no idea one exists or not.
4. Fix SDK bug and make new SDK release, then release TourDeFlex

Thanks,
Justin

Reply via email to