Re: Typography in Labels

2016-06-06 Thread leokan23
I have never used it. I will give it a try and see if that works for me. Thank you -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Typography-in-Labels-tp12799p12804.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

AW: AW: Apache Flex SDK installer problem

2016-06-06 Thread Christofer Dutz
Hi, I just had a look at the trace and did a little change to the code that should handle your problem ... https://repository.apache.org/content/repositories/snapshots/org/apache/flex/utilities/converter/cli/1.0.0-SNAPSHOT/cli-1.0.0-20160606.125424-159.jar Should be the link to the latest SNAPSH

Re: Typography in Labels

2016-06-06 Thread Harbs
As long as you are not constantly re-rendering the TLF text, it’s fine for mobile. On Jun 5, 2016, at 6:20 PM, leokan23 wrote: > Hi Alex, > > sorry, i forgot to specify that i work 100% on mobile. From what i > understand, TFL is not to be used in mobile due to performance. > > > > -- > Vie

Re: Typography in Labels

2016-06-06 Thread Fréderic Cox
But you can't edit TLF on mobile, right? How would you do that? On Mon, Jun 6, 2016 at 3:04 PM, Harbs wrote: > As long as you are not constantly re-rendering the TLF text, it’s fine for > mobile. > > On Jun 5, 2016, at 6:20 PM, leokan23 wrote: > > > Hi Alex, > > > > sorry, i forgot to specify t

Re: Typography in Labels

2016-06-06 Thread Alex Harui
On 6/6/16, 4:01 AM, "leokan23" wrote: >I have never used it. I will give it a try and see if that works for me. >Thank you > There is an MXML mx.controls.RichTextEditor component if you need editing. Again, it may be too limited for your needs. -Alex

Re: Typography in Labels

2016-06-06 Thread OmPrakash Muppirala
For editing, you have to use the native text (via StageText) which strips any formatting added by TLF. So, you wont be able to do in place editing like on the desktop. But you can update the TLF component as you type in a separate text input component using the OS soft keyboard - and it will rend

Re: Typography in Labels

2016-06-06 Thread Fréderic Cox
On iOS the RichTextEditor does not work due to https://bugbase.adobe.com/index.cfm?event=bug&id=3962712 On Mon, Jun 6, 2016 at 9:09 PM, Alex Harui wrote: > > > On 6/6/16, 4:01 AM, "leokan23" wrote: > > >I have never used it. I will give it a try and see if that works for me. > >Thank you > > >

Re: Typography in Labels

2016-06-06 Thread Alex Harui
Pretty sure that's the Spark version. Try mx.controls.RichTextEditor. It does not use TLF. On 6/6/16, 12:13 PM, "Fréderic Cox" wrote: >On iOS the RichTextEditor does not work due to >https://bugbase.adobe.com/index.cfm?event=bug&id=3962712 > >On Mon, Jun 6, 2016 at 9:09 PM, Alex Harui wrote:

RE: Setting Title to LinearAxis at Runtime do not show up

2016-06-06 Thread Patil, Virat
Hello Thanks for the solution -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Thursday, June 02, 2016 1:28 PM To: users@flex.apache.org Subject: Re: Setting Title to LinearAxis at Runtime do not show up I just had to add this