On 2/7/17, 11:23 AM, "olegkon" <[email protected]> wrote:
>1) Actually it still did not compile, failed after almost 2 hours with:
>C:\web\cre\ui\flex\main\com\opera\mobiuss\cre\common\components\OptgroupDr
>opDownList\OptgroupDropDownList.as(22):
>col: 25 Error: Overriding a function that is not marked for override.
> [mxmlc]
> public function setSelectedIndex(value:int,
>dispatchChangeEvent:Boolean = false,...
>And if I add override and save, get: Method marked override must
>override
>another method.
>Note: have that specified: use namespace mx_internal;
>I also have that in the same class (maybe that effects it?):
>override mx_internal function setSelectedIndices(value:Vector.<int>,
>dispatchChangeEvent:Boolean = false, changeCaret:Boolean=true):void {...}
>override protected function keyDownHandler(event:KeyboardEvent) : void
>{...}
Makes me think you are still compiling with old SWCs in the library-path.
If it is taking 2 hours, try turning off your virus scanners and/or do a
disk check for bad sectors.
-Alex