Hi there

It is the mx:TextArea: 
<mx:TextArea width="200" y="20" x="20" />

Here is a code snippet: 
<mx:Box width="100%" height="100%" horizontalAlign="center" 
verticalAlign="middle">
 <mx:ViewStack id="viewStack" width="100%" height="100%" selectedIndex="1">
  <component:MainPanel id="mainPanel" width="100%" height="100%" />-->
  <mx:VBox width="100%" id="progressView" height="100%" 
horizontalAlign="center" verticalAlign="middle">
   <mx:ProgressBar height="15" indeterminate="true" label="Initializing 
ChessCube ..." fontSize="14" />
  </mx:VBox>
 </mx:ViewStack>
</mx:Box> 
<mx:TextArea width="200" y="20" x="20" />

The textarea works for special characters in debug mode, but not in release 
build mode. I've tried replicating / isolating the issue using different 
applications / projects but haven't found anything close to a solution yet, 
other than sometimes my tests fail for special characters even in debug mode (I 
think because I haven't cleaned the project properly)

Cheers
Tracy

--- In [email protected], Gordon Smith <gosm...@...> wrote:
>
> BTW, are you are talking about the old MX TextArea or the or new Spark 
> TextArea?
> 
> Gordon Smith
> Adobe Flex SDK Team
> 
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of Andriy Panas
> Sent: Monday, November 30, 2009 10:49 AM
> To: [email protected]
> Subject: Re: [flexcoders] Special characters (eg. Cyrillic) & TextArea
> 
> 
> 
> Hi polestar11,
> 
> Simple code sample will definitely help to understand your issue.
> 
> --
> Best regards,
> Andriy Panas
> 
> 
> 2009/11/30 polestar11 <polesta...@...<mailto:polesta...@...>>
> 
> 
> Hi there
> 
> I have a problem where I am not able to paste special characters (eg. 
> cyrillic & arabic) into a flex TextArea component. This occasionally happens 
> in a debug version of my app and always happens in a release build.
> 
> I created a test application in the same project to try isolate the issue. I 
> intermittently am not able to paste special characters into a textarea. I 
> also created a different project entirely and never experience the issue.
> 
> My guess is that the compiler is misbehaving & getting stuck.
> 
> Any help MUCH appreciated
> 
> Cheers
> Tracy
>


Reply via email to