Re: [flexcoders] More DateFormatter Shinanagans

2008-07-17 Thread Ramnish Kalsi
Last time when I tried, this was working for me. It *may* give you an idea. See the labelFunction... mx:DataGridColumn dataField=availabilityDate headerText=Availability Date editable=false labelFunction=formatDate/ private function formatDate(item:Object, column:DataGridColumn):String {

Re: [flexcoders] Regarding servers

2008-03-11 Thread Ramnish Kalsi
http://www.themidnightcoders.com/weborb/ http://labs.adobe.com/technologies/blazeds/ http://osflash.org/red5 Have fun... On 11/03/2008, kapil b [EMAIL PROTECTED] wrote: Hi All, Please give me basic idea about Red5, BlazeDS, WebORB. Which to use when? -Kapil

Re: [flexcoders] Re: Flex Deployment Process

2008-03-11 Thread Ramnish Kalsi
for the target deployment machine, that's the point of EAR/WAR deployment. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Ramnish Kalsi [EMAIL PROTECTED] wrote: I just built my first app using Flex, and I must say the productivity is a huge bonus. However, I am still

Re: [flexcoders] WSDL connection failing

2008-03-04 Thread Ramnish Kalsi
Could it be a DNS issue. Are you able to access wsdl via browser ? --ramnish On 04/03/2008, Clinton D. Judy [EMAIL PROTECTED] wrote: I've seen several 'solutions' to this problem that don't seem to solve what I'm doing here. Maybe someone here can help. I have a Flex application on an

Re: [flexcoders] WSDL connection failing

2008-03-04 Thread Ramnish Kalsi
. Normally I see the xml stuff, when appending ?wsdl to the end of the url, but that's the error I see instead. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Ramnish Kalsi *Sent:* Tuesday, March 04, 2008 11:26 AM *To:* flexcoders@yahoogroups.com *Subject:* Re