Hi Upendra, Do you have in project Settings - Additional Compiler Options set +configname=flex ?
Please use Nightly build of Royale - You can download it i menu Help -> Getting Started -> Apache Royale section - 0.9.8 - It contains lots of fixes. Thanks, Piotr On Sun, Jun 28, 2020, 6:19 AM Upendra Gupta <[email protected]> wrote: > > Hi Royal Team, We are evaluating Apache Royale as one of our potential > > options to migrate our Flex code to Royale so that we can remove the > > dependency of Flash plugin on the browser. Our project consists of both > > Mxml and action script and using both spark and mx components. > > > > We have Moonshine IDE to compile our application with royal compiler , > > mx/spark component and using Cairnogram.swc library. while we compile the > > project with royale compiler we get mulitple errors in terms of using the > > mx controls. Below are the errors:, can you help us in guiding some > > direction how should be approach in compiling our project.is there any > > replacement for cairnogram library in Royale? > > > > Appreciate your attention. > > > : Error: The definition of base class BitmapAsset was not found. > : > : > : Warning: Definition mx.core.BitmapAsset could not be found. > : > : > : Error: The definition of base class BitmapAsset was not found. > : > : > : Warning: Definition mx.core.BitmapAsset could not be found. > : > : > : Error: The definition of base class BitmapAsset was not found. > : > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(60): > col: 48 Error: Ambiguous reference to Container > : > : public function getView(loggedIn:Boolean) : Container > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(65): > col: 26 Error: Implicit coercion of a value of type com.abg.view.abgHome to > an unrelated type mx.core.IUIComponent. > : > : mainview.addChildAt(home,1); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(83): > col: 41 Error: This attribute is unexpected. It will be ignored. > : > : <view:abgLogin id="login" width="50%" height="50%" > backgroundColor="#FDFCFC" borderColor="#FDFDFD" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(83): > col: 54 Error: This attribute is unexpected. It will be ignored. > : > : <view:abgLogin id="login" width="50%" height="50%" > backgroundColor="#FDFCFC" borderColor="#FDFDFD" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(83): > col: 29 Error: This attribute is unexpected. It will be ignored. > : > : <view:abgLogin id="login" width="50%" height="50%" > backgroundColor="#FDFCFC" borderColor="#FDFDFD" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(83): > col: 80 Error: This attribute is unexpected. It will be ignored. > : > : <view:abgLogin id="login" width="50%" height="50%" > backgroundColor="#FDFCFC" borderColor="#FDFDFD" > : > ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(84): > col: 29 Error: This attribute is unexpected. It will be ignored. > : > : borderStyle="solid" horizontalAlign="center" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(84): > col: 9 Error: This attribute is unexpected. It will be ignored. > : > : borderStyle="solid" horizontalAlign="center" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\ABGIndexPortal_New.mxml(85): > col: 9 Error: This attribute is unexpected. It will be ignored. > : > : verticalAlign="middle"></view:abgLogin> > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\Services.mxml(1): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <cairngorm:ServiceLocator xmlns:mx="http://www.adobe.com/2006/mxml" > xmlns:cairngorm="com.adobe.cairngorm.business.*"> > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\Services.mxml(1): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <cairngorm:ServiceLocator xmlns:mx="http://www.adobe.com/2006/mxml" > xmlns:cairngorm="com.adobe.cairngorm.business.*"> > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\abgModelLocator.as(12): > col: 9 Warning: Definition com.adobe.cairngorm.commands.Command could not > be found. > : > : import com.adobe.cairngorm.commands.Command; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\abgModelLocator.as(13): > col: 9 Warning: Definition com.adobe.cairngorm.model.ModelLocator could not > be found. > : > : import com.adobe.cairngorm.model.ModelLocator; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\abgModelLocator.as(20): > col: 42 Error: interface com.adobe.cairngorm.model.ModelLocator was not > found. > : > : public class abgModelLocator implements > com.adobe.cairngorm.model.ModelLocator > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgActionDelegate.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.business.ServiceLocator > could not be found. > : > : import com.adobe.cairngorm.business.ServiceLocator; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgActionDelegate.as(25): > col: 17 Error: Access of possibly undefined property ServiceLocator. > : > : actionsvc = > ServiceLocator.getInstance().getRemoteObject("searchService"); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgIndexDelegate.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.business.ServiceLocator > could not be found. > : > : import com.adobe.cairngorm.business.ServiceLocator; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgIndexDelegate.as(7): > col: 9 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgIndexDelegate.as(22): > col: 17 Error: Access of possibly undefined property ServiceLocator. > : > : actionsvc = > ServiceLocator.getInstance().getRemoteObject("indexService"); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgLoginDelegate.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.business.ServiceLocator > could not be found. > : > : import com.adobe.cairngorm.business.ServiceLocator; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgLoginDelegate.as(19): > col: 16 Error: Access of possibly undefined property ServiceLocator. > : > : loginsvc = ServiceLocator.getInstance().getRemoteObject("loginService"); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgReportDelegate.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.business.ServiceLocator > could not be found. > : > : import com.adobe.cairngorm.business.ServiceLocator; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\businessdelegate\abgReportDelegate.as(19): > col: 17 Error: Access of possibly undefined property ServiceLocator. > : > : reportsvc = > ServiceLocator.getInstance().getRemoteObject("reportService"); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(18): > col: 9 Warning: Definition com.adobe.cairngorm.commands.ICommand could not > be found. > : > : import com.adobe.cairngorm.commands.ICommand; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(19): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(21): > col: 9 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(22): > col: 9 Warning: Definition flash.net.registerClassAlias could not be found. > : > : import flash.net.registerClassAlias; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(40): > col: 39 Error: interface ICommand was not found. > : > : public class abgActionCmd implements ICommand > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(65): > col: 33 Error: Type was not found or was not a compile-time constant: > CairngormEvent. > : > : public function execute(event:CairngormEvent):void > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(177): > col: 15 Warning: Duplicate variable definition: j. > : > : for(var j:int=0;j < avlBatches.length;j++) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgActionCmd.as(267): > col: 83 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : myInbox.custSearchCriteria.idbatches.dispatchEvent(new > MouseEvent(MouseEvent.CLICK)); > : > ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(31): > col: 9 Warning: Definition com.adobe.cairngorm.commands.ICommand could not > be found. > : > : import com.adobe.cairngorm.commands.ICommand; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(32): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(34): > col: 9 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(35): > col: 9 Warning: Definition flash.profiler.showRedrawRegions could not be > found. > : > : import flash.profiler.showRedrawRegions; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(50): > col: 38 Error: interface ICommand was not found. > : > : public class abgIndexCmd implements ICommand > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(86): > col: 33 Error: Type was not found or was not a compile-time constant: > CairngormEvent. > : > : public function execute(event:CairngormEvent):void > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(265): > col: 22 Warning: Duplicate variable definition: docidVO1. > : > : for each(var docidVO1:ABGCEDocIdVO in result) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(273): > col: 15 Warning: Duplicate variable definition: message1. > : > : var message1:XML = new XML(docidVO1.message); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(406): > col: 89 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : model.myInbox.custSearchCriteria.idbatches.dispatchEvent(new > MouseEvent(MouseEvent.CLICK)); > : > ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgIndexCmd.as(476): > col: 91 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : model.myInbox.custSearchCriteria.idbatches.dispatchEvent(new > MouseEvent(MouseEvent.CLICK)); > : > ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgLoginCmd.as(11): > col: 9 Warning: Definition com.adobe.cairngorm.commands.ICommand could not > be found. > : > : import com.adobe.cairngorm.commands.ICommand; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgLoginCmd.as(12): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgLoginCmd.as(25): > col: 38 Error: interface ICommand was not found. > : > : public class abgLoginCmd implements ICommand > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgLoginCmd.as(38): > col: 33 Error: Type was not found or was not a compile-time constant: > CairngormEvent. > : > : public function execute(event:CairngormEvent):void > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgReportCmd.as(7): > col: 8 Warning: Definition com.adobe.cairngorm.commands.ICommand could not > be found. > : > : import com.adobe.cairngorm.commands.ICommand; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgReportCmd.as(8): > col: 8 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgReportCmd.as(10): > col: 8 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgReportCmd.as(26): > col: 38 Error: interface ICommand was not found. > : > : public class abgReportCmd implements ICommand > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\commands\abgReportCmd.as(40): > col: 32 Error: Type was not found or was not a compile-time constant: > CairngormEvent. > : > : public function execute(event:CairngormEvent):void > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(10): > col: 9 Warning: Definition flash.events.FocusEvent could not be found. > : > : import flash.events.FocusEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(11): > col: 9 Warning: Definition flash.events.KeyboardEvent could not be found. > : > : import flash.events.KeyboardEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(12): > col: 9 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(13): > col: 9 Warning: Definition flash.ui.Keyboard could not be found. > : > : import flash.ui.Keyboard; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(14): > col: 9 Warning: Definition flash.ui.Mouse could not be found. > : > : import flash.ui.Mouse; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(15): > col: 9 Warning: Definition flash.ui.MouseCursor could not be found. > : > : import flash.ui.MouseCursor; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(23): > col: 9 Warning: Definition mx.events.FlexMouseEvent could not be found. > : > : import mx.events.FlexMouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(47): > col: 37 Error: Access of possibly undefined property MOUSE_OUT through a > reference with static type MouseEvent. > : > : this.addEventListener(MouseEvent.MOUSE_OUT, onMouseOut) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(69): > col: 42 Error: Access of possibly undefined property FOCUS_OUT through a > reference with static type FocusEvent. > : > : inputTxt.addEventListener(FocusEvent.FOCUS_OUT, _focusOutHandler) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(70): > col: 42 Error: Access of possibly undefined property FOCUS_IN through a > reference with static type FocusEvent. > : > : inputTxt.addEventListener(FocusEvent.FOCUS_IN, _focusInHandler) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(79): > col: 10 Error: Access of possibly undefined property labelFunction through > a reference with static type spark.components.List. > : > : list.labelFunction = labelFunction > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(85): > col: 31 Error: Access of possibly undefined property FlexMouseEvent. > : > : dropDown.addEventListener(FlexMouseEvent.MOUSE_DOWN_OUTSIDE, > mouseOutsideHandler); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(86): > col: 31 Error: Access of possibly undefined property FlexMouseEvent. > : > : dropDown.addEventListener(FlexMouseEvent.MOUSE_WHEEL_OUTSIDE, > mouseOutsideHandler); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(135): > col: 19 Error: Access of possibly undefined property labelFunction through > a reference with static type spark.components.List. > : > : if (list) list.labelFunction = func > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(145): > col: 23 Warning: return value for function 'selectedItem' has no type > declaration. > : > : public function set selectedItem(item:Object) { > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(155): > col: 20 Warning: return value for function 'onChange' has no type > declaration. > : > : private function onChange(event:TextOperationEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(165): > col: 19 Warning: return value for function 'filterData' has no type > declaration. > : > : public function filterData(){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(179): > col: 5 Error: Property verticalScrollPosition is read-only. > : > : list.dataGroup.verticalScrollPosition = 0 > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(180): > col: 5 Error: Property horizontalScrollPosition is read-only. > : > : list.dataGroup.horizontalScrollPosition = 0 > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(228): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.UP: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(229): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.DOWN: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(230): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.END: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(231): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.HOME: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(232): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.PAGE_UP: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(233): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.PAGE_DOWN: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(237): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.ENTER: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(240): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.TAB: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(246): > col: 11 Error: Access of possibly undefined property Keyboard. > : > : case Keyboard.ESCAPE: > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(253): > col: 20 Warning: return value for function 'enter' has no type declaration. > : > : private function enter(event:FlexEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(260): > col: 20 Warning: return value for function 'onMouseOut' has no type > declaration. > : > : private function onMouseOut(event:MouseEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(261): > col: 4 Error: Access of possibly undefined property Mouse. > : > : Mouse.cursor = MouseCursor.AUTO; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(261): > col: 19 Error: Access of possibly undefined property MouseCursor. > : > : Mouse.cursor = MouseCursor.AUTO; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(277): > col: 19 Error: Implicit coercion of a value of type > com.abg.events.abgAutoCompleteEvent to an unrelated type Object. > : > : dispatchEvent(e) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(291): > col: 20 Warning: return value for function '_focusInHandler' has no type > declaration. > : > : private function _focusInHandler(event:FocusEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(297): > col: 20 Warning: return value for function '_focusOutHandler' has no type > declaration. > : > : private function _focusOutHandler(event:FocusEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(306): > col: 20 Warning: return value for function 'mouseOutsideHandler' has no > type declaration. > : > : private function mouseOutsideHandler(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(306): > col: 40 Warning: parameter 'event' for function 'mouseOutsideHandler' has > no type declaration. > : > : private function mouseOutsideHandler(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(307): > col: 17 Error: Access of possibly undefined property FlexMouseEvent. > : > : if (event is FlexMouseEvent){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(308): > col: 11 Error: Type was not found or was not a compile-time constant: > FlexMouseEvent. > : > : var e:FlexMouseEvent = event as FlexMouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(308): > col: 37 Error: Access of possibly undefined property FlexMouseEvent. > : > : var e:FlexMouseEvent = event as FlexMouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(309): > col: 18 Error: Call to a possibly undefined method hitTestPoint through a > reference with static type TextInput. > : > : if (inputTxt.hitTestPoint(e.stageX, e.stageY)) return; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(315): > col: 20 Warning: return value for function 'close' has no type declaration. > : > : private function close(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(315): > col: 26 Warning: parameter 'event' for function 'close' has no type > declaration. > : > : private function close(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(319): > col: 20 Warning: return value for function 'addClickListener' has no type > declaration. > : > : private function addClickListener(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(319): > col: 37 Warning: parameter 'event' for function 'addClickListener' has no > type declaration. > : > : private function addClickListener(event){ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoComplete.as(320): > col: 47 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : list.dataGroup.addEventListener(MouseEvent.CLICK, listItemClick) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgAutoCompleteSkin.mxml(6): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library:// > ns.adobe.com/flex/spark" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(5): > col: 9 Warning: Definition flash.events.Event could not be found. > : > : import flash.events.Event; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(6): > col: 9 Warning: Definition flash.events.MouseEvent could not be found. > : > : import flash.events.MouseEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(7): > col: 9 Warning: Definition flash.geom.Point could not be found. > : > : import flash.geom.Point; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(8): > col: 9 Warning: Definition flash.geom.Rectangle could not be found. > : > : import flash.geom.Rectangle; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(9): > col: 9 Warning: Definition flash.text.TextLineMetrics could not be found. > : > : import flash.text.TextLineMetrics; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(10): > col: 9 Warning: Definition flash.utils.clearInterval could not be found. > : > : import flash.utils.clearInterval; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(11): > col: 9 Warning: Definition flash.utils.setInterval could not be found. > : > : import flash.utils.setInterval; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(22): > col: 9 Warning: Definition mx.events.ChildExistenceChangedEvent could not > be found. > : > : import mx.events.ChildExistenceChangedEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(103): > col: 32 Error: Access of possibly undefined property ADDED_TO_STAGE through > a reference with static type Event. > : > : this.addEventListener(Event.ADDED_TO_STAGE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(106): > col: 36 Error: Access of possibly undefined property REMOVE through a > reference with static type FlexEvent. > : > : this.addEventListener(FlexEvent.REMOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(109): > col: 4 Error: Access of possibly undefined property _showCloseButton. > : > : _showCloseButton = true; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(219): > col: 37 Error: Type was not found or was not a compile-time constant: > Rectangle. > : > : protected var maximizeRestoreRect:Rectangle; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(317): > col: 38 Error: Access of possibly undefined property MOUSE_DOWN through a > reference with static type MouseEvent. > : > : this.addEventListener(MouseEvent.MOUSE_DOWN, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(321): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.addEventListener(MouseEvent.MOUSE_DOWN, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(321): > col: 41 Error: Access of possibly undefined property MOUSE_DOWN through a > reference with static type MouseEvent. > : > : titleBar.addEventListener(MouseEvent.MOUSE_DOWN, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(324): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.doubleClickEnabled = true; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(325): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.addEventListener(MouseEvent.DOUBLE_CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(325): > col: 41 Error: Access of possibly undefined property DOUBLE_CLICK through a > reference with static type MouseEvent. > : > : titleBar.addEventListener(MouseEvent.DOUBLE_CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(328): > col: 41 Error: Access of possibly undefined property DEACTIVATE through a > reference with static type Event. > : > : systemManager.addEventListener(Event.DEACTIVATE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(338): > col: 33 Error: Access of possibly undefined property MOUSE_LEAVE through a > reference with static type Event. > : > : stage.addEventListener(Event.MOUSE_LEAVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(341): > col: 16 Error: Call to a possibly undefined method addEventListener through > a reference with static type IParent. > : > : this.parent.addEventListener(IndexChangedEvent.CHILD_INDEX_CHANGE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(344): > col: 33 Error: Access of possibly undefined property > ChildExistenceChangedEvent. > : > : this.parent.addEventListener(ChildExistenceChangedEvent.CHILD_ADD, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(344): > col: 16 Error: Call to a possibly undefined method addEventListener through > a reference with static type IParent. > : > : this.parent.addEventListener(ChildExistenceChangedEvent.CHILD_ADD, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(347): > col: 33 Error: Access of possibly undefined property > ChildExistenceChangedEvent. > : > : this.parent.addEventListener(ChildExistenceChangedEvent.CHILD_REMOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(347): > col: 16 Error: Call to a possibly undefined method addEventListener through > a reference with static type IParent. > : > : this.parent.addEventListener(ChildExistenceChangedEvent.CHILD_REMOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(358): > col: 40 Error: Access of possibly undefined property MOUSE_DOWN through a > reference with static type MouseEvent. > : > : this.removeEventListener(MouseEvent.MOUSE_DOWN, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(361): > col: 44 Error: Access of possibly undefined property DEACTIVATE through a > reference with static type Event. > : > : systemManager.removeEventListener(Event.DEACTIVATE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(366): > col: 37 Error: Access of possibly undefined property MOUSE_LEAVE through a > reference with static type Event. > : > : stage.removeEventListener(Event.MOUSE_LEAVE, > : > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(373): > col: 17 Error: Call to a possibly undefined method removeEventListener > through a reference with static type IParent. > : > : this.parent.removeEventListener(IndexChangedEvent.CHILD_INDEX_CHANGE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(376): > col: 37 Error: Access of possibly undefined property > ChildExistenceChangedEvent. > : > : this.parent.removeEventListener(ChildExistenceChangedEvent.CHILD_ADD, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(376): > col: 17 Error: Call to a possibly undefined method removeEventListener > through a reference with static type IParent. > : > : this.parent.removeEventListener(ChildExistenceChangedEvent.CHILD_ADD, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(379): > col: 37 Error: Access of possibly undefined property > ChildExistenceChangedEvent. > : > : this.parent.removeEventListener(ChildExistenceChangedEvent.CHILD_REMOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(379): > col: 17 Error: Call to a possibly undefined method removeEventListener > through a reference with static type IParent. > : > : this.parent.removeEventListener(ChildExistenceChangedEvent.CHILD_REMOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(420): > col: 49 Error: Access of possibly undefined property numChildren through a > reference with static type IParent. > : > : this.parent.setChildIndex(this, this.parent.numChildren - 1); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(420): > col: 17 Error: Call to a possibly undefined method setChildIndex through a > reference with static type IParent. > : > : this.parent.setChildIndex(this, this.parent.numChildren - 1); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(433): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.addEventListener(MouseEvent.MOUSE_MOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(433): > col: 41 Error: Access of possibly undefined property MOUSE_MOVE through a > reference with static type MouseEvent. > : > : titleBar.addEventListener(MouseEvent.MOUSE_MOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(436): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.addEventListener(MouseEvent.MOUSE_UP, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(436): > col: 41 Error: Access of possibly undefined property MOUSE_UP through a > reference with static type MouseEvent. > : > : titleBar.addEventListener(MouseEvent.MOUSE_UP, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(451): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.removeEventListener(MouseEvent.MOUSE_MOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(451): > col: 44 Error: Access of possibly undefined property MOUSE_MOVE through a > reference with static type MouseEvent. > : > : titleBar.removeEventListener(MouseEvent.MOUSE_MOVE, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(454): > col: 4 Error: Access of possibly undefined property titleBar. > : > : titleBar.removeEventListener(MouseEvent.MOUSE_UP, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(454): > col: 44 Error: Access of possibly undefined property MOUSE_UP through a > reference with static type MouseEvent. > : > : titleBar.removeEventListener(MouseEvent.MOUSE_UP, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(473): > col: 33 Error: Access of possibly undefined property width through a > reference with static type IParent. > : > : if (this.width < this.parent.width) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(488): > col: 32 Error: Call to a possibly undefined method Rectangle. > : > : this.startDrag(false, new Rectangle(0, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(490): > col: 14 Error: Access of possibly undefined property width through a > reference with static type IParent. > : > : parent.width - this.width, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(491): > col: 14 Error: Access of possibly undefined property height through a > reference with static type IParent. > : > : parent.height - this.height)); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(533): > col: 30 Error: Call to a possibly undefined method Rectangle. > : > : maximizeRestoreRect = new Rectangle(10, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(539): > col: 30 Error: Access of possibly undefined property height through a > reference with static type IParent. > : > : this.height = this.parent.height; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(540): > col: 29 Error: Access of possibly undefined property width through a > reference with static type IParent. > : > : this.width = this.parent.width; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(598): > col: 40 Error: Type was not found or was not a compile-time constant: > Rectangle. > : > : private function measureHeaderText():Rectangle > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(604): > col: 16 Error: Type was not found or was not a compile-time constant: > TextLineMetrics. > : > : var metrics:TextLineMetrics; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(606): > col: 8 Error: Access of possibly undefined property titleTextField. > : > : if (titleTextField && titleTextField.text) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(606): > col: 26 Error: Access of possibly undefined property titleTextField. > : > : if (titleTextField && titleTextField.text) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(608): > col: 5 Error: Access of possibly undefined property titleTextField. > : > : titleTextField.validateNow(); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(609): > col: 18 Error: Access of possibly undefined property titleTextField. > : > : textFormat = titleTextField.getUITextFormat(); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(610): > col: 38 Error: Access of possibly undefined property titleTextField. > : > : metrics = textFormat.measureText(titleTextField.text, false); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(615): > col: 8 Error: Access of possibly undefined property statusTextField. > : > : if (statusTextField && statusTextField.text) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(615): > col: 27 Error: Access of possibly undefined property statusTextField. > : > : if (statusTextField && statusTextField.text) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(617): > col: 5 Error: Access of possibly undefined property statusTextField. > : > : statusTextField.validateNow(); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(618): > col: 18 Error: Access of possibly undefined property statusTextField. > : > : textFormat = statusTextField.getUITextFormat(); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(619): > col: 38 Error: Access of possibly undefined property statusTextField. > : > : metrics = textFormat.measureText(statusTextField.text, false); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(624): > col: 15 Error: Call to a possibly undefined method Rectangle. > : > : return new Rectangle(0, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(818): > col: 18 Error: Type was not found or was not a compile-time constant: > Point. > : > : var globalXY:Point = localToGlobal(new Point(0, 0)); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(818): > col: 44 Error: Call to a possibly undefined method Point. > : > : var globalXY:Point = localToGlobal(new Point(0, 0)); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(819): > col: 14 Error: Type was not found or was not a compile-time constant: > Point. > : > : var myPt:Point = new Point(parent.width, parent.height); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(819): > col: 39 Error: Access of possibly undefined property width through a > reference with static type IParent. > : > : var myPt:Point = new Point(parent.width, parent.height); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(819): > col: 53 Error: Access of possibly undefined property height through a > reference with static type IParent. > : > : var myPt:Point = new Point(parent.width, parent.height); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(819): > col: 26 Error: Call to a possibly undefined method Point. > : > : var myPt:Point = new Point(parent.width, parent.height); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(820): > col: 24 Error: Type was not found or was not a compile-time constant: > Point. > : > : var globalParentWH:Point = parent.localToGlobal(myPt); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(820): > col: 39 Error: Call to a possibly undefined method localToGlobal through a > reference with static type IParent. > : > : var globalParentWH:Point = parent.localToGlobal(myPt); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(908): > col: 7 Error: Access of possibly undefined property titleBar. > : > : (titleBar.height - maxButtonHeight) * 0.5); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(925): > col: 5 Error: Access of possibly undefined property titleBar. > : > : titleBar.addChild(buttonContainer); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(935): > col: 48 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : maximizeButton.addEventListener(MouseEvent.CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(935): > col: 5 Error: Incorrect number of arguments. Expected no more than 4 > : > : maximizeButton.addEventListener(MouseEvent.CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(950): > col: 45 Error: Access of possibly undefined property CLICK through a > reference with static type MouseEvent. > : > : closeButton.addEventListener(MouseEvent.CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(950): > col: 5 Error: Incorrect number of arguments. Expected no more than 4 > : > : closeButton.addEventListener(MouseEvent.CLICK, > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1024): > col: 21 Error: Call to a possibly undefined method getChildIndex through a > reference with static type IParent. > : > : if (this.parent.getChildIndex(this) == (this.parent.numChildren - 1)) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1024): > col: 57 Error: Access of possibly undefined property numChildren through a > reference with static type IParent. > : > : if (this.parent.getChildIndex(this) == (this.parent.numChildren - 1)) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1050): > col: 17 Error: Type was not found or was not a compile-time constant: > Rectangle. > : > : var textSize:Rectangle = measureHeaderText(); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1056): > col: 5 Error: Access of possibly undefined property borderMetrics. > : > : borderMetrics : > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1063): > col: 8 Error: Access of possibly undefined property titleIconObject. > : > : if (titleIconObject) > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1064): > col: 18 Error: Access of possibly undefined property titleIconObject. > : > : textWidth += titleIconObject.width; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUp.as(1087): > col: 31 Error: Method marked override must override another method. > : > : override protected function startDragging(event:MouseEvent):void > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUpEvent.as(3): > col: 9 Warning: Definition flash.events.Event could not be found. > : > : import flash.events.Event; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgCustomPopUpEvent.as(17): > col: 4 Error: Incorrect number of arguments. Expected no more than 2 > : > : super(type, bubbles, cancelable); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\components\abgSearchCriteria.mxml(2): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <mx:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(5): > col: 9 Warning: No definitions matching com.adobe.cairngorm.control.* could > be found. > : > : import com.adobe.cairngorm.control.*; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(6): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(7): > col: 9 Warning: Definition com.adobe.cairngorm.control.FrontController > could not be found. > : > : import com.adobe.cairngorm.control.FrontController; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(9): > col: 40 Error: The definition of base class FrontController was not found. > : > : public class abgAppController extends FrontController > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(17): > col: 23 Warning: variable 'EVT_MERGE_DOCUMENT' has no type declaration. > : > : public static const EVT_MERGE_DOCUMENT = > ABGConstants.APP_EVENT_MERGE_DOCUMENT; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(43): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_LOGIN,abgLoginCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(44): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_LOGOUT,abgLoginCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(45): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_SUBMIT,abgActionCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(46): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_ROUTETO,abgActionCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(47): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_NAVIGATE_INDEX,abgActionCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(48): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_INDEX_DOCUMENT,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(49): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_CLEAR_INDEX,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(50): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_GET_INDEX,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(51): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_UPDATE,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(52): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_SUSPEND_DOCUMENT,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(53): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_COMMIT_BATCH,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(54): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_DELETE_DOCUMENT,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(55): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_NON_REV,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(56): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_FOLDER_ONLY,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(57): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_GET_VIN,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(58): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_GET_MVA,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(59): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_MULTI_INDEX,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(60): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_DELETE_BATCH,abgActionCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(61): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_BATCHINFO_DOCURL,abgActionCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(62): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_REPORT,abgReportCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(63): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_SEND_LETTER_DOCUMENT,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(64): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_MERGE_DOCUMENT,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\controller\abgAppController.as(65): > col: 4 Error: Call to a possibly undefined method addCommand. > : > : addCommand(abgAppController.EVT_GETINFO,abgIndexCmd); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgAutoCompleteEvent.as(4): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgAutoCompleteEvent.as(6): > col: 9 Warning: Definition flash.events.Event could not be found. > : > : import flash.events.Event; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgAutoCompleteEvent.as(12): > col: 44 Error: The definition of base class CairngormEvent was not found. > : > : public class abgAutoCompleteEvent extends CairngormEvent{ > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgBatchInfoDocURLEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgBatchInfoDocURLEvent.as(8): > col: 47 Error: The definition of base class CairngormEvent was not found. > : > : public class abgBatchInfoDocURLEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgClearIndexEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgClearIndexEvent.as(9): > col: 42 Error: The definition of base class CairngormEvent was not found. > : > : public class abgClearIndexEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgCommitBatchEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgCommitBatchEvent.as(7): > col: 43 Error: The definition of base class CairngormEvent was not found. > : > : public class abgCommitBatchEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgDeleteBatchEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgDeleteBatchEvent.as(7): > col: 43 Error: The definition of base class CairngormEvent was not found. > : > : public class abgDeleteBatchEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgDeleteDocEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgDeleteDocEvent.as(9): > col: 41 Error: The definition of base class CairngormEvent was not found. > : > : public class abgDeleteDocEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(3): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(4): > col: 9 Warning: Definition > com.adobe.cairngorm.control.CairngormEventDispatcher could not be found. > : > : import com.adobe.cairngorm.control.CairngormEventDispatcher; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(6): > col: 9 Warning: Definition flash.events.IEventDispatcher could not be > found. > : > : import flash.events.IEventDispatcher; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(11): > col: 49 Error: The definition of base class CairngormEventDispatcher was > not found. > : > : public class abgFileNetEventDispatcher extends CairngormEventDispatcher > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(16): > col: 47 Error: Type was not found or was not a compile-time constant: > CairngormEvent. > : > : public function dispatchFileNetEvent(event:CairngormEvent):Boolean > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFileNetEventDispatcher.as(18): > col: 12 Error: Access of possibly undefined property > CairngormEventDispatcher. > : > : return CairngormEventDispatcher.getInstance().dispatchEvent(event); > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFolderOnlyEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgFolderOnlyEvent.as(9): > col: 42 Error: The definition of base class CairngormEvent was not found. > : > : public class abgFolderOnlyEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetIndexEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetIndexEvent.as(9): > col: 40 Error: The definition of base class CairngormEvent was not found. > : > : public class abgGetIndexEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetInfoEvent.as(3): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetInfoEvent.as(6): > col: 39 Error: The definition of base class CairngormEvent was not found. > : > : public class abgGetInfoEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetMVAEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetMVAEvent.as(7): > col: 38 Error: The definition of base class CairngormEvent was not found. > : > : public class abgGetMVAEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetMatchingVINEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgGetMatchingVINEvent.as(7): > col: 46 Error: The definition of base class CairngormEvent was not found. > : > : public class abgGetMatchingVINEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgIndexDocumentEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgIndexDocumentEvent.as(9): > col: 45 Error: The definition of base class CairngormEvent was not found. > : > : public class abgIndexDocumentEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgLoginEvent.as(3): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgLoginEvent.as(6): > col: 37 Error: The definition of base class CairngormEvent was not found. > : > : public class abgLoginEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgLogoutEvent.as(4): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgLogoutEvent.as(6): > col: 38 Error: The definition of base class CairngormEvent was not found. > : > : public class abgLogoutEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgMergeDocumentEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgMergeDocumentEvent.as(9): > col: 45 Error: The definition of base class CairngormEvent was not found. > : > : public class abgMergeDocumentEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgMultiIndexEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgMultiIndexEvent.as(9): > col: 42 Error: The definition of base class CairngormE > : vent was not found. > : > : public class abgMultiIndexEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgNavigateToIndexEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgNavigateToIndexEvent.as(7): > col: 47 Error: The definition of base class CairngormEvent was not found. > : > : public class abgNavigateToIndexEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgNonRevEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgNonRevEvent.as(9): > col: 38 Error: The definition of base class CairngormEvent was not found. > : > : public class abgNonRevEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgReportEvent.as(4): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgReportEvent.as(7): > col: 38 Error: The definition of base class CairngormEvent was not found. > : > : public class abgReportEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgRouteToEvent.as(4): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgRouteToEvent.as(8): > col: 39 Error: The definition of base class CairngormEvent was not found. > : > : public class abgRouteToEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSendLetterEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSendLetterEvent.as(7): > col: 42 Error: The definition of base class CairngormEvent was not found. > : > : public class abgSendLetterEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSubmitEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSubmitEvent.as(9): > col: 38 Error: The definition of base class CairngormEvent was not found. > : > : public class abgSubmitEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSuspendDocEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgSuspendDocEvent.as(7): > col: 42 Error: The definition of base class CairngormEvent was not found. > : > : public class abgSuspendDocEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgUpdateBatchEvent.as(5): > col: 9 Warning: Definition com.adobe.cairngorm.control.CairngormEvent could > not be found. > : > : import com.adobe.cairngorm.control.CairngormEvent; > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\events\abgUpdateBatchEvent.as(7): > col: 43 Error: The definition of base class CairngormEvent was not found. > : > : public class abgUpdateBatchEvent extends CairngormEvent > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\view\abgBatch.mxml(2): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\view\abgDeleteBatchPopUp.mxml(2): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <mx:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\view\abgDeleteDocPopUp.mxml(2): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <mx:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\view\abgHome.mxml(2): > col: 1 Error: This tag could not be resolved to an ActionScript class. It > will be ignored. > : > : <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009" > : ^ > : > : > > C:\Upendra\moonshine_development\ABGIndexPortal_New\src\com\abg\view\abgIndex.mxml(9): > col: 3 Error: This tag is unexpected. It will be ignored. > : > : <mx:DateFormatter id="dateFormatter" formatString="MM/DD/YYYY"/> > : ^ > : > : > C:\Upendra\moonshine_developme
