You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by OmPrakash Muppirala <bi...@gmail.com> on 2014/12/02 00:39:20 UTC

Re: Korean text not displayed on Samsung Galaxy Tab Pro

Have you tried using the spark.skins.mobile.ScrollingStageTextAreaSkin skin?

If you are adventurous, you can get the nightly build and try
the spark.skins.android4.StageTextAreaSkin which has been newly added.

Thanks,
Om

On Sat, Nov 29, 2014 at 12:20 PM, Lane Friesen <la...@hotmail.com>
wrote:

> I'm using a TextArea with the following parameters:
>
>         <s:TextArea id="questArea" textAlign="left" editable="false"
> selectable="false" x="20" y="295"
>                                 paddingTop="15" paddingLeft="25"
> verticalScrollPolicy="on" paddingRight="25"
>                                 height="200" width="550" fontSize="25"
> fontWeight="bold"
>                                 skinClass="spark.skins.mobile.TextAreaSkin"
> />
>
>
>
> It's loaded by
>
>         StyleableTextField(questArea.textDisplay).htmlText
>
> I'm using Flashbuilder 4.7 with the latest updates. Korean text comes up
> blank on a Samsung Galaxy Tab Pro. There is no problem on the emulator or
> on devices such as the Samsung Galaxy Nexus.
>
> I noticed others having the same problem:
>
> https://bugbase.adobe.com/index.cfm?event=bug&id=3785166
>
> Is there a workaround?
>
> Lane.
>
>
>
>
>

Re: Korean text not displayed on Samsung Galaxy Tab Pro

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Tue, Dec 2, 2014 at 9:38 AM, Lane Friesen <la...@hotmail.com>
wrote:

> Thanks Om. I see the approach you are taking. I'll explore the options and
> see what is possible.
>
> Just as a general comment. I'm using Flex to build a rather complex app
> (600 separate English lessons teaching 3500 new words with multiple
> instructional components, audio and games as rewards). I'm continually
> amazed at how well things work across devices (even down to Android 2.2 and
> quite primitive phones) and from Android to iOS to the web. The components
> are much more pleasing to the eye than stock Android elements. Why in the
> world would Adobe drop such a fantastic product, just when they had solved
> most of the problems? I can only imagine that the decision was imposed by a
> dumb CEO afraid of profits in the short term. Does anyone know the inside
> story behind the decision?
>
>
I don't claim to know the inside story, but I am very glad that they
decided to open source Flex.  This project/product is in the hands of the
community now.  Anyone, including stakeholders like you, can contribute to
Flex which makes it so much more powerful.

On your side, if you can release your app and add it our Apache Flex
showcase [1], that would be awesome!

Thanks,
Om

[1] http://flex.apache.org/community-showcase.html


> Lane.
>
> --------------------------------------------------
> From: "OmPrakash Muppirala" <bi...@gmail.com>
> Sent: Monday, December 01, 2014 3:39 PM
> To: <us...@flex.apache.org>
> Subject: Re: Korean text not displayed on Samsung Galaxy Tab Pro
>
>
>  Have you tried using the spark.skins.mobile.ScrollingStageTextAreaSkin
>> skin?
>>
>> If you are adventurous, you can get the nightly build and try
>> the spark.skins.android4.StageTextAreaSkin which has been newly added.
>>
>> Thanks,
>> Om
>>
>> On Sat, Nov 29, 2014 at 12:20 PM, Lane Friesen <la...@hotmail.com>
>> wrote:
>>
>>  I'm using a TextArea with the following parameters:
>>>
>>>         <s:TextArea id="questArea" textAlign="left" editable="false"
>>> selectable="false" x="20" y="295"
>>>                                 paddingTop="15" paddingLeft="25"
>>> verticalScrollPolicy="on" paddingRight="25"
>>>                                 height="200" width="550" fontSize="25"
>>> fontWeight="bold"
>>>
>>> skinClass="spark.skins.mobile.TextAreaSkin"
>>> />
>>>
>>>
>>>
>>> It's loaded by
>>>
>>>         StyleableTextField(questArea.textDisplay).htmlText
>>>
>>> I'm using Flashbuilder 4.7 with the latest updates. Korean text comes up
>>> blank on a Samsung Galaxy Tab Pro. There is no problem on the emulator or
>>> on devices such as the Samsung Galaxy Nexus.
>>>
>>> I noticed others having the same problem:
>>>
>>> https://bugbase.adobe.com/index.cfm?event=bug&id=3785166
>>>
>>> Is there a workaround?
>>>
>>> Lane.
>>>
>>>
>>>
>>>
>>>
>>>
>>

Re: Korean text not displayed on Samsung Galaxy Tab Pro

Posted by Lane Friesen <la...@hotmail.com>.
Thanks Om. I see the approach you are taking. I'll explore the options and 
see what is possible.

Just as a general comment. I'm using Flex to build a rather complex app (600 
separate English lessons teaching 3500 new words with multiple instructional 
components, audio and games as rewards). I'm continually amazed at how well 
things work across devices (even down to Android 2.2 and quite primitive 
phones) and from Android to iOS to the web. The components are much more 
pleasing to the eye than stock Android elements. Why in the world would 
Adobe drop such a fantastic product, just when they had solved most of the 
problems? I can only imagine that the decision was imposed by a dumb CEO 
afraid of profits in the short term. Does anyone know the inside story 
behind the decision?

Lane.

--------------------------------------------------
From: "OmPrakash Muppirala" <bi...@gmail.com>
Sent: Monday, December 01, 2014 3:39 PM
To: <us...@flex.apache.org>
Subject: Re: Korean text not displayed on Samsung Galaxy Tab Pro

> Have you tried using the spark.skins.mobile.ScrollingStageTextAreaSkin 
> skin?
>
> If you are adventurous, you can get the nightly build and try
> the spark.skins.android4.StageTextAreaSkin which has been newly added.
>
> Thanks,
> Om
>
> On Sat, Nov 29, 2014 at 12:20 PM, Lane Friesen <la...@hotmail.com>
> wrote:
>
>> I'm using a TextArea with the following parameters:
>>
>>         <s:TextArea id="questArea" textAlign="left" editable="false"
>> selectable="false" x="20" y="295"
>>                                 paddingTop="15" paddingLeft="25"
>> verticalScrollPolicy="on" paddingRight="25"
>>                                 height="200" width="550" fontSize="25"
>> fontWeight="bold"
>> 
>> skinClass="spark.skins.mobile.TextAreaSkin"
>> />
>>
>>
>>
>> It's loaded by
>>
>>         StyleableTextField(questArea.textDisplay).htmlText
>>
>> I'm using Flashbuilder 4.7 with the latest updates. Korean text comes up
>> blank on a Samsung Galaxy Tab Pro. There is no problem on the emulator or
>> on devices such as the Samsung Galaxy Nexus.
>>
>> I noticed others having the same problem:
>>
>> https://bugbase.adobe.com/index.cfm?event=bug&id=3785166
>>
>> Is there a workaround?
>>
>> Lane.
>>
>>
>>
>>
>>
>