Tracy, my bad. I forgot that I changed it from a CB to a List
 
      <mx:List dataProvider="{link2Data}" change="gvsQueriesRO.Thrust_Query.send()" id="thrustCB" multipleSelection="true" width="250" toolTip="Select from this list to get an overview. Hold the control key down to select multiple items." alpha="0" color="#FFFFFF" textRollOverColor="#33FFFF">
      </mx:List>

just never change the id, sorry...
but the problem still remains.. when i try to add binding (ie data will flow FROM the list to the arg in my RO) if it is a 'single' selection it works, if I change it to selectedItems it fails..
Craig
Tracy Spratt <[EMAIL PROTECTED]> wrote:
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










Discover Yahoo!
Stay in touch with email, IM, photo sharing & more. Check it out!

Yahoo! Groups Links

Reply via email to