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

Similar Messages

  • How to use virtual keyboard in flex application

    hi..
    i am using flash builder 4,
    how to use virtual keyboard in flex?
    if any one aware of this pls reply me.......
    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

  • How to set the default text in an input box or a label to be a predefine, multiline text

    how to set the default text in an input box or a label to be a predefine, multiline text. In other words how to break the line in the code of a text box.
    thank you

    There are a couple of ways of doing this:
    If you're editing on the canvas, press Shift + Enter.
    If you're working in Express View (see lower right hand corner of Project Siena), you'll need to copy a hard return from another app such as Notepad.
    I believe a better implementation of hard returns are in the list of requested functionality that you can find here:
    https://social.technet.microsoft.com/Forums/en-US/2e1f9446-56b2-419a-9c17-7037d2cd6146/from-the-community-overview-of-requested-additional-functionality?forum=projectsiena
    Thor

  • How can I automatically close a dialog box using Javascript after I click the OK button to submit it?

    How can I automatically close a dialog box using Javascript after I click the OK button to submit it? I don't want to have to X out of the dialog box after I am done.
    Thanks
    Linda

    JS can not interact with open dialogs in any way, unless it's a dialog
    created in JS using the Dialog object.
    On Thu, Jul 24, 2014 at 11:13 PM, lindaeliseruble <[email protected]>

  • How do you solve error "You can't use this version of the application Install Mac OS X.app with this version of Mac OS X" when trying to go back to leopard from lion?

    How do you solve error "You can't use this version of the application Install Mac OS X.app with this version of Mac OS X" when trying to go back to leopard from lion?
    Local Mac shop said to hold down "c" after inserting disk to get "disk utility" to come up in order to wipe hard drive.  I can't seem to get it to do this.

    This W7 was purchased for using Fusion, as others did - per reviews from amazon.  The technician today called their contact at VMWare - Fusion not officially for use with Lion - even though I read at the VMWare support site that others have made it work.  Apparently my setup doesn't work. 
    Do you know how to do the proceedure for bringing up the disk utility when starting the disk?
    BTW, some of the windows applications I want to continue using are Incredimail, Calendarscope, Stamps.com and a few others I have used over many years.  What do you use for email and calendar?
    Wow, sounds like another reason to not use MS Windows.
    Regarding your Disk Utility question, please elablorate I'm not sure what you're trying to do. Disk Utilty is just that...a utility, it's something most users never have to use especially on a new computer. Let me know what you're trying to do there before I give you some instructions.
    As for as your Windows apps I would recommend using Mail and iCal, both come as part of OS X and are very robust tools. Don't discount the software built right into OS X it's very robust and powerful not all like the bloatware most Windows boxes ship with. Stamps.com well I'd look for another alternative. It's clear they don't support OS X which makes me a little suspicious that they're so behind the times. 
    Also if you have not been exposed to these links before I'd strongly recommend bookmarking them and using them. They're extermely useful!
    Switch 101
    Mac 101
    Find Out How Video tutorials

  • How to create a user in UME Database using web dynpro java custom application

    Hi,
    Can you please suggest me how to create a user in UME Database using web dynpro java custom application.
    My Requirement is user can register his/her user id in SAP Portal 7.3 UME database.
    Please suggest me.
    Thanks and Regards,
    Amit

    Hi Amit,
    Generated Documentation (Untitled)
    This is what you're looking for, there's no real cook-book -- though Amey mentioned there might be some material on SDN, perhaps some tutorials.
    You should be looking into com.sap.security.api.IUserFactory, methods newUser(String) which gives you and IUserMaint and commitUser(IUserMaint, IUserAccount) -- IUserAccount can be obtained using com.sap.security.api.IUserAccountFactory, method newUserAccount(String)
    Hope it helps,
    D.

  • I took a text picture when I was using the keyboard where did the picture go?

    I took a text picture when using the keyboard where did the pictures go

    Is your question related to Adobe Reader on Android? Could you please elaborate more?
    Thanks,
    Adobe Reader Team

  • How to Install an APO Livecache on Windows Using Virtual Host Names

    Hi,
    How to Install Live Cache on windows using Virtual Host names?
    we are using SCM 4.0 with  live cache build 7.4.3 on two differnt servers.
    I have checked the Live cache CD (7.4.3) is with setup.cmd, where as it need use command sapinst.exe SAPINST_USE_HOSTNAME=Virtual hostname.
    Please advise.
    Thanks
    Anil

    a possible workaround (that I have no tested) is to temporarily name your server with the same of the virtual name, install. when completed, rename server to original name.
    This is not a proven method, but it might work.

  • How to enter second short text description language in task list header

    Hi,
    I can't find how to maintain second description language in task list header,
    Does some know how to do it (I have searched in Go TO menu - but haven't found anything useful there).
    Daniel Gontar

    Tasklist in Different languages
    PeteA

  • How to Cancel restrictions of Dates input box must input?

    when I Create  a activity , On tab Dates , I must Input "From to" "End to", This Type date is Configurated use SPRO. If I do not Input ,It will gives Error messages.
    How can i cancel this restrictions?

    One way ,   i) Figure out what is the Transaction Type for your 'Activity'
    ii) Then Check the Date Profile associated with your Transaction type
    iii) From the Date Profile remove the Date type if you don't need it
    If the Date Profile is Standard , I would suggest create a Copy of the Standard and Remove the one you don't need. Then Specify the Custom date Profile in your Transaction type
    I am not sure if this is something you were looking for..
    Edited by: SKP on Mar 24, 2009 4:50 AM

  • How to enter a new line or paragraph using voice recognition

    Hello,
    Does anyone know how to make the voice recognition enter new lines or paragraphs?
    When I first got my phone I could simply say "enter", "new line" or "new paragraph" rather quickly and it would advance to the next line, or in the case of paragraph it would be two new lines giving a space between the paragraph.
    However, in the last month or so this has stopped working. Now, when I say "enter", "new line" or "new paragraph" it will either spell out the words, or it will add a space.
    It's really frustrating, making the feature almost useless because I have to keep popping out to the keyboard to hit the return key.
    I'm using the voice recognition software to enter text for the applications "S.Memo" or "Google Drive Documents", on a Samsung Galaxy S3 phone with the 4.1.2 Android Version.
    -=John

    You cannot unintall "S.Memo", as it appears to be part of Samsung's base OS. I can do a force stop and disable on it as well as clear the data, but I cannot uninstall it. That is simply not an option for the app. I'm not going to clear the data because that deletes all the files I've made for it.
    I did a force stop on "S.Memo" and then started the app, and the problem persists.
    I power cycled the phone and the problem persists.
    I did uninstall and reinstall "Google Drive Document" but that did not resolve the problem either.
    Also it seems silly to remove and reinstall these apps, when it's the voice recognition software that is having the problem. This problem happens if you simply use voice input. It even happens when editing the phone's contact's information.

  • How to enter excell formulas into a webpage using Dreamweaver CS4

    I am new at dreamweaver and recently purchased CS4 web premium. I also bought some training videos from an Abode affilated training center on dreamweaver CS4. I was wondering how to create or hide formulas into a webpage. I am trying to enter my MS excel calculator into a webpage. Can anyone help me?
    thanks
    Mike

    Unfortunately this will not work directly in DW.
    You probably have 2 alternatives and that is, A - use JavaScript (if you are new to DW/webdesign probably not an option). B - See if there is an extension or plug-in for doing something similar.
    For pre-built extensions for DW try:   http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3&loc=en_us
    An alternative (you would have to copy/paste the code yourself would be one of the following (also check with the Microsoft site as this is (hopefully) something that may have come up before)).
    http://developer.yahoo.com/
    from Microsoft, you could check out: http://www.microsoft.com/downloads/details.aspx?FamilyID=7287252C-402E-4F72-97A5-E0FD290D4 B76&displaylang=en
    HTH
    PZ

  • How to set the size of combo box  using jsf

    I face problem when i set the size of a combo in jsf

    Is it not possible to use it with a GridBagLayout?Your question was "How do I get a tabbed pane to take all the space of the frame"?
    You where given the answer. Did you try it? Did it work? Then why are you questioning the suggestion?
    Its one line of code if you use a BorderLayout which by the way was specifically designed for this purpose.
    Yes you can do it with a GridBagLayout with about 5 lines of code.
    So the question is why would you want to write 5 lines of code when you can use one?
    If your question was "How do I waste my time forcing the GridBagLayout to size a component to take up all the space of the frame", then you would have received a different answer. (Although most people would have told you to use a BorderLayout anyway, since its easier).

  • How to find memory leakages in every screens and components in an Flex application ?

    Hi Guys,
    I was running my flex application and left it running over night.
    I noticed that it had a memory leakage issue. The memory leakage was huge upto 1.5gb
    Is there is way i can find out from where (which screen? and which component?) the memory is leaking in my application.??

    That's why FlashBuilder has a profiler.  There are some tips for use on my
    blog.
    Alex Harui
    Flex SDK Team
    Adobe System, Inc.
    http://blogs.adobe.com/aharui

  • How to print input boxes

    I need to print a grant proposal that has several input boxes that are filled beyond the viewable area.  When I print the document, Not all the inputed text is printed.  I have tried using a smaller font but can't get it small enough to view all the text. So how does one print all the text with in an input box.
    Running Adobe Reaser 9.4.3 on a Vista Laptop

    Form your response, it seems that I will be unable to print the hidden text within the input boxes. But instead, have to print out seperate documents and include them with the printed Adobe Reader Document.

