[flexcoders] add to list combobox

2008-08-21 Thread strykker75
I need to create a combobox that allows the user to type in a item that is not on the list, then adds it to the data provider. The user should be able to type into the combo box and, if what they type is not an item in the data provider, they should be asked if they would like to add the newly typ

[flexcoders] ReferenceError: Error #1056: Cannot create property

2008-04-25 Thread strykker75
I am trying to retrieve data from a MySQL database. Just as a test page, I have : http://www.adobe.com/2006/mxml"; layout="vertical" creationComplete="dsFundcite.fill(fundcites)"> my dto is Fundcite.as: package dto {

[flexcoders] subtopic vs. selector

2008-04-30 Thread strykker75
So, I noticed that there are two very similar ways to break up channels when using the message service. I could not find a discussion of the pros and cons of each. Any thoughts? It seems to me the only real difference is that with subtopics, the producer creates a separate stream of information,

[flexcoders] error with old flex data service code

2008-05-01 Thread strykker75
I have some code that was created a couple years ago, when flex data services was young. I am trying to use it now, but can't seem to get the java files working. I am having trouble in particular with the ChatAdapter file: package chat; import java.util.Collections; import java.util.HashMap; i

[flexcoders] Re: error with old flex data service code

2008-05-01 Thread strykker75
t service variable you can get the same thing with > this statement: > > > > MessageService msgService = > (MessageService)getDestination().getService(); > > > > Jeff > > > > > > From: flexcoders@yaho

[flexcoders] Re: best ftp client

2009-04-29 Thread strykker75
--- In flexcoders@yahoogroups.com, "stinasius" wrote: > > what is the best free ftp client to use to upload flex app to remote server? > Get the FireFTP add-in for FireFox. I've used that for a while now and I love it