Kazakh keyboard input not works

Hi.
I'm can't figure out trouble with kazakh(cyrillic) input to text controls in Flex4.
I'm embedded unicode fonts, and "Copy->Paste" kazakh text from notepad into flash app works fine!
But i need to keyboard input. In my case ordinar cyrillic letters inputs normal, but kazakh-specific
letters (located in keyboard's 1234 and 7890 keys) not works - ? symbol displays.
Please, anyone help me. I'm wasting 2 weeks in attempt to resolve it.
P.S: FlexSDK 4.0.0.12321, FP 10.0.42.34, OS Windows.

When you paste and it works, take the string and look at the charCodeAt() for each character in the string.
Then when you type, see if the keyDown event is reporting the same charCode or not.
Another test is to verify that your browser can allow those characters when typed into an HTML INPUT tag.
Hi!
When i'm pasting kazakh letters into textInput, flexApp shows correct charCodes, e.g.:
әіңғүұқөһ -> 1241 1110 1187 1171 1199 1201 1179 1257 1211
but when i'm typing this letters from keyboard, flex shows these charCodes:
?і??????? -> 63 1110 63 63 63 63 63 63 63
(cyrillic-kazakh letters located in place of 2,3,4,5,8,9,0,-,= symbols of keyboard, on simple click - lowercase, with ShiftKey - uppercase).
testing app code:
<?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" minWidth="955" minHeight="600">
    <fx:Script>
        <![CDATA[
            import mx.controls.Alert;
            protected function richeditabletext1_keyDownHandler(event:KeyboardEvent):void
            protected function rt1_keyUpHandler(event:KeyboardEvent):void
                ttt.text = "";               
                for (var i:uint = 0; i<rt1.text.length; i++){
                    ttt.text = ttt.text+" "+ rt1.text.charCodeAt(i);
        ]]>
    </fx:Script>
    <fx:Style>
        @namespace s "library://ns.adobe.com/flex/spark";
        @namespace mx "library://ns.adobe.com/flex/mx";
        @font-face {
            src: url("arialuni.ttf"); /* Embed from file */
            fontFamily:"Thai_font";            
            /*unicodeRange:"Cyrillic";*/
            unicodeRange: U+0400-04F9;
            cff-hinting:none;
            embeddAsCFF:true;
        .test{
            font-family:Thai_font;
    </fx:Style>
    <s:TextInput id="ttt" width="100%" fontFamily="Arial Unicode MS"/>
    <s:TextInput id="rt1" x="562" y="243" text="RichEditableText" width="100%" height="500" enabled="true"
                        editable="true"  fontSize="18" keyDown="richeditabletext1_keyDownHandler(event)"
                        keyUp="rt1_keyUpHandler(event)"
                        direction="ltr"
                        styleName="test"/>
</s:Application>

Similar Messages

  • I have a new mac book pro (sept 2014) and am suddenly stuck on the log-in screen. Keyboard input not working to enter my password. Already tried a basic restart and a cmmnd/ cntrl/ pwr troubleshoot to no effect.

    I have a new mac book pro (sept 2014) and am suddenly stuck on the log-in screen. Keyboard input is not working to enter my password. Seems to be a log in issue as keyboard works for forced troubleshooting. (And b/c when I first noticed the problem, I was able to enter my log in password but then everything sort of froze. Now, no ability to enter the password.) Already tried a basic restart and a cmmnd/ cntrl/ pwr troubleshoot to no effect.

    Reset PRAM:   http://support.apple.com/kb/PH14222
    Start up in Safe Mode.
    http://support.apple.com/kb/ph14204
    A new Mac is in warranty for 1 year from the date of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare or take it to the Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

  • Keyboard input not working at boot

    Hello --
    I don't get keyboard input for ~30 seconds at boot, and I'm not sure why. I'm using a hand-rolled kernel with no initrd, though when I use the stock Arch kernel with initrd it does the same thing. According to my kernel logs, the keyboard is recognized before the root filesystem is mounted (and it appears to be PS2, not USB), and from reading the rc scripts, little or nothing happens after the ttys are started.
    udev starts before the root fs is mounted, and when root is fscked at boot, I don't encounter this problem. Therefore I think udev is at fault. Via I can't find any information on telling udev to deal with the keyboard earlier.
    Any ideas on how to fix this? Other than putting "sleep 30" in my rc scripts, that is.

    Sorry, I wasn't being very clear.
    I'm using a laptop, and lsusb doesn't report anything except the buses themselves. Therefore I concluded that my keyboard is not a USB keyboard, as I mentioned above.
    This is booting to a tty console, not to X, so it can't be a KDE issue. And I have full control of my keyboard with GRUB; it's just the kernel that hesitates to acknowledge its existence.

  • Hp Mini 110 1013tu Keyboard is Not working after upgrade to win 7

    Hello need help on weird happenings to my keyboard..
    Before i upgrade the Operating System From Windows XP to Windows 7 the Hp Mini 110 is working fine..
    All keys on keyboard is working and touchpad is also working.
    But after upgrading to windows 7 some keys on keyboard are not working like z,x,c,v, left ctrl and other more keys..
    what do you think is the problem??
    Hardware Issue? or Driver Issue?
    please help thank you..

    Hello @MysticDragon ,
    Welcome to the HP Forums!
    I understand some of the keys on your keyboard are not working after installing Windows 7.
    I do not see any drivers available for your notebook for Windows 7 on the HP website, so their might be some compatibility issues as it's going to rely on Windows update to find current drivers. This doesn't mean it will not work, but I cannot say for sure that it will.
    Try this:
    1. Click Start.
    2. Click Control Panel.
    3. Click Clock, Language, and Region.
    4. Click Region and Language.
    5. Click the Keyboards and Languages tab.
    6. Click Change keyboards...
    7. On the General tab, make sure English (United States) - US is selected in the Default input language field.
    8. Click on any other keyboards in the Installed services list.
    9. Click Remove.
    10. Repeat for all other non-English (United States) keyboards.
    You may also want to try rolling back to Windows XP and see if the issue persists. It is possible the issue is coincidental and not the direct result of the update to Windows 7.
    Let me know if this works!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Keyboard does not work after using Support Drivers

    I have a Macbook Pro 4,1 15" 2.4GHz C2D, and managed to get Bootcamp installed on it with Win7 Home Pro. I have verified that it runs correctly, but it is missing many of the drivers needed to make things run smoothly. I no longer have my Leopard disks that the machine came, so I figured the WindowsSupportDrivers would be the way to go.
    When I install them and reboot, the keyboard does not work. When I hit capslock, I get the caution notice indicating underneath my password field indicating the capslock key is on, so it's not like my entire keyboard is disabled. The system is unusable right now, since I have to enter my password to login, and it does not take any keyboard input. Using an external keyboard did not resolve this issue.
    I did a system restore to get it back to a usable state for the time being.
    Is there an alternative to the BCA support drivers or the Leopard disk? What's going on with my keyboard after the driver update?

    Maybe you have installed obsolete drivers. If you have Lion, open Boot Camp Assistant (Applications > Utilities) in OS X and download Boot Camp drivers

  • Ukelele generated custom keyboard layouts not working in Lion?

    I asked this question in the stackexchange site a few days ago.  Nothing I've tried has worked so far, except for creating a new account.  Because a fresh account works, it's got to be something with my preferences, right?
    http://apple.stackexchange.com/questions/21691/ukelele-generated-custom-keyboard -layouts-not-working-in-lion
    Here's the question from above:
    I created a custom keyboard layout with Ukelele (http://scripts.sil.org/ukelele) in Snow Leopard (idea is to generate scandinavian letters with Alt-key, otherwise have a pretty much standard U.S. layout). After the upgrade, the old installed (to ~/Library/Keyboard Layouts) layout wasn't working.
    Ukelele seems to work OK in Lion, but whether I put the generated keylayout in a bundle or single file, or save it "/Library/Keyboard Layouts" or "~/Library/Keyboard Layouts" doesn't seem to matter.
    Help?
    EDIT:
    @Sergio, I cannot choose the layout in Input Sources. One keylayout file I tried:http://semeai.org/~sjl/us-scands.keylayout
    [EDIT: Removed unrelated stuff]
    UPDATE 2011/08/15:
    @Tom:
    Copied your keylayout (it naturally ended up in my Junk folder):
    midgard (01:55) >ls -l ~/Library/Keyboard\ Layouts/MongolianQWERTY.keylayout-rw-r--r--@ 1 sjl  staff  44536 Mar 13  2008 /Users/sjl/Library/Keyboard Layouts/MongolianQWERTY.keylayout
    Logged out, logged in, isn't showing in Input sources (I'm looking very closely between "Maori" and "Myanmar - QWERTY").
    I've also uninstalled bunch of software and plugins giving suspicious messages to system.log, but hasn't helped.
    UPDATE 2011/08/16:
    I created a test account, and lo, the layout works perfectly for it. Also the bug in preferences doesn't show for that account. When trying this on my own account, there are no errors in Console logs with the suggested keywords (I can't seem to locate console.log file, though).
    UPDATE 2011/08/16 later:
    Nuking Library/Caches (and relogging) didn't help.
    UPDATE 2011/08/17:
    I did
    % find Library -name "*.plist" -exec mv {} {}.renamed \;
    and restarted, but it didn't help. I restored the situation with
    % for file in `find Library -name "*.plist.renamed"`; \  do mv "$file" "${file//.renamed/}"; done
    addendum: I also went through all the .plist files with plutil -s as described inhttp://www.askdavetaylor.com/can_i_check_my_plist_files_in_mac_os_x_for_problems .html. There was some brokennes, but in very unrelated applications.

    Tom,
    I think I love you.
    That absolutely did it! Thanks so much!
    If you'll answer with the same link in the stackexchange site, I'll mark the answer as correct, so you'll get the rep there.
    Thanks,
    Sami

  • X1 keyboard input not accepted

    Recently my keyboard input is not accepted. There is clicking when I tap the keys, but no input is taken. The soft keyboard works as expected. Is there a setting I tweaked somewhere?

    I experienced the same proble. Mine X1CT was bought in January. The problem came today.
    When the keyboard is not working, the touch screen is not working too.
    I guess it has something to do with the external display, and the hinge between laptop display and laptop body.
    Normally I use only the external display. In the Fn+F7 option, I chose the last one (Second Screen only).
    When I had this problem, the only way to make it work is to adjust the lapto screen angle. Sometimes both screens will be turn on, then it becomes normal again.
    Please help. 

  • My keyboard is not working properly. To get an a i have to type a q

    my keyboard is not working properly. To get an a i have to type a q. To get a w I must type a z. M is the semicolon. Period is less than sign. I have turned off the computer and unplugged the keyboard and it still does not work. Running OS 10.6.8  Just noticed I have to use caps to get numbers.

    Somehow I had gotten my keyboard preference changed to French.
    If you have more than one keyboard layout enabled (checkmarked in the Input Sources section of the Language & Text control pane in System Preferences), then pressing Command-Spacebar or Command-Option-Spacebar will switch the active layout from one to the next.
    You can prevent that from happening by either -
    • Reducing the number of enabled keyboard layouts to one; or
    • Turn off those two keyboard shortcuts. You can do that in Syatem Preferences > Keyboard > Keyboard Shortcuts; click the Keyboard & Text Input in the left pane, then uncheck the two "select" items in the right pane.

  • Keyboard trackpad not working

    All of a sudden my keyboard and trackpad don't work on my Macbook. USB keyboards and mice work fine. I took off the keyboard and tried it on another Macbook and it worked fine. Don't know if any recent updates or firmware changes have been done. Any ideas of how to fix or is this a motherboard issue?

    Hi today we were having a yard sale. A family member needed to use a computer and used mine. When i got it back from they left in a hurry.
    Well I opened it clicked a few things with my "wireless mightymouse" and went to type keyboard did not work so i tried the track pad. So i found this post looking on the web. looked other placess. thought i would shut it down as soon as it went off it immediately turned back on. so i tried again. no luck so i took out the batery unpluged it. Then it would not turn on. Apple is sending a box by monday. I told them i think it is a logicboard="motherboard" problem.
    But till then im going to a computer store to obtian my data off my MacBook

  • Apple USB keyboard does not work with one internal usb port

    Hi everyone,
    hope someone can help me to solve my problem. I have a MPB13 retina late 2013 since something like 3 months. I have additional screen (dell), usb wired keyboard (apple) and BT magic mouse.
    Since a few days, my usb keyboard does not work well. It only want to work properly when plugged to the rights side usb port internal port and not anymore on the left one. It also work on a usb external concentrator. Before, I had no problem, it worked perfectly. There was no problem such as cofee on it...
    After searching the web on such problem, I tries a few things such as:
    I tried the keyboard on another computer (windows): works fine
    I tried usb stick and external DVD reading on the left internal usb ports: works fine
    I switch the MPB off and turn it back on: the usb keyboard still does not work on the left usb port
    I tried the SMC and PRAM reset : nothing
    Any idea ??
    Thanks
    Guillaume

    I'm facing the same problem, found any solutions ?

  • External USB keyboard does not work with T60 after BIOS upgrade

    External USB keyboard does not work properly with T60 after 2.26-1.07 BIOS upgrade.
    It does the same with or without the docking station.
    Anyone else bumped into this problem yet? 
    Has someone found any fixes for this?
    t

    Hi and welcome the forum!
    Try uninstalling all USB hub devices from the device manager and reinstalling them again, particularly the keyboard's.
    v2.26 is supposed to fix the issue according to lenovo:- http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-63024
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Keyboard is not working in firefox

    my keyboard is not working in it
    it happened when i typed one word many times in it
    a dilogue box appears that i typed many times words and there are two options on it
    yes or no
    i pressed no
    after that i can't use keyboard

    You might have activated a Windows accessibility feature that requires to hold down a key for a longer time to make it work.
    *http://www.microsoft.com/enable/products/windows7/default.aspx
    *http://windows.microsoft.com/en-us/windows/make-keyboard-easier-to-use#1TC=windows-7
    Some have reported that pressing F9 and the Windows key simultaneously one or more times has worked to fix issues with the keyboard not working.

  • After Recovery with CD Satellite C660-1FE keyboard does NOT work

    Hello,
    A month ago I purchased a Toshiba C660-1FE. After three weeks my HD broke down. I bought a new HD from Western Digital and replaced the broken HD. As I did not make an recovery image of my HD, I had to order the Product recovery discs off the Toshiba website (3 discs, of which disc 1 and 3 were the only one's required for installation).
    Now, I have the problem that my laptop keyboard does not work. I am currently using a USB keyboard and mouse to replace my keyboard and touchpad of the laptop.
    The laptop keyboard works fine in BIOS. Therefore, I hope it's just a driver problem.
    I have:
    tried finding and installing lots of drivers on from the toshiba website, no result.
    tried changing settings in the bios (usb enable/disable).
    tried to fix the problem by re-installing the entire computer again several times.
    The keyboard seems to work until windows loads. When the system is starting up I can press caps lock and num lock and the green lights come on. This all stops working once the windows startup symbol appears.
    Perhaps a second problem in the device manager: under the display-adapter, 2 subcategories have exclamation marks: it says Mobile Intel(R) 4 series express chipset family twice! I can't seems to fix these with any drivers I can find either. When I check the settings I have this message (google translate since it was in dutch):
    +The digital signature for the drivers for this device is required, can not be verified. Possible after a recent hardware or software change a file that is installed incorrectly signed or damaged, or is malicious software installed from an unknown source. (Code 52)+
    +You need to restart the computer to this device changes to take effect.+ (obviously I tried that too)
    Can someone please give me some help? I am at the end of my wits.
    Sincerely,
    Daniel

    Hi MisterX,
    thank you for your response. I have tried these things and there is no such thing as PS2/keyboard in device manager. It's as if the Hardware is not even recognizable in windows. I am starting to doubt whether I got the right Backup CD.
    I wrote the following e-mail to [email protected]:
    +Dear Toshiba,+
    +after receiving the recovery CD's for my toshiba c660-1FE, it turns out that the drivers for the keyboard and touchpad are not installed. I have tried many things to get around this but it seems to me that I have received the wrong product recovery CD's. The chipset drivers are not the right ones, the overall layout of this version of windows 7 is different from before and when looking for answers in the toshiba forum I have concluded that the recovery CD's could be the wrong ones.+
    +My laptop: Satellite C660-1FE+
    +serial: 5B378048K+
    +Part-nr: PSC0LE 02M0TU26DU+
    +Recovery CD's I received are CD's 1-3 with serial R14254DU+
    +Would you be so kind to check whether these CD's should be 100% compatible with my laptop?+
    +This would be greatly appreciated,+
    +Daniel+
    MisterX, do you know any other emails I can forward this too? Or anyone who could perhaps tell me if I got the right CD's? They are taking their time to respong to this...
    Kind regards,
    Daniel

  • My mac's keyboard is not working with my mac.the green light blinks and i cannot get onto my mac. everything on the support questions does not help because i cant go on the mac and i cant sign in

    my mac's keyboard is not working with my mac.the green light blinks and i cannot get onto my mac. everything on the support questions does not help because i cant go on the mac and i cant sign in

    If you can't sign in, then you can't troubleshoot and/or pair the keyboard until after that........ so, for that, you will need to borrow someone's USB wired keyboard in order to get signed in and to the Keyboard Bluetooth Preferences.

  • Keyboard is not working on Macbook 1.83GHz with Windows XP Pro

    Hi
    There is a problem in Macbook 1.83 GHZ (Macbook 13-Inch Mid 2007 Combo) the keyboard is not working some times when I boot from Windows XP install Disk, after installation of Windows XP Operating System.
    Either I install first Mac OS x 10.4.9 then Install Windows XP Pro through bootcamp 1.2 Completion of both Operiting System I boot through Windows XP bootable CD OR I install Windows XP with out Mac OSX, in both conditions when i boot my computer through Windows XP bootable CD some times my built in keyboard (or external USB keyboard) does not work.
    Not only one Macbook is effected there are many.
    I request you to please advise to resolve this hot issue.

    Has any one had problem like this, plz share to resolve this issue.

Maybe you are looking for

  • Huge iMovie file

    I've made many iMovies and iDVDs using iMovie6. I'm putting them on a LaCie 1TB external hard drive. The current movie that I'm making by cutting and pasting two movies together is about 2 hrs long and the file size is about 500GB! It hs 95 clips, th

  • IMac 17" screen dimensions

    Can anyone tell me what the actual screen dimensions (height and width) of a 17" iMac? Thanks. I use Sibelius and Logic Express and would like something that has enough height and am deciding between a Mini with a big monitor or a 17" iMac. I find th

  • Problems with SSI on OS X 10.5 desktop version

    I just upgraded (format and install) to 10.5.4 and I went to enable server side includes. I uncommented the two lines AddType text/html .shtml AddOutputFilter INCLUDES .shtml and I added index.shtml to the DirectoryIndex line as well as adding Includ

  • HI what is meant by Floor plan manager?

    HI Gurus.... Please somebody throw a light on Floor plan manager? why we required this?what is the advantage of it? and what is meant by TRACK? what is the need of TRACK? Please share the documenst if you have any for the above said topics. you can s

  • Where to perform date conversion for display?

    Hi, We have started our application with operation for single country, all data located in single database. The transaction history time stored is all in GMT+8. However, with business expansion, we now have to cater for multiple country that is of di