Show virtual keyboard in canvas

Hi,
I'm using a Motorola A780. Entering text is done by using a virtual keyboard for the touchpad. How can I show this keyboard in a Canvas or GameCanvas for entering text ?
Best regards,
Marc

You can't do that.
create a virtual text box, and when the user clicks on it, show a real form with a textbox. It will then also show the virtual keyboard.

Similar Messages

  • Show virtual keyboard for cyrillic

    Hi,
    I'm a native austrian using german keyboard layout. As I'm learning russian, I use this snippet to be able to switch between german and cyrillic keyboard layout by pressing both shift keys:
    setxkbmap -option grp:switch,grp:shifts_toggle,grp_led:scroll de,ru &
    To make it easier to find the cyrillic letters I'd like to have a virtual keyboard if I switch to the russian layout. The best solution would be, if the virtual keyboard would be switched on and of by the shift keys so that it automatically "syncs" with the russian layout.
    Did somebody get this done? I'm on Openbox.

    You can't do that.
    create a virtual text box, and when the user clicks on it, show a real form with a textbox. It will then also show the virtual keyboard.

  • Virtual Keyboard(mouse keyboard) in adf

    Hi All,
    I am developing an application using adf(jspx pages) in which on a jsff page i need to show virtual keyboard for entering password fields....normally we have this facility while login to our internet banking...is it possible using adf?? and how??
    Any help will be appreciated.

    While there is not component for this - you can probably just put a bunch of commandButtons on your form - and when you click them update the value of a field in your Form to add the new letter at the end.

  • Three keys of my keyboard are not working, the cap one, the return key and the space bar, while the virtual keyboard shows to others keys highlighted in orange (^ and `); How to fix it? I writing now with a bluetooth keyboard.

    Three keys of my keyboard are not working, the cap one, the return key and the space bar, while the virtual keyboard shows to others keys highlighted in orange (^ and `); How to fix it? I writing now with a bluetooth keyboard.

    All new keyboards need Snow Leopard 10.6.8 and above for full functionality.
    Rather short-sighted of Apple perhaps, but that seems to be a trend these days.
    I'm afraid the only fix is to upgrade to SL. Personaly, I'd take it back and get a refund and seek an older keyboard or a third-party one elsewhere.

  • Why is the virtual keyboard on my new iPad showing up in the middle of the page instead of the bottom? It sometimes covers the area I'm trying to type in!

    Why is the virtual keyboard on my new iPad showing up in the middle of the page instead of the bottom? It sometimes covers the area I'm trying to type in!

    Tap and hold on the keyboard icon in the lower right corner of the keyboard. Select Dock and it will return to its normal position. You can turn off undocking and splitting of the keyboard at
    Settings > Keyboard

  • When I try to buy ibooks from my ipad, the virtual keyboard is not the same as my computer, and so as my password consists of numbers, letters and symbols my ipad keeps showing that my password is incorrect! Is there any way around this problem please?

    When I try to buy ibooks from my ipad, the virtual keyboard is not the same as my computer keyboard, and since my password consists of letters, numbers and symbols, the ipad keeps displaying "incorrect password". Is there any way around this please anybody?

    katykittenoid wrote:
    the virtual keyboard is not the same as my computer keyboard
    Are you using the virtual keyboard to input your password and you cannot see/find the characters you need on that keyboard?
    Or are you trying to use a bluetooth keyboard and pressing the printed key does not produce the right character?

  • Virtual keyboard showing with physical keyboard

    Greeting:
    Since upgrading to IOS 8, my iPad insists on displaying the virtual keyboard despite my having a linked logitech bluetooth keyboard.
    If dismissing once was the solution, I wouldn't be asking the question.  But the virtual keyboard re-displays each time an input is needed.
    I did read somewhere that losing the specific bluetooth device and then reconnecting would work; it didn't.
    Suggestions?
    Thanks in advance.
    IOS8, iPad 2

    I went to use the MMS App I downloaded for receiving pics etc... I got a message from Apple saying it is incompatible with OS 3.0 and if I wanted to continue using it, then download 3.0 later. Right! I will get rid of MMS and get 3.0!

  • How to enter text in text input box using virtual keyboard in flex application

    Re: how to enter text in text input box using virtual keyboard in flex application
    hi,
    im using flash builder 4,
    i  designed virtual keyboard, i have to update the text in text input box  continously by using virtual keyboard.
    i used button events.i did  some mistake there.
    can some one help me out of tat.
    thanks  in advance.
    i have included my mxml program with this.
    virtualkeyboard.mxml
    <?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" creationComplete="initfunc()">
         <fx:Script>
            <![CDATA[
                import  mx.controls.Alert;
                private function initfunc():void
                    b1.addEventListener(MouseEvent.CLICK,handleEvent);
                     b2.addEventListener(MouseEvent.CLICK,handleEvent);
                     b3.addEventListener(MouseEvent.CLICK,handleEvent);
                     b4.addEventListener(MouseEvent.CLICK,handleEvent);
                     b5.addEventListener(MouseEvent.CLICK,handleEvent);
                     b6.addEventListener(MouseEvent.CLICK,handleEvent);
                     b7.addEventListener(MouseEvent.CLICK,handleEvent);
                     b8.addEventListener(MouseEvent.CLICK,handleEvent);
                     b9.addEventListener(MouseEvent.CLICK,handleEvent);
                     b10.addEventListener(MouseEvent.CLICK,handleEvent);
                     b11.addEventListener(MouseEvent.CLICK,handleEvent);
                     b12.addEventListener(MouseEvent.CLICK,handleEvent);
                     b13.addEventListener(MouseEvent.CLICK,handleEvent);
                     b14.addEventListener(MouseEvent.CLICK,handleEvent);
                     b15.addEventListener(MouseEvent.CLICK,handleEvent);
                     b16.addEventListener(MouseEvent.CLICK,handleEvent);
                     b17.addEventListener(MouseEvent.CLICK,handleEvent);
                     b18.addEventListener(MouseEvent.CLICK,handleEvent);
                     b19.addEventListener(MouseEvent.CLICK,handleEvent);
                     b20.addEventListener(MouseEvent.CLICK,handleEvent);
                     b21.addEventListener(MouseEvent.CLICK,handleEvent);
                     b22.addEventListener(MouseEvent.CLICK,handleEvent);
                     b23.addEventListener(MouseEvent.CLICK,handleEvent);
                     b24.addEventListener(MouseEvent.CLICK,handleEvent);
                     b25.addEventListener(MouseEvent.CLICK,handleEvent);
                     b26.addEventListener(MouseEvent.CLICK,handleEvent);
                     b27.addEventListener(MouseEvent.CLICK,handleEvent);
                     b28.addEventListener(MouseEvent.CLICK,handleEvent);
                     b29.addEventListener(MouseEvent.CLICK,handleEvent);
                     b30.addEventListener(MouseEvent.CLICK,handleEvent);
                     b31.addEventListener(MouseEvent.CLICK,handleEvent);
                     b32.addEventListener(MouseEvent.CLICK,handleEvent);
                     b33.addEventListener(MouseEvent.CLICK,handleEvent);
                     b34.addEventListener(MouseEvent.CLICK,handleEvent);
                     b35.addEventListener(MouseEvent.CLICK,handleEvent);
                     b36.addEventListener(MouseEvent.CLICK,handleEvent);
                     b37.addEventListener(MouseEvent.CLICK,handleEvent);
                     b38.addEventListener(MouseEvent.CLICK,handleEvent);
                     b39.addEventListener(MouseEvent.CLICK,handleEvent);
                     b40.addEventListener(MouseEvent.CLICK,handleEvent);
                     b41.addEventListener(MouseEvent.CLICK,handleEvent);
                     b42.addEventListener(MouseEvent.CLICK,handleEvent);
                     b43.addEventListener(MouseEvent.CLICK,handleEvent);
                     b44.addEventListener(MouseEvent.CLICK,handleEvent);
                     b45.addEventListener(MouseEvent.CLICK,handleEvent);
                     b46.addEventListener(MouseEvent.CLICK,handleEvent);
                     b47.addEventListener(MouseEvent.CLICK,handleEvent);
                     b48.addEventListener(MouseEvent.CLICK,handleEvent);
                     b49.addEventListener(MouseEvent.CLICK,handleEvent);
                     b50.addEventListener(MouseEvent.CLICK,handleEvent);
                     b51.addEventListener(MouseEvent.CLICK,handleEvent);
                     b52.addEventListener(MouseEvent.CLICK,handleEvent);
                     b53.addEventListener(MouseEvent.CLICK,handleEvent);               
                public function handleEvent ( e :  MouseEvent ) : void
                    var a:String=  e.target.name ;
                    Alert.show(e.target.name);
                   var b:String=null;
                    switch(a)
                        case "Button20":
                           b=textbox.text;
                            //textbox.text="a";
                             textbox.text=b+"a";
                            break;
                       case "Button21":
                            //textbox.text="b";
                           textbox.text=b+"b";
                           break;
                       default:
                           //textbox.text="s";
                            textbox.text=b+"s";
            ]]>
        </fx:Script>
        <s:Panel  x="43" y="82" width="527" height="213">
          <mx:Button  x="71" y="86" id="b1" label="1" width="30" height="24"/>
             <s:Button x="180" y="86"  id="b2" label="5" width="30"  height="24"/>
            <s:Button x="127" y="86"  id="b3"  label="3" width="30" height="24"/>
            <s:Button x="99"  y="86"  id="b4" label="2" width="30" height="24"/>
             <s:Button x="323" y="86"  id="b5" label="0" width="30"  height="24"/>
            <s:Button x="294" y="86"  id="b6"  label="9" width="30" height="24"/>
            <s:Button x="265"  y="86"   id="b7" label="8" width="30" height="24"/>
             <s:Button x="237" y="86"  id="b8" label="7" width="30"  height="24"/>
            <s:Button x="209" y="86"  id="b9"  label="6" width="30" height="24"/>
            <s:Button x="42"  y="86"  id="b10" label="`" width="30" height="24"/>
             <s:Button x="382" y="86" id="b11" label="=" width="30"  height="24"/>
            <s:Button x="353" y="86"  id="b12"  label="-" width="30" height="24"/>
            <s:Button x="410"  y="86"  id="b13" label="back" width="76" height="24"/>
             <s:Button x="157" y="86"  id="b14" label="4" width="30"  height="24"/>
            <s:Button x="43" y="109" id="b15"  label="tab" width="66" height="24"/>
            <s:Button x="105"  y="109"  id="b16" label="q" width="31" height="24"/>
             <s:Button x="247" y="109"  id="b17" label="y" width="30"  height="24"/>
            <s:Button x="303" y="109"  id="b18"  label="i" width="31" height="24"/>
            <s:Button x="361"  y="110"  id="b19" label="p" width="34" height="23"/>
             <s:Button x="394" y="109"  id="b20" label="[" width="31"  height="24"/>
            <s:Button x="191" y="109"  id="b21"  label="r" width="34" height="24"/>
            <s:Button x="424"  y="109"  id="b22" label="]" width="31" height="24"/>
             <s:Button x="222" y="109"  id="b23" label="t" width="31"  height="24"/>
            <s:Button x="161" y="109"  id="b24"  label="e" width="31" height="24"/>
            <s:Button x="133"  y="109"  id="b25" label="w" width="31" height="24"/>
             <s:Button x="332" y="109"  id="b26" label="o" width="31"  height="24"/>
            <s:Button x="275" y="109"  id="b27"  label="u" width="31" height="24"/>
            <s:Button x="220"  y="133"  id="b28" label="g" width="31" height="24"/>
             <s:Button x="424" y="132"  id="b29" label="enter" width="62"  height="24"/>
            <s:Button x="43" y="132"  id="b30"  label="caps" width="66" height="24"/>
            <s:Button x="275"  y="133"  id="b31" label="j" width="42" height="23"/>
             <s:Button x="314" y="132"  id="b32" label="k" width="31"  height="24"/>
            <s:Button x="133" y="133"  id="b33"  label="s" width="31" height="23"/>
            <s:Button x="161"  y="133"  id="b34" label="d" width="31" height="23"/>
             <s:Button x="250" y="133"  id="b35" label="h" width="31"  height="23"/>
            <s:Button x="105" y="133"  id="b36"  label="a" width="31" height="23"/>
            <s:Button x="191"  y="133"  id="b37" label="f" width="31" height="23"/>
             <s:Button x="342" y="132"  id="b38" label="l" width="31"  height="24"/>
            <s:Button x="152" y="154"  id="b39"  label="x" width="31" height="24"/>
            <s:Button x="353"  y="154"  id="b40" label="." width="31" height="24"/>
             <s:Button x="325" y="154"  id="b41" label="," width="31"  height="24"/>
            <s:Button x="294" y="154"  id="b42"  label="m" width="31" height="24"/>
            <s:Button x="259"  y="154"  id="b43" label="n" width="37" height="24"/>
             <s:Button x="236" y="154"  id="b44" label="b" width="31"  height="24"/>
            <s:Button x="211" y="154"  id="b45"  label="v" width="31" height="24"/>
            <s:Button x="181"  y="154"  id="b46" label="c" width="31" height="24"/>
             <s:Button x="122" y="154"  id="b47" label="z" width="31"  height="24"/>
            <s:Button x="380" y="154"  id="b48"  label="/" width="31" height="24"/>
            <s:Button x="368"  y="132"  id="b49" label=";" width="31" height="24"/>
             <s:Button x="396" y="132"  id="b50" label="'" width="31"  height="24"/>
            <s:Button x="43" y="154"  id="b51"  label="shift" width="82" height="24"/>
            <s:Button  x="407" y="154" id="b52" label="shift" width="79" height="24"/>
             <s:Button x="455" y="109"  id="b53" label="\" width="31"  height="24"/>
        </s:Panel>
        <s:TextInput  x="161" y="27" id="textbox" width="253"/>
    </s:Application>
    regards,
    saran r

    hi,
    how to code for these buttons "control,alt,delete,insert and spacebar".
    can u help me how to program?
    i have attached the mxml code with this,
    virtualkeypad1.mxml
    <?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"
                   creationComplete="application1_creationCompleteHandler(event)" viewSourceURL="srcview/index.html">
        <fx:Script>
            <![CDATA[
                import flash.utils.getQualifiedSuperclassName;
                import mx.events.FlexEvent;
                private var inpText:String = 'inp1';
                private var shiftState:Boolean = false;
                private var capsState:Boolean = false;
                protected function keyboard_clickHandler(event:MouseEvent):void
                    this[inpText].text = this[inpText].text+(event.currentTarget as Button).label;
                    if (shiftState == true) shift_clickHandler(null);
                protected function caps_clickHandler(event:MouseEvent):void
                    capsState = !capsState;
                    if (capsState == true)
                        currentState = "SHIFTED" else currentState = "PRIMARY";
                protected function tab_clickHandler(event:MouseEvent):void
                    this[inpText].text = this[inpText].text+"    ";
                protected function shift_clickHandler(event:MouseEvent):void
                    shiftState = !shiftState;
                    if (shiftState == true)
                        currentState = "SHIFTED" else currentState = "PRIMARY";
                protected function enter_clickHandler(event:MouseEvent):void
                    this[inpText].text = this[inpText].text+"\n";
                protected function backspace_clickHandler(event:MouseEvent):void
                    var tmpStr:String = this[inpText].text;
                    this[inpText].text = tmpStr.substr(0,tmpStr.length-1);
                protected function application1_creationCompleteHandler(event:FlexEvent):void
                    inp1.setFocus();               
                protected function focus_enterHandler(event:MouseEvent):void
                    inpText = event.currentTarget.id;
            ]]>
        </fx:Script>
        <s:states>
            <s:State name="PRIMARY"/>
            <s:State name="SHIFTED"/>
        </s:states>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:TextInput id="inp1" y="36" width="151" horizontalCenter="0" click="focus_enterHandler(event)" y.PRIMARY="239" horizontalCenter.PRIMARY="42" width.PRIMARY="199" height.PRIMARY="31"/>
        <s:Group id="keyboard" width="661" height="184" horizontalCenter="0" y="300" focusEnabled="false">
            <s:Button x="5" y="5" label="~" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="`"/>
            <s:Button x="49" y="5" label="!" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="1"/>
            <s:Button x="93" y="5" label="@" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="2"/>
            <s:Button x="137" y="5" label="#" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="3"/>
            <s:Button x="181" y="5" label="$" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="4"/>
            <s:Button x="225" y="5" label="%" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="5"/>
            <s:Button x="269" y="5" label="^" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="6"/>
            <s:Button x="313" y="5" label="&amp;" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="7"/>
            <s:Button x="357" y="5" label="*" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="8"/>
            <s:Button x="401" y="5" label="(" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="9"/>
            <s:Button x="445" y="5" label=")" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="0"/>
            <s:Button x="489" y="5" label="_" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="-"/>
            <s:Button x="533" y="5" label="+" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="="/>
            <s:Button x="577" y="5" label="Backspace" height="43" width="80" fontSize="11" fontWeight="bold" click="backspace_clickHandler(event)"/>
            <s:Button x="5" y="48" label="Tab" height="43" width="67" fontSize="12" fontWeight="bold" click="tab_clickHandler(event)"/>
            <s:Button x="72" y="48" label="Q" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="q"/>
            <s:Button x="116" y="48" label="W" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="w"/>
            <s:Button x="160" y="48" label="E" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="e"/>
            <s:Button x="204" y="48" label="R" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="r"/>
            <s:Button x="248" y="48" label="T" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="t"/>
            <s:Button x="292" y="48" label="Y" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="y"/>
            <s:Button x="336" y="48" label="U" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="u"/>
            <s:Button x="380" y="48" label="I" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="i"/>
            <s:Button x="424" y="48" label="O" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="o"/>
            <s:Button x="468" y="48" label="P" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="p"/>
            <s:Button x="512" y="48" label="{" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="["/>
            <s:Button x="556" y="48" label="}" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="]"/>
            <s:Button x="600" y="48" label="|" height="43" width="57" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="\"/>
            <s:Button x="5" y="91" label="CapsLock" height="43" width="80" fontSize="12" fontWeight="bold" click="caps_clickHandler(event)"/>
            <s:Button x="85" y="91" label="A" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="a"/>
            <s:Button x="129" y="91" label="S" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="s"/>
            <s:Button x="173" y="91" label="D" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="d"/>
            <s:Button x="217" y="91" label="F" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="f"/>
            <s:Button x="261" y="91" label="G" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="g"/>
            <s:Button x="305" y="91" label="H" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="h"/>
            <s:Button x="349" y="91" label="J" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="j"/>
            <s:Button x="393" y="91" label="K" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="k"/>
            <s:Button x="437" y="91" label="L" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="l"/>
            <s:Button x="481" y="91" label=":" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY=";"/>
            <s:Button x="525" y="91" label="&quot;" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="'"/>
            <s:Button x="569" y="91" label="Enter" height="43" width="88" fontSize="24" fontWeight="bold" click="enter_clickHandler(event)"/>
            <s:Button x="5" y="134" label="Shift" height="43" width="106" fontSize="24" fontWeight="bold" click="shift_clickHandler(event)"/>
            <s:Button x="111" y="134" label="Z" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="z"/>
            <s:Button x="155" y="134" label="X" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="x"/>
            <s:Button x="199" y="134" label="C" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="c"/>
            <s:Button x="243" y="134" label="V" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="v"/>
            <s:Button x="287" y="134" label="B" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="b"/>
            <s:Button x="331" y="134" label="N" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="n"/>
            <s:Button x="375" y="134" label="M" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="m"/>
            <s:Button x="419" y="134" label="&lt;" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY=","/>
            <s:Button x="463" y="134" label="&gt;" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="."/>
            <s:Button x="507" y="134" label="?" height="43" width="44" fontSize="24" fontWeight="bold" click="keyboard_clickHandler(event)" label.PRIMARY="/"/>
            <s:Button x="551" y="134" label="Shift" height="43" width="106" fontSize="24" fontWeight="bold" click="shift_clickHandler(event)"/>
        </s:Group>
    </s:Application>
    thanks in advance,
    saran r

  • Virtual keyboard's context-menu: can users add items to it?

    iPad's virtual keyboard has a context-menu: when you hold a finger down on the -a- key of the English keyboard, for example, a context-menu appears showing various accented/combining forms of the character -a- from which you can choose. Is there a way for users to add items to this context-menu? Could one add [ð] [u00F0, 'Latin eth'] to the [d] key's context-menu and [þ] [u00FE, 'Latin thorn'] to the [t] key's context-menu?

    Unless there is a keyboard language that already supports those characters, then no. You cannot add additional options to the built-in keyboard. There are apps that extend the keyboard, one in particular is the Wolfram Alpha app. While I don't know if it supports the characters you are looking for, it does have an extensive variable based keyboard for input in addition to the system keyboard.

  • Virtual keyboard in wrong place

    My keyboard keeps popping up in the top middle of the screen no matter which orientation I use, I have rebooted several times this does not help, close out all my apps and does not help, all apps experience this problem so lastly I just did a full restore and the sync from backup and it STILL does it, this must be a setting but I cannot find it. I have uploaded a picture to show the issue. Thank you so much for your help guys.

    If you press and hold the hide keyboard button in the bottom right of the virtual keyboard you will get a pop up that says Dock or Split, press the dock option and the virtual keyboard will return to the bottom of the screen.

  • Problem with Virtual Keyboard in Apple Apps?

    I am using an iPad 3 and have had Numbers and Pages apps since my iPad 1.  I am suddenly having a problem with the virtual keyboard covering/hiding the text box where you type.  For example, in Numbers: I double tap to type something in a cell and the keyboard comes up but the text box where it shows what you are typing is behind the keyboard.  I haven't seen anyone else mention this problem.  I have tried it both in landscape and letter orientation.  I have deleted the app from my iPad and reinstalled it but that doesn't change anything.  This is also happening in these apps on my iPhone 5.  This started happening after the last OS upgrade.  Anyone have any ideas?  Is anyone else experiencing this problem?

    No, I haven't seen that on iOS 6.
    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off".

  • Feature Request: user-defined virtual keyboard popup for text fields

    It would be convenient to be able to define (either declaratively in XML or programmatically) custom virtual keyboards (codepoints + font-name)  that could be popped up from the context-menu on any text field.
    The string of characters produced on the virtual keyboard should be inserted into the associated text field at the .selectionBeginIndex location, or replace any selected text, if applicable.
    Adobe could also supply  predefined keyboards, but the important thing is that the programmer have the ability to define custom layouts and choose which codepoints the virtual keyboard contains, and that it be launchablefrom a custom contextmenuitem or that it be very simple and easy to tell Adobe which layout should be launched shoulda default contextmenuitem be dedicated to this purpose.
    Slick if it could support programmer-controlled transparency, so what lies beneath it could be revealed if the programmer desired.

    User-controlled transparency (with a slider) would also be a nice feature, though the programmer should be able to hide/show the slider widget.

  • VIRTUAL KEYBOARD/LANDSCAPE VIEW

    My BlackBerry 9810 suddenly stopped showing in landscape view & will not show the virtual keyboard. I have checked setting, removed battery & deleted unused apps to give more system space - to no avail. Suggestions? 
    Thanks - & Happy New Year

    Hi and Welcome to the Community!
    I recommend that you attempt to boot into Safe Mode:
    KB17877 How to start a BlackBerry smartphone in Safe Mode
    It may take you multiple attempts to get the ESC key sequence (press/release/hold) correct, so be patient. When successfully into Safe Mode, see what happens.
    If the behavior ceases, then think carefully...what happened just before this behavior started? A new app? An update? A Theme? Something else? Think carefully as the smallest change could be causal...and attempt to undo whatever that was.
    But if the behavior continues in Safe Mode, then you may need to consider more drastic actions -- WIPE, OS Reload, BBSAK Wipe/Reload, and the "Bare Bones" OS Reload Process. To prepare, you should be sure that you have a full backup to your PC...please review the Backup link in my auto-sig on this post for instructions.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • VIRTUAL KEYBOARD SpaceKey not autosizing

    Hello, So my space button wont autosize on the virtual keyboard. It creates the blank space but doesnt autosize to it, after inputing any other key it autosizes correctly. Could use an extra set of eyes to see what im doing wrong
    Ill post any relevant code down here
    //spaces;
    key_space.addEventListener(MouseEvent.CLICK, spaceClickListener);
    function spaceClickListener(e:MouseEvent):void
              if (control == "on" && menu.visible == false )
                        strehrows3();
                        textSelect.appendText(" ");
                        shift = false;
                        //border control;
                        if (textSelect.width <= 134.05)
                                  // textSelect.autoSize = TextFieldAutoSize.RIGHT;
                                  textSelect.x = 1.2;
                        if (textSelect.width >= 134.05)
                                  ///textSelect.autoSize = TextFieldAutoSize.RIGHT;
                                  textSelect.x =  1.2-(textSelect.width-134.05);
                        //inputTxt.autoSize = TextFieldAutoSize.NONE;
                        textSelect.setSelection(textSelect.length,textSelect.length);
                        focuser();
                        strehrows3();
                        _fontSize();
    function _keys(event:MouseEvent):void
              strehrows3();
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(event);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
              if (control == "on" && menu.visible == false )
                        if (! shift)
                                  textSelect.appendText(letterButtonSmall[event.target.name]);
                        else
                                  textSelect.appendText(letterButtonCaps[event.target.name]);
                                  shift = false;
                        savedTxt = textSelect.text;
                        textSelect.setSelection(textSelect.length,textSelect.length);
                        if (textSelect.width <= 134.05 && textSelect == inputClips.inputTxt )
                                  textSelect.autoSize = TextFieldAutoSize.RIGHT;
                                  textSelect.x = 1.2;
                        if (textSelect.width >= 134.05 && textSelect == inputClips.inputTxt)
                                  textSelect.autoSize = TextFieldAutoSize.RIGHT;
                                  textSelect.x =  1.2-(textSelect.width-134.05);
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(event);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
                        focuser();
                        strehrows3();
                        _fontSize();

    Been struggling with this, I now made the space function nearly identical to my keyboard function.
    Pressing the space key doesnt autoformat the text for some reason Im having trouble understanding, it adds the space but wont show up until I enter an actual letter or number.
    function _keys(event:MouseEvent):void
              strehrows3();
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(event);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
              if (control == "on" && menu.visible == false )
                        if (! shift)
                                  textSelect.appendText(letterButtonSmall[event.target.name]);
                        else
                                  textSelect.appendText(letterButtonCaps[event.target.name]);
                                  shift = false;
                        savedTxt = textSelect.text;
                        textSelect.setSelection(textSelect.length,textSelect.length);
                        if (textSelect.width <= 134.05 && textSelect == inputClips.inputTxt )
                                  textSelect.autoSize = TextFieldAutoSize.LEFT;
                                  textSelect.x = 1.2;
                        if (textSelect.width >= 134.05 && textSelect == inputClips.inputTxt)
                                  textSelect.autoSize = TextFieldAutoSize.LEFT;
                                  textSelect.x =  1.2-(textSelect.width-134.05);
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(event);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
                        focuser();
                        strehrows3();
                        _fontSize();
    //spaces;
    key_space.addEventListener(MouseEvent.CLICK, spaceClickListener);
    function spaceClickListener(e:MouseEvent):void
              strehrows3();
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(null);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
              if (control == "on" && menu.visible == false )
                        if (! shift)
                                  textSelect.appendText(" ");
                        else
                                  textSelect.appendText(" ");
                                  shift = false;
                        savedTxt = textSelect.text;
                        textSelect.setSelection(textSelect.length,textSelect.length);
                        if (textSelect.width <= 134.05 && textSelect == inputClips.inputTxt )
                                  textSelect.autoSize = TextFieldAutoSize.LEFT;
                                  textSelect.x = 1.2;
                        if (textSelect.width >= 134.05 && textSelect == inputClips.inputTxt)
                                  textSelect.autoSize = TextFieldAutoSize.LEFT;
                                  textSelect.x =  1.2-(textSelect.width-134.05);
              textSelect.setSelection(textSelect.length,textSelect.length);
              if (electoff.currentFrame == 2)
                        ajWidth(null);
              if (terminalinput.currentFrame == 2)
                        TrWidth(null);
                        focuser();
                        strehrows3();
                        _fontSize();

  • Droid 4 virtual keyboard

    Having some irritations while texting or typing in general using the droid 4 virtual keyboard in portrait mode. I press a letter, it displays the "correct" letter, but soon as I lift my finger, it will drop in a different letter either neighboring letter or as far as 5 keys away. Tech support only suggests a factory default reset, helps for a limited time and I don't like having to restart or FDR the device daily. I'm not outside of the replacement 1 year window (even though this is about the 4th droid4 for speaker issues).
    What can I do? Its frustrating seeing my finger touch a letter, say letter "T", the phone shows its going to enter "T" then I get something like "Y, H, U, R, G" etc once I lift my finger off. Please advise !https://community.verizonwireless.com/images/emoticons/sad.gif|___jive_emoticon_name=sad|jivemacro=emoticon|class=jive_macro jive_emote|src=https://community.verizonwireless.com/images/emoticons/sad.gif!
    Noticed while sitting with a text message open to reply, the phone was dropping in letters randomly on its own. I was not touching the display of the device, it continued this for over a minute until I pressed back to drop out the keyboard, when I did this, the keyboard reopened itself and began texting again, it had dropped in about 20 random letters.

    Has it worked before and just now stopped?  Are you using the standard keyboard, Swype, or some other add on keyboard?  Even tapping in the field you need to type into doesn't bring it up?
    Try a system cache clear and see if that makes it work any better... it won't erase any of your data or settings but may make things run a bit more smoothly.
    Power down phone
    Hold volume up/down & power simultaneously until you see the Boot Mode Selection Menu
    Use volume down to navigate to 'Recovery', use volume up to select
    Should see screen with triangle and exclamation point next to an Android
    Press volume up/down simultaneously to go into system recovery
    Use volume rocker to navigate to 'wipe cache' and use power button to select
    Once finished, use volume rocker to navigate to 'reboot system now' and use power button to select

Maybe you are looking for

  • Changing the ALV Label

    hi gurus, i hv to change the label of  field name EXNUM from AT1 to HECS in alv display... HOW I WILL DO THIS.. PLZ HELP ME iam using the code. PERFORM append_fldcat :                           USING 'EXNUM' 'T_J_1IEXCDTL' 'J_1IEXCDTL' key space no_h

  • About controlling transactions in oracle forms

    I've read in many articles that it is recommended to use Forms default processing for transactions. However I woud like to know if is it possible to take control over the transaction process. I'm working with record groups created dinamically , and I

  • Question about Installing CS6 Student Edition

    I purchased student version of Adobe CS6 about a year ago, unfortunately about the same time as I made this purchase my laptop died. I recently graduated from college, but I was wondering if there is a window of time that I need to install the suite

  • Can I change a book's title under the same ISBN?

    The ibook is published and up on the store, but the title should be reworded. Every bit of the book's contents remain the same, but I need to change the title. Can I do that without burning another ISBN?

  • Scrollbars in Flash CS5.5

    I published a Flash file with the html wrapper. Flash publish settings- Size - % Height- 100% Width 100% Scale- No scale HTML alignment- Default Flash horizontal alignment- Center Flash vertical alignment- Center All good but there are no scroll bars