I have created a PopUp component that I use when processing is occurring to let the user know that they need to wait. On iOS, the BusyIndicator is wobbling about it's center instead of rotating smoothly. Any thoughts as to why this would happen??? Here is my PopUp Component;
<?xml version="1.0" encoding="utf-8"?> <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init(event)" xmlns:fxgAssets="fxgAssets.*"> <fx:Script> </fx:Script> <fxgAssets:processing id="processingWindow" left="0" top="0"/> <s:BusyIndicator id="indicator" visible="true" symbolColor="#FFFFFF" rotationInterval="50"/> </s:Group> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/BusyIndicator-rotating-off-center-on-iOS-tp15321.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
