Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Anu Shah #1
List control selectedIndex returns NaN
I've 3 dependent list controls that I need to populate with an external XML
file. The first list box populates correctly, but when I try to get the
selectedIndex of the 1st list control in order to populate the 2nd list
control, it returns NaN instead of the appropriate Index. Any ideas why it
might be doing that?
Anu Shah Guest
-
Displaying icons in List control
Hi everybody? I am trying to display icons in List control: <mx:List id="wEuropeList" width="100%" height="100%" color="blue"... -
List Control
Hi, i am facing problem in deleting multi selected items, it is not deleting the items one i am selecting but deleting the items randomly. var... -
list.selectedIndex not take effect?
main.mxml: <?xml version="1.0" encoding="utf-8" ?> <mx:Application marginTop="20" marginBottom="20"... -
Need Help Passing SelectedIndex (Int32) to IE Tabstrip Control
I have a user control built using the Microsoft IE Control. I declared a public variable as int32 (DefaultTab) in the user control. I can't... -
Checkbox List Control
Is there any way to reset the Checkbox List control in one line syntax rather than looping through it? Thanks Nitc3 -
Ken D. Nelson #2
Re: List control selectedIndex returns NaN
has the selectedIndex been set?
"Anu Shah" <webforumsuser@macromedia.com> wrote in message
news:d5un3v$5rs$1@forums.macromedia.com...> I've 3 dependent list controls that I need to populate with an external
> XML
> file. The first list box populates correctly, but when I try to get the
> selectedIndex of the 1st list control in order to populate the 2nd list
> control, it returns NaN instead of the appropriate Index. Any ideas why
> it
> might be doing that?
>
Ken D. Nelson Guest
-
Anu Shah #3
Re: List control selectedIndex returns NaN
Yes, I set the index to 0 when the list gets created.
Anu Shah Guest
-
ntsiii #4
Re: List control selectedIndex returns NaN
Extract the necessary code into a sample app and post it, we'll take a look. Use the "Attach Code" window. I won't work with unformatted samples.
Tracy
ntsiii Guest



Reply With Quote

