Thanks so much Mark, for that great explanation. It really helps!
- Original Message -
From: "Kessler CTR Mark J"
To: users@flex.apache.org
Sent: Friday, December 6, 2013 9:24:36 AM
Subject: RE: error overriding mx_internal method setSelectedIndex()
It was changed arou
It was changed around 4.10 [1] . The change to public enabled a common
method between the listbase components and the grid/datagrid components. This
change supported a new interface that implements a simple navigation that can
be commonly used between those components [2].
No mx_internal
mponents:mx_internal;
com.mycompany.views.components:OptgroupDropDownList"
- Original Message -
From: "Alex Harui"
To: users@flex.apache.org
Sent: Friday, December 6, 2013 8:03:47 AM
Subject: Re: error overriding mx_internal method setSelectedIndex()
Pretty sure in 4.11 that method became public.
On 12/6
Pretty sure in 4.11 that method became public.
On 12/6/13 7:35 AM, "modjkl...@comcast.net" wrote:
>I'm trying to adopt the source code from here
>
>http://flexponential.com/2010/01/31/spark-dropdownlist-equivalent-of-the-h
>tml-optgroup-concept/
>
>to disable some items in a drop down list. In t
I'm trying to adopt the source code from here
http://flexponential.com/2010/01/31/spark-dropdownlist-equivalent-of-the-html-optgroup-concept/
to disable some items in a drop down list. In the OptgroupDropDownList.as file
I'm getting this compile error using the 4.11 SDK:
"Method marked override