good afternoon everyone,

so im finally diving into Flex and im really liking it so far.

ive found some pretty good examples of working with data from remoting
(specifically Coldfusion). however i havent found any examples of how
to bind data to something like a combobox.

in Flash with remoting what i would do is dump the resultset from CF
into a dataset component then bind that component to the combobox and
set the combobox's labelField property to whatever the name of the
field from the resultset i wanted to display as the label. then, since
i always bound the selectedIndex property i could just reference the
selected item as dataset.items[dataset.selectedIndex].fieldName to get
whatever data i wanted.

however im not able to replicate this in Flex. how is everyone else
handling databinding the data returned via remoting?

thanks everyone!

-- 
-chris.alvarado
[application developer]


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to