Re: [flex_india:27583] Re: Get Date Object without TimeZone

2010-01-01 Thread Norris.Lin
Nice~

2009/12/31 ManoharMP manohar...@rediffmail.com


 Hi Madan,

 Below method might be useful for you.

public static function getDateWithoutTime(date:Date):Date{
var dateFeild:DateField = new DateField();
dateFeild.selectedDate = date;
return dateFeild.selectedDate;
}

 This method will return the date without time





 Madan Narra-2 wrote:
 
  As I said earlier, Am expecting a DATE object without TimeZone.
 Formatting
  a
  Date Object returns me a String !!
 
  Also, I tried Converting the Date to UTC or using the UTC methods
  available.
  They didnt help me out.
 
  Madan N
 
  --
 
  You received this message because you are subscribed to the Google Groups
  Flex India Community group.
  To post to this group, send email to flex_in...@googlegroups.com.
  To unsubscribe from this group, send email to
  flex_india+unsubscr...@googlegroups.comflex_india%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/flex_india?hl=.
 
 
 
 

 --
 View this message in context:
 http://old.nabble.com/-flex_india%3A26696--Get-Date-Object-without-TimeZone-tp26387298p26977121.html
 Sent from the Flex India mailing list archive at Nabble.com.

 --

 You received this message because you are subscribed to the Google Groups
 Flex India Community group.
 To post to this group, send email to flex_in...@googlegroups.com.
 To unsubscribe from this group, send email to
 flex_india+unsubscr...@googlegroups.comflex_india%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/flex_india?hl=en.





-- 
Everyday is a New Life. My Blog:http://norris-lin.blogbus.com/

--

You received this message because you are subscribed to the Google Groups Flex 
India Community group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




[flex_india:27584] Devanagari fonts for Flex AIR App

2010-01-01 Thread Vivekjain11
Hi

I am using Arial UNICode MS for showing  devanagiri characters along
with English characters in my application, however the problem is when
i use a style with  a font-size of 11, the devanagiri characters are
almost unreadable. however when i try to increase the size the English
characters become too big for display.

Is there a way where i can use two style names 1- for showing only a
set of characters from the font (font-size:14), 2- for showing only
english characters (font-size 11) at the same time

or let me know if you know of a font which has both english and
devanagiri and are readable

Vivek

--

You received this message because you are subscribed to the Google Groups Flex 
India Community group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.




[flex_india:27585] Disable drag drop of specific row of a datagrid

2010-01-01 Thread prashant waykar
Hello Friends,
i want to disable the drag drop of the specific row in a datagrid.
Can someone please help me out?
Thanks in advance

--

You received this message because you are subscribed to the Google Groups Flex 
India Community group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.