Why in flex 4 in button/label its doesn't show hebrew letters

Hellow everyone,
I have a problem, I can not display Hebrew in Flex on Android device samsung g s2
word in text or title I can and showing hebrew letters on device, but when I want to make a button and I write in lebel something in Hebrew,
he shows me squares...
I tried everything, add fonts, change encodings ... Nothing helps ...
What else can I do...
Thanks!

Tom, I see you are an expert on the topic and I hope you, or anyone knowledgable, can help me out. as per the popular suggestion of getting rid of all things "arial" and "times new roman" to fix the safari mess-up, I actually removed every instance of these fonts (with all their possible variations, bold, italic, etc) from all locations, not just the user/lib/fonts location, but to no avail... while my Safari can properly read "some" arabic websites, it scrambles arabic up on most others, Two popular examples would be aljazeera.net and www.alarabiya.net. any help or suggestion would be greatly appreciated.....

Similar Messages

  • Button  down load doesn't show

    I tried to download adobe flashplayer but the button down
    load doesn't appear. the computer worked well, but at any moment he
    stops showing flas, video's and i can't listening to music any
    more.
    I use Vista

    Please see the thread titled "Won't Download"

  • Label component doesn't show required icon

    I have some JSP like this:
    <ui:label for="uiMiddleInitial" text="Middle&#160;Initial"/>
    <ui:textField binding="#{SomeForm.uiMiddleInitial}" columns="2" id="uiMiddleInitial" tabIndex="2" required="true"/>
    When the page renders the first time, the label is not displayed with the little red required icon. However, after you do any kind of submit with the page, even if it's an immediate button that skips the validation, the required icon shows up the next time the page renders. When I use the label property inside the ui:textField tag instead of a separate ui:label tag, I don't have this problem (the required icon shows up the first time the page renders).
    Any tips on how to make this work would be greatly appreciated.
    Thanks!

    Check your iPhone's Settings > General > Restriction: should be OFF here >
         Camera: ON?
         Location Services > Allow Changes checked?
              Location Services: ON?
              Camera: ON?
         Photos > Allow Changes?
    If your Settings are correct as above and you still have problems, you might have to do a
    Restore from backup using iTunes.
    Still no joy, restore as new and sync content back manually.

  • Cloud button in safari doesn't show any open tabs

    Since I am not starting mountain lion with brand new Mac, how can I use the cloud button in Safari to show all open tabs on my other devices? What I have read says to sign in with apple ID during initial set up. All other cloud features in mountain lion seem to work.

    That button works with the Macs you have got with Mountain Lion, and it will be added in iOS 6, so you must wait

  • Trying to assign an XML attribute value to a button label

    I have a Flex app (developed in FLEX 2) that reads from
    multiple XML files and populates datagrids with element values.
    What I'm trying to do now, is to create a second column with a
    button, enabling users to view archived versions for each current
    report.
    My problem is: I can't get the <mx:Button> label to
    accept the attribute "name". I've tried atleast 10 - 20 different
    syntax.
    My XML file looks like this:
    <metrics>
    <report name="test">
    <link>test Report 10/28/2008</link>
    <url>test-10_28_2008.zip</url>
    <status>active</status>
    </report>
    </metrics>
    The mxml looks like this:
    <mx:Button buttonMode="true" useHandCursor="true"
    click="handleClick()" label="{data.@name}" width="80">
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new
    URLRequest([L=http://new.test.com/pages/r_archive_apps/"+data.link+".html");[/L]]http://n ew.test.com/pages/r_archive_apps/"+data.link+".html");[/L][/L]
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:Button>
    When I try to label a button with an element it works fine.
    Some of the other sytax I've used are:
    - label="{data.report.@name}"
    - label="{data.report.(@name=='test')}"
    - label="{data.report.(@name='test')}"
    - label="{data.@name}"
    - label="{data.metrics.report.@name}"
    - label="{data.metrics.report.(@name=='test')}"
    - label="{data.metrics.report.(@name='test')}"

    quote:
    Originally posted by:
    rtalton
    Can you post some code so we can see how you are using the
    button? I think you may be using the button within a datagrid
    itemRenderer, which might make a difference.
    You're right, the button is in a datagrid itemRenderer. I've
    pasted more dataGrid code below - thanks again.
    <mx:DataGrid id="dgCatalog" dataProvider="{_xlcCatalog}"
    rowCount="4" editable="false" sortableColumns="false"
    left="148" top="65" bottom="42" borderStyle="solid"
    alternatingItemColors="[#ecf8ff, #ffffff]"
    themeColor="#ffff80" alpha="1.0" cornerRadius="0"
    dropShadowEnabled="true" dropShadowColor="#000000" width="549"
    creationCompleteEffect="{glow3}">
    <mx:columns>
    <mx:Array>
    <mx:DataGridColumn editable="false" headerText="Daily -
    Report Names" dataField="link" textAlign="left" width="200">
    <mx:itemRenderer>
    <mx:Component>
    <mx:LinkButton click="handleClick()" label="{data.link}"
    >
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new URLRequest("
    http://test.new.com/test/"+data.url);
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:LinkButton>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    <mx:DataGridColumn editable="false" headerText="Daily -
    Report Archives" dataField="link" textAlign="left" width="80">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Button buttonMode="true" useHandCursor="true"
    click="handleClick()" label="{data.report.@name}" width="80">
    <mx:Script>
    <![CDATA[
    public function handleClick():void{
    var url:URLRequest = new URLRequest("
    http://test.new.com/pages/test_apps/"+data.link+".html");
    navigateToURL(url,"_blank");
    ]]>
    </mx:Script>
    </mx:Button>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    <!--mx:DataGridColumn headerText="URL" dataField="url"
    width="350"/>
    <mx:DataGridColumn headerText="Status" dataField="status"
    width="70"/-->
    </mx:Array>
    </mx:columns>
    </mx:DataGrid>

  • How to add image as radio button label instead of text

    In a pure AS3 project, is there a way to add use an image placed in the library/ Flex/AIR SDK compiler path instead of text as a radio button label?
    I've tried substituting character may unicode like:
    rb1.label = String.fromCharCode("0x2592");
    But how this displays is dependent on the device, font character availability. Displays unpredictably.
    Would prefer anyway to use an image that I can create in AI.
    Any help appreciated.

    OK. I tried this, and it works.
    (Hopefully, the image will display in the same location, next to the radio button, on different devices.)
    Thank you.

  • Button label positioning

    Hi,
    I am new to Flex 2 world but even my question seems a bit
    funny to me. I'm trying to create a square button (width=200 by
    height=200) and I want the label inside the button to be in one of
    the top corners. At this point I don't care if it's in the left or
    right top corner.
    I've tried everything and I was only able to get the label to
    be left aligned using the TextAlign property but I can't seem to
    figure out how to Vertically align it to the top.
    any help you be greatly appreciated.
    Incase someone needs to see the mxml code to understand what
    I'm doing, here it is: (LOL)
    <mx:Button label="topleft" width="200" height="200"
    textAlign="left"/>
    Also, I've tried to put a <mx:Label> right after this
    button and using the x/y co-ordinates, place it on TOP of the
    button and that works but then when I mouseover the label it looses
    the mouseover the button (which is obvious).
    HELP! :)

    The paddingTop worked. I just had to set it top a negative
    value :) I feel like I had to "cheat" to get this working :)
    Thanks a lot!

  • Why Are My Text Align Buttons Grayed Out?

    My users are unable to center text when edited pages in CS3 and CS4. The standard paragraph alignment buttons are grayed out.
    All the users of my site have Admin role, and I have set up the role to allow unrestricted editing. And "Allow Users to Apply Styles"... At screenshot of some of my settings is attached. I don't see why Contribute is not allowing this basic element to work.
    Why Are My Text Align Buttons Grayed Out?
    Any help would be greatly appreciated.

    I experienced the very same issue, but found an interesting quick-fix that worked for us.
    Several of my webpage content managers reported that they could not change the text alignment in pages created using Dreamweaver nested templates. We use nested editable regions in order to restrict portions of the pages (i.e. banners and navigation menus) from being edited.
    I found that Contribute CS4 could realign text in some parts of the affected pages, but not others.
    Further exam revealed that Contribute could change the alignment on any text that was inside a table on those pages. If I inserted a table and then cut-n-pasted the problem text into the table, the text lost its style/formatting, but it could then have its alignment changed.
    Any text not inside a table could not have the alignment changed by Contribute and changing its style/formatting made no difference.
    One note though: It was interesting that after pasting the text into a table, if I selected a chunk of text, the alignment buttons grayed out again. However, if I simply clicked on the line of text (did not select it), the buttons remained active and the text alignment could be changed.
    I don't know why it is happening. The nested regions were working fine, or so I thought, until recently.
    The above is a quick-fix and got my page content managers back online, but I'm still searching for a long-term solution if anyone has one.
    Good luck...
    GaryC3706

  • Fade button label

    Hi, plase help me!
    I've applied a fade effect to a component that contains a
    button and some other children. All the component fades correctly
    and the button fades too, but not its label. I think that it's an
    embedded fonts problem. So I've embedded a font:
    @font-face {
    src:local("Arial");
    font-family: ArialEmbedded;
    advanced-anti-aliasing: true;
    Button
    embedFonts: true;
    font-family: ArialEmbedded;
    font-size: 13;
    After this operation the font-size of the button label
    matches, but not the font-family! The system default font-family
    persists!
    How can I embed fonts in button components? If I cannot fix
    this issue, I think that I cannot fade the button together with its
    label!
    Thanks

    Fixed, I had to embed the bold version of the font, because
    button labels are bold!
    So, the finally code is:
    @font-face {
    src:local("Arial");
    font-family: ArialEmbedded;
    advanced-anti-aliasing: true;
    font-weight:bold;
    @font-face {
    src:local("Arial");
    font-family: ArialEmbedded;
    advanced-anti-aliasing: true;
    font-weight:normal;
    Button
    embedFonts: true;
    font-family: ArialEmbedded;
    font-size: 13;
    All buttons will use the bold ArialEmbedded to render their
    label!
    Byez

  • Unexpected Button Labels

    I have an app I built in LCVI 2009.  This app runs just fine on many different PCs (WinXP, Win 7, x32, x64). 
    However, on a couple of PCs, the app exhibits a very strange problem.  The button labels on a ConfirmPopup panel are not labled "Yes" and "No", as expected.  Rather, they are labeled "Load" and "Make Directory", respectively.  See the attached screen shot file.
    My guess is that this has to do with incompatible libraries, maybe from earlier versions of LCVI.  We have been using LCVI since version 5, so some PCs may have lingering libraries from way back when.
    Any ideas on what the problem could be?
    Thanks
    Attachments:
    clip_image002.jpg ‏7 KB

    I seem to remember that I recently saw a simila question but didn't succeed in finding it. I just found out this old thread which may be of some help. Anyway, button text should be taken from a message file installed together with the CVI Runtime Engine, so removing and reinstalling it should solve the problem.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Unicode dingbats for button labels?

    I really want to use unicode dingbats as my button labels, but Flex won't play ball.  Well, not on Windows anyway.  It works fine on Mac.
    I found a ttf with the unicode dingbats in it called Symbola and embedded it into the swf (as "Symbolax" to make sure it was picking up the embedded version and not the system one).  It works fine if I use it for an mx:Text, but it doesn't work as a button label.  Example:
        <mx:Button width="30" height="100" label="&#x276f;" textRollOverColor="#ffffff" fontFamily="Symbolax"/>
        <mx:Text text="characters are fun &#x276f;" fontFamily="Symbolax" />
    Results in:
    You can see that the Text control is using the embedded font, but the button label isn't.  On Mac, it works fine without embedding any fonts.  Help!

    Sorry, I just noticed that your button width isn't really wide enough for the text label and it is displaying a tool tip. The toolTip uses the default Arial font (I think), so you'll need to do some CSS-ery to display the tool tip in your specified font if you want it to appear correctly. A slightly better example is probably:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:Style>
            @font-face {
                src: url("Symbola.otf");
                fontFamily: Symbolax;
                fontWeight: normal;
            Button {
                fontFamily: Symbolax;
                fontWeight: normal;
                textRollOverColor: white;
            Label {
                fontFamily: Symbolax;
            ToolTip {
                fontFamily: Symbolax;
        </mx:Style>
        <mx:Button label="&#x276f;" width="30" height="100" />
        <mx:Text text="characters are fun &#x276f;" />
    </mx:Application>
    Peter

  • Get button label using 'getElementAt()'

    Hello!
    I have 100 buttons in a container and I'm trying to get label of one of them. The problem: getElementAt() returns IVisualElement and it doesn't have label property. It returns other properties right.
    This line: if (cellContainer.getElementAt((row - 1)*10 + col-1).label == 'X')
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" width="640" height="480" addedToStage="init()" backgroundColor="#CCAAAA">
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>    
         <fx:Script>
              <![CDATA[
                   import mx.core.IVisualElement;
                   import spark.components.Button;
                   private function init():void
                        for (var i:uint = 0; i < 100; i++)
                             var myCell:Button = new Button();
                             myCell.width = 32;
                             myCell.height = 32;
                             myCell.label = 'O';
                             myCell.addEventListener(MouseEvent.CLICK, clickCell);
                             cellContainer.addElement(myCell);
                   public function checkForWinner():void
                        var sameMarkerInARow:uint = 0;
                        for (var row:uint = 1; row < 11; row++)
                             sameMarkerInARow = 0;
                             for (var col:uint = 1; col < 11; col++)
                                  if (cellContainer.getElementAt((row - 1)*10 + col-1).label == 'X')
                                       sameMarkerInARow++;
                                  }else{
                                       sameMarkerInARow = 0;
                             if (sameMarkerInARow == 5){
                                  trace('WINRAR');
                                  break;
                   private function clickCell(event:Event):void
                        event.currentTarget.label = 'X';
                        checkForWinner();
              ]]>
         </fx:Script>
         <s:TileGroup id="cellContainer" x="10" y="10" width="320" height="320" horizontalGap="0" verticalGap="0" rowHeight="32" columnWidth="32" requestedRowCount="10" requestedColumnCount="10">
         </s:TileGroup>
    </s:Application>
    Thanks!

    Try either of the following and tell me if it works
    1. Button(cellContainer.getElementAt((row - 1)*10 + col-1)).label=='X'
    2.  var button:Button=new Button()
         button=cellContainer.getElementAt((row - 1)*10 + col-1) as Button
         if (button.label == 'X')

  • Custom Alert button label

    How could I change the label of the standard Alert.OK Button
    to "accept" for example ?
    If I use Alert.show method its return an instance of Alert
    object but there is no attribute that could be used to set the
    label of a button showed in the Alert.
    Help me
    Thank you at all

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="horizontal">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert
    private function handleDefaultLabels():void
    Alert.show("This is an alert pop-up using default button
    labels",
    null,Alert.OK|Alert.CANCEL);
    private function handleCustomLabels():void
    Alert.okLabel = "Sure"
    Alert.cancelLabel = "No Way"
    Alert.show("Tihs is an alert pop-up using custom button
    labels",
    null,Alert.OK|Alert.CANCEL);
    ]]>
    </mx:Script>
    <mx:Button label="Default Labels"
    click="handleDefaultLabels()" />
    <mx:Button label="Custom Labels"
    click="handleCustomLabels()" />
    </mx:Application>

  • Why does my ipod 5th gen say its a camera when i try to plug it into my computer to use itunes?

    why does my ipod 5th gen say its a camera when i try to plug it into my computer and use itunes

    Because tha is how yo get photos taken by the iPod into the computer.
    If iTunes does not also see the iPod:
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Windows

  • HT4623 i was doing a software update downloading ios 6.1 and the phone froze half way through the download i tried to restart the phone by pressing the power button and the home button but its just a apple on the screen. what can i do to fix this??

    i was doing a software update downloading ios 6.1 and the phone froze half way through the download i tried to restart the phone by pressing the power button and the home button but its just a apple on the screen. what can i do to fix this??

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps..
    But... if the Device has been Modified... this will Not necessarily work.

Maybe you are looking for

  • Can I use Elements to save an A0 pdf map as a low res jpeg.

    I need to save A0 pdf maps (4 - 5mb) as low resolution jpegs so that it can be downloaded from a website at A0 size. The quality needs to be clear enough to identify names and labels but not so good that prospective purchasers of the map just keep th

  • How to change the colors for individual bubbles in a bubble chart?

    I have a report where in a bubble chart needs to be shown with different colors for bubbles available in the chart. I cant find any option to select individual bubbles and format the color options. Any guidance or suggestions solving this would be mu

  • Item to be picked by WM

    Hi experts, While I deliver a sales order and I write number for delivery quantity"delivery create screen" the error appears as: Item to be picked by wm(picking quantity can not be entered). How can I correct this error? Thanks&Regards

  • Mac Pro freeze after OSX 10.9.2 update

    Has anyone else experienced a complete freeze of the computer after this recent update? Hard quit / power down required - force quit did nothing. Safari, Pages, Numbers, Finder, Desktops - nothing could be accessed.

  • Artwork shifting over

    whenever i add new artwork to a single song or multiple song from the same album and artist, the artwork shifts over to the left about 3 pixels. this happens every time i add it through the "get info" option or by clicking and dragging. when i make i