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

2005-07-01 Thread Philippe Maegerman
flexcoders@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)

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

2005-07-01 Thread Gordon Smith
il Marston Sent: 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

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

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 {kingdoms_cb.selectedItem.label} in my remotingObject's method . . . . . . I needed {categories1.items[kingdoms_cb.selectedIndex].KINGDOM} thanks for all the help folks a

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

2005-07-01 Thread Phil Marston
gt;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 is remoteObject > >Hi All, > >Flex newbie here ;-) > >As a way of checking out Flex I

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

2005-07-01 Thread Peter Farland
52 AM To: flexcoders@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) whi

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

2005-07-01 Thread Phil Marston
juillet 2005 16:26 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)

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

2005-07-01 Thread Dogra, Daman
erever you are running the flex server). Best -Daman -Original Message- From: Phil Marston [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 11:17 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie can't find selectedItem in comboBox when dataProvider is remote

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

2005-07-01 Thread Tracy Spratt
;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 All, > >Flex newbie here ;-) > >As a w

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

2005-07-01 Thread Tracy Spratt
ders@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 quic

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

2005-07-01 Thread Phil Marston
y, 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 ap

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

2005-07-01 Thread Philippe Maegerman
ie 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 mySQLI've quickly got an interface up and running and I&#

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

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

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