[flexcoders] fullscreen video issue

2010-02-05 Thread m_koks
Hi All, In my application I have a video display component placed at 100,100 with height n width as 400,300. I wanted to fullscreen the video on click of a button. So I wrote the following code. var p:Point=videoDisplayComp.localToGlobal(new Point(0,0)); this.stage.fullScreenSourceRect = new

[flexcoders] Re: UITextField: text-align crops the text

2009-12-16 Thread m_koks
? Maybe file a bug with your test case. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of m_koks Sent: Tuesday, December 15, 2009 4:28 AM To: flexcoders

[flexcoders] UITextField: text-align crops the text

2009-12-15 Thread m_koks
Hi I observed that if you set the textAlign property as right or center to the UITextField and if the UItextField is multiline, few of the extreme right characters in the line get cut. Run following code to get the issue I'm talking about. ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] UITextField text-align issue.

2009-12-07 Thread m_koks
Hi I observed that if you set the textAlign property as right or center to the UITextField and if the UItextField is multiline, few of the extreme right characters in the line get cut. Run following code to get the issue I'm talking about. ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] TextLayout examples with Flex 3.2.0?

2009-11-12 Thread m_koks
Hi I was trying some Textlayout stuff with flex 3.2.0 by downloading the flex 4 sdk and extracting the textlayout.swc and putting in my projects Lib folder. But it seems that some of the classes are missing in that swc. I could not fin d the class CharacterFormat in the swc. Complaier throws an

[flexcoders] Embedded and non-embedded fonts in a single text field at the same time

2009-11-11 Thread m_koks
Hi All, Is it possible to show some part of the text using non-embedded font and remaining text using embedded font in a single UITextField? I am trying a workaround for subscript and superscript. For this to work, I need to have the custom created subscript and superscript font to be

[flexcoders] Line spacing (style leading) behaves weirdly for multiline UITextfield

2009-10-20 Thread m_koks
Hi All, I have to provide the support for the style leading (which is used for line spacing) for UItextField component. Problem is that the line spacing doesn't get applied to the last line of a multiline text. Interestingly, if if it is a single line text then it works fine. Run the following

[flexcoders] Re: FB: Extracting a folder contents into output folder while compiling

2008-10-28 Thread m_koks
. It will be treated the same as src when compiling. Just make sure you have Copy non-embedded files to output folder checked under Project Properties Flex Compiler. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of m_koks Sent

[flexcoders] Re: FB: Extracting a folder contents into output folder while compiling

2008-10-27 Thread m_koks
Does anyone have answer please? Thanks --- In flexcoders@yahoogroups.com, m_koks [EMAIL PROTECTED] wrote: Hi All, I have few additional html files in my project that I want them to be get copied into the output folder while compiling the application using Flex builder. Presently, I

[flexcoders] FB: Extracting a folder contents into output folder while compiling

2008-10-26 Thread m_koks
Hi All, I have few additional html files in my project that I want them to be get copied into the output folder while compiling the application using Flex builder. Presently, I have following options to achieve this. 1. Put those additional files into src folder and in flex builder, check the