[flexcoders] Re: best ftp client

2009-04-29 Thread strykker75
--- In flexcoders@yahoogroups.com, stinasius stinas...@... 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

[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

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

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

2008-05-01 Thread strykker75
the same thing with this statement: MessageService msgService = (MessageService)getDestination().getService(); Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of strykker75 Sent: Thursday, May 01, 2008

[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

[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 : ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=dsFundcite.fill(fundcites) mx:ArrayCollection id=fundcites