Re: [flexcoders] Modify Flex ComboBox DataProvider

2010-06-06 Thread Peeyush Tuli
If your problem is similar to that discussed on - http://forums.adobe.com/message/2642802 Override the combobox class in a custom component and add the following code - private var mDropDown:ListBase; override public function set dataProvider(value:Object): void { super.dataProvider =

[flexcoders] Picassa, Photobucket t Flex mashups

2010-06-06 Thread Christophe
Hello, There are examples on the web of Mashups with Flex and Flickr. I am searching other examples with Photobuckett and Picassa. Thank you, Christophe,

[flexcoders] HTTPService

2010-06-06 Thread Akila
I am having difficult in sending an XML request from flex application. The request sent in the server log replace all , , and with lt;, gt; and amp; , respectively, in an XML before passing it as parameter to a HTTPservice call Here is sample code mx:HTTPService id=CCAPI_discover_Search

[flexcoders] DropDownList Data Services

2010-06-06 Thread Stephen
I am populating a datagrid with data from database using Zend Data Services, I then select to amend a line of the datagrid using a master detail form. One of the fields is an index to another table and thus I need to use a DropDownList how do I set the drop down list to what the current setting

[flexcoders] Job opportunity in Atlanta

2010-06-06 Thread Tracy Spratt
Flexcoders, My employer, the Atlanta engineering division of an American manufacturer of international consumer products, is looking for help with a Flex development project. We want a contractor that can start immediately, and the project is long term, with serious potential for permanent

[flexcoders] How to populate itemeditor with popup value

2010-06-06 Thread ilikeflex
Hi I am trying to create editable datagrid. I have also implemented itemEditEnd event because i have nested datafield. I have custom itemeditor. In the custom itemeditor, i have textInput and button to open the popup. I click to open open pop up.I write some text in the pop up but that that

[flexcoders] Button in dataGrid (Flashbuilder 4)

2010-06-06 Thread Scott
Ok, it appears that placing buttons in datagrids have changed in Flash Builder 4... Typically I'd do something like this: mx:DataGridColumn headerText=Paid dataField=dtPaid labelFunction=Paid_LabelFunc width=60 mx:itemRenderer mx:Component

Re: [flexcoders] Button in dataGrid (Flashbuilder 4)

2010-06-06 Thread Alex Harui
Spark components do not carry the weight of being potential item renderers. You can place the Button in a MXDataGridItemRenderer. On 6/6/10 8:53 PM, Scott h...@netprof.us wrote: Ok, it appears that placing buttons in datagrids have changed in Flash Builder 4… Typically I’d do something

Re: [flexcoders] Re: excluding symbols from sub swf

2010-06-06 Thread Alex Harui
I don’t know. I haven’t used those configurations. On 6/5/10 10:15 PM, mattgarland2000 al...@pet-theory.com wrote: Thanks Alex, Is there a way to use compiler options in CS5--or Flash Builder--with a fla? That sounds awesome. I'm in CS4/Flex Builder 3 now. Are other people using this?