[flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread pmarstonuoa
Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've quickly got an interface up and running and I've managed to populate a comboBox using the same remoting call that the original

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Dogra, Daman
Try kingdoms_cb.selectedItem.value.toString() -Daman -Original Message- From: pmarstonuoa [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 10:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Dogra, Daman
Try kingdoms_cb.selectedItem.value.toString() -Daman -Original Message- From: pmarstonuoa [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 10:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Philippe Maegerman
taProvider="{t}"/mx:ComboBoxmx:TextInput text="{cb.selectedItem.data}"/mx:TextInput/mx:Application Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pmarstonuoaSent: vendredi 1 juillet 2005 16:26To: flexcoders@yahoogroups.comSubje

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Phil Marston
@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've quickly got an interface up

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Tracy Spratt
: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've quickly got an interface up and running

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Tracy Spratt
: Friday, July 01, 2005 10:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Dogra, Daman
To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Phil Marston
find selectedItem in comboBox when dataProvider is remoteObject Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've quickly got an interface up and running and I've managed to populate

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Peter Farland
@yahoogroups.com Subject: RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject There are couple of ways I check the payloads going back and forth 1) Flex Builder IDE has the Network monitor (Last tab in the Results window) which does the trick. 2) You could set

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Phil Marston
are still having trouble. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pmarstonuoa Sent: Friday, July 01, 2005 10:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider

Re: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Phil Marston
Woo hoo! :-) The Net.Connection debugger did it and no one would've guessed what the dataProvider looked like! where I had arg1{kingdoms_cb.selectedItem.label}/arg1 in my remotingObject's method . . . . . . I needed arg1{categories1.items[kingdoms_cb.selectedIndex].KINGDOM}/arg1 thanks for

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Phil Marston
At 12:07 01/07/2005 -0400, you wrote: Additional note for Daman's option 2.) After turning on remote-objects-debug in flex-config.xml, you'd either: a) Use the NetConnection Debugger.swf from the extras folder that ships with Flex to watch AMF traffic as you did in Flash MX. That's my baby! I

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Gordon Smith
: Friday, July 01, 2005 9:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject Hi Tracy, What you've described is exactly where I've been looking. To be honest I'm not sure what the dataProvider looks like or what

RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject

2005-07-01 Thread Philippe Maegerman
@yahoogroups.comSubject: RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remoteObject At 12:07 01/07/2005 -0400, you wrote:Additional note for Daman's option 2.)After turning on remote-objects-debug in flex-config.xml, you'd either:a) Use the NetConnection Debugger.swf from