RE: [flexcoders] Disable the enter key mx:TextArea

2010-06-28 Thread Smin Rana
Hi your question is not cler. -Original Message- From: cos_tan_10 Sent: 06-28-2010 14:07:03 Subject: [flexcoders] Disable the enter key mx:TextArea Hi all, i try using keyUp listener and substring the text but sometimes i still can use the enter keyboard. if(event.keyCode ==

RE: [flexcoders] Send SMS

2010-06-27 Thread Smin Rana
There is no such components in adobe flash platform which can send sms you need use others API or Library visit ribbit.com -original message- Subject: [flexcoders] Send SMS From: Christophe christophe_jacque...@yahoo.fr Date: 06-27-2010 15:19 Hello, Which component can I use for sending SMS

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
Are you sure server and FB got same timezone? I think you got some problem with your manipulation of before you set it to datagrid can you show the code where you set date on datagrid? Response date as a string from cf and set it on datagrid without any formatting? -Original Message-

Re: [flexcoders] When browser closes it need to log in db

2010-06-27 Thread Smin Rana
Hi With Flex you cant have such option to know when user close the browser there is a solution in JavaScript but doesnt work properly I dont recommend that. You need to use server side session On Sun, Jun 27, 2010 at 11:50 AM, narendrafl narendra_kad...@hotmail.comwrote: Hai In my flex

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
/ /mx:columns /mx:DataGrid Both dtStart and dtEnd were exactly one hour ahead of where they should be when I made the CF call. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Smin Rana Sent: Sunday, June 27

RE: [flexcoders] Accessing an object within an array

2010-06-26 Thread Smin Rana
In such a case you cant have code hinting. Cause you are accessing stuff of array not its properties or method. Also your code wrong i think declare ARRAY in that way always var a:Array = []; Also what are you trying to do in the loop its not clear. Day var should declare here first if i