I don't see where "selectedItems" is a property of a ComboBox.

I did find the method "getSelectedItems()".  Note that this returns an
array, not a string, so your RO property would need to be typed to
handle that.

Tracy

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of cnewroth55
Sent: Tuesday, June 07, 2005 12:32 PM
To: [email protected]
Subject: [flexcoders] Bug with RO Tag - can anyone explain or have
noticed...

I have a RO object call. heres the code;

<mx:RemoteObject source="gvs._cfc.gvs_queries" id="gvsQueriesRO" 
endpoint="http://mydomainsbox.com/flashservices/gateway"; 
result="reviewThrusts=event.result" > 
<mx:method name="Thrust_Query" >
<mx:arguments>
<ThrustName>{thrustCB.selectedItem}</ThrustName>
</mx:arguments>
</mx:method>    
</mx:RemoteObject>
notice that I have a CB which has some data in it and it is the 
dataprovider that is providing data to my arg <ThrustName>..
the aboive works just fine, HOWEVER if I change it (the 
dataprovider) to this;
<ThrustName>{thrustCB.selectedItems}</ThrustName>
(notice i just changed it so that I can select mutliple items and 
that string be returned to the binding)
THE WHOLE DARN THING BREAKS!!!! nothing is returned back to my 
DG...anyone else had this happen to them? IF so is this a bug MM?






 
Yahoo! Groups Links



 







 
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