Maybe you are looking for

  • How to get songs back on iTunes once uploaded to iCloud & deleted off hard drive?

    I have my 10,000 song library saved on an external hard drive.  I got the subscription to help limit used space on my laptop hard drive.  I started iTunes Match with my entire library (external drive) and uploaded my entire 10,000 songs.  Once comple

  • I cannot make phone calls using Skype

    Hello, I have a subscription to call numbers in Argentina. I've been using that plan for a long time. I need to call a number that I called many times in the past but my Skype account is not working. Please help me. I need to call this number today.

  • Using To Do lists for repetetive tasks to appear on monthly calendar?

    I would like to format a household zone cleaning schedule (aka "FlyLady" for those familiar) and use iCal in place of the printed lists or 18 daily emails her system currently sends. How do I use the To Do list feature in iCal and attach them to the

  • Problem with a Date

    Hello: I have a problem with the following: ResultSet r= s.executeQuery("Select sysdate from dual"); String myDate=DateFormat.getDateTimeInstance().format(r.getDate(1)); The result is a string like "07/05/2002 00:00:00". The time information is alway

  • Multip services in oracle 11g

    Hi Friends, In oracle 11g single instance, are there a max number of services? some DAB likes to create different service to handle different task. In this way, any potential issue/risk with performance will be linked? Thanks newdba