I don't think that data is a property of selectedItem.  Maybe try 
this:

<mx:Binding source="myComboBox.selectedItem" 
destination="myModel.myField"/>

-TH

--- In [email protected], "Libby" <[EMAIL PROTECTED]> wrote:
>
> Anybody? Maybe an example exists somewhere? I haven't been able to
> find any complete examples utilizing mx:binding tags or coupling 
them
> with comboboxes. Maybe binding tags are a no-no???
> 
> 
> --- In [email protected], "Libby" <libbychantel@> wrote:
> >
> > I am trying to use a mx:Binding tag to collect the user's 
selection
> > and put it into a model. No matter how I style the syntax, Flex 
gives
> > me the "unknown property" warning. Could someone tell me what I 
am
> > doing wrong, specifically: how to code this so the Binding tag 
handles
> > the changes? I know I can write a function to collect the change 
and
> > put the outcome into a bound variable, but I am trying to avoid
> > scriplets in the .mxml files. Below is my code:
> > 
> > <mx:Binding source="myComboBox.selectedItem.data" 
> > destination="modelObject />
> > 
> > Thanks,
> > Libby
> >
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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