Re: [flexcoders] Spell Check for RichTextEditor

2009-01-05 Thread Naveen Booma
27;t give very much > advice on doing so. > > However, I just found this page, > > > http://www.flex888.com/506/10-spell-check-components-for-ria-applications.html > > Maybe that can help you out? > > Cheers, > Nate > > On Mon, Jan 5, 2009 at 2:00 PM, Naveen

Re: [flexcoders] Spell Check for RichTextEditor

2009-01-05 Thread Naveen Booma
> > http://www.gskinner.com/products/spl/about.php > > Man, I should be getting a commission for this. :D > > HTH, > Nate > > > On Mon, Jan 5, 2009 at 1:50 PM, Naveen Booma wrote: > >> Hi, >> >> I was working on a Rich Text Editor and I wanted to enable the spel

[flexcoders] Spell Check for RichTextEditor

2009-01-05 Thread Naveen Booma
Hi, I was working on a Rich Text Editor and I wanted to enable the spell check for the editor..I would appreciate if anyone can give me some ideas on spell check ? I was working on it for couple of days and I couldnt figure out a way to make it work.. Thanks, Naveen

[flexcoders] ToggleButtonBar (Padding Issue)

2008-12-11 Thread Naveen Booma
Hi, I was working on ToggleButtonBar and I wanted to move the label to the bottom of the button and it seems to be impossible... I tried using paddingBottom= 0, still it does not move . Can anyone please let me know if you have a solution for it ? Thanks, Kumar.

[flexcoders] Using japanese langiage in my application

2008-12-07 Thread Naveen Booma
Hi all, Can anyone please tell me how to embed Japanese font in Flex ? I tried installing the Japanese font in my local system and I when I do a copy past Japanese language on my flex builder, it does not support the fonts and so it displays in English.. I wanted to know how to display different

Re: [flexcoders] Checkbox label vertical Alignment

2008-10-20 Thread Naveen Booma
I got my label move vertically down, jus by increasing the size of the checkbox and by decreasing the label size.. I know this is not the way to do it right, but for now it a temp solution. On Tue, Oct 14, 2008 at 4:10 PM, Naveen Booma <[EMAIL PROTECTED]>wrote: > Tracy, > > No !

Re: [flexcoders] Checkbox label vertical Alignment

2008-10-14 Thread Naveen Booma
Tracy, No ! I dont want the label to rotate, instead I wanted to align the label vertically bottom... To make things more clear, try labeling a checkbox and you will find the label to be placed in center of the checkbox, but I wanted to move the label few pixels down. I did also try a checkbox wi

Re: [flexcoders] Auto resizing a list popup control of a PopUpButton

2008-10-14 Thread Naveen Booma
Hi, The solution I came across for this is, find out the length of each data provider (Array collection) and multiply with 20 (try different values) and so depending on the length, the height of the list will automatically resize. For example : _tier.height = tierData.length * 20; where tierDa