[flexcoders] Re: Binding data and custom components

2008-01-30 Thread Gaurav Jain
creationComplete getting called doesn't mean that the dataProvider was also getting set. showData was getting called between creation complete and the assignment to dataProvider. I made few changes to your code, hopefully it will resolve the issue. package components { import

RE: [flexcoders] Re: Binding data and custom components

2008-01-30 Thread Merrill, Jason
Gaurav, You're awesome. That simple setter was it, thank you! Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

[flexcoders] Re: Binding data

2007-12-23 Thread Rafael Faria
Sweet Randy, It works fine!!! :) Raf --- In flexcoders@yahoogroups.com, Randy Martin [EMAIL PROTECTED] wrote: Try this: mx:Button enabled={(variable1 amp;amp; variable2) ? true : false} / Because of the way XML is parsed, if you want to use the ampersand () in a data binding

[flexcoders] Re: Binding data in one MXML component to a Text component in a different MXML c

2006-08-03 Thread Jason
Erickson To: flexcoders@yahoogroups.com Sent: Wednesday, August 02, 2006 11:35 PM Subject: [flexcoders] Re: Binding data in one MXML component to a Text component in a different MXML c The scope of the controls is not the same. patientSummaryExternal is in the parents scope of any

Re: [flexcoders] Re: Binding data in one MXML component to a Text component in a different MXML c

2006-08-02 Thread Marco Casario
ight="300"mx:Script![CDATA[[Bindable]public var propr:String;public function mioMetodo():String{return "Ritornato dal Metodo";}]]/mx:Scriptmx:Labeltext="{propr}" //mx:Canvas hope that helps you best, Marco Casario http://casario.blogs.com - Original Message

[flexcoders] Re: Binding Data XML vs. AMFPHP

2005-11-18 Thread Renaun Erickson
Flex 1.5 AMFPHP is just like any other gateway. Just set up the gateway correctly on your Apache/PHP server. Then change the amf-gateway in the flex-config.xml file to point to the AMFPHP gateway (example below). Then use the mx:RemoteObject/ tag. Like this: mx:RemoteObject id=recordsDelegate