Hi All,
I've installed the latest sdk build to test if the BusyIndicator skin issue was
solved.
The skin itself is found but FlexGlobals.topLevelApplication.applicationDPI is
not found/doesn't exist
Could it be a configuration issue? Anyone had this error?
================
protected function get applicationDPI():Number
{
return FlexGlobals.topLevelApplication.applicationDPI;
}
================
at spark.skins::ActionScriptSkinBase/get
applicationDPI()[C:\Jenkins\workspace\flex-sdk_release-candidate\frameworks\projects\spark\src\spark\skins\ActionScriptSkinBase.as:180]
at
spark.skins.spark::BusyIndicatorSkin()[C:\Jenkins\workspace\flex-sdk_release-candidate\frameworks\projects\spark\src\spark\skins\spark\BusyIndicatorSkin.as:64]
...
-Dany