A tricky one - setsoftkeys changing when Textfield clicked!!??

Hi all.
This issue is killing me (ok....not quite...but it's uncomfortable).  I use the code below to set my softkeys in my FL2.0, AS2.0 application.  It works like a charm......almost.  The trouble is when i click on (NOT hover over/focus on) an input box (Textfield) to enter some text, the softkey buttons change automatically to 'Options' and 'Back'!!???  How can i stop this from happening!!??  It's breaking my application functionality!!
Thanks!!!
Key.removeListener (keyListener);
var keyListener:Object = new Object();
keyListener.parent = this;
keyListener.onKeyDown = function() {
code = Key.getCode();
if (code == ExtendedKey.SOFT1) {  // right soft key
  fscommand2("quit");
if (code == ExtendedKey.SOFT2) {  // right soft key
  _root.gotoAndStop(2);
Key.addListener(keyListener);

Hello,
I tried the same thing and stumbled upon the same problem on my Nokia E63!
I also added
fscommand2("SetSoftkeys" , "Exit", "Frame2");
Now, after clicking on the input text field to enter some text, when I pressed the Options soft-key, the Exit command gets executed!
My suggestion is that you deploy your application fullscreen and create custom soft-key text labels.
It's a crude but quick solution.
Hope this helps!

Similar Messages

  • HT1451 If I have two iTunes libraries on one computer, how do I know which one is opening when I click on the iTunes icon on the desktop?

    If I have two or more iTunes Libraries on one computer, how do I know which one is opening when I click on the iTunes icon on my desktop?

    You cannot.
    When you sync to a new library, it will erase the current content.
    Use your backup copy of the old computer to copy everything to the new one.

  • How do I check internet usage history? When i use the "History" tab on the tool bar all I see is today's activity & the calendar does not change when I click on it. Thanks

    How do I check internet usage history? When i use the "History" tab on the tool bar all I see is today's activity & the calendar does not change when I click on it. Thanks

    zedzed,
    Here's another thought.
    Navigate to HD > Users > Library > Safari: Make a duplicate of History.plist.
    To duplicate the file, click once to highlight it. Press the Command + D keys.
    Drag the History,plist copy file to the Desktop.
    Highlight it. Press the Command + I keys, to get info.
    Change Open With to TextEdit.
    When you open the file in TextEdit, it will be difficult to read, but you will be able to pick out some sites.
    ali b

  • Decorator not changing when you click on listitem

    Dear,
    I'm developing a mobile application for my thesis and I was working with flash builder burrito. I now installed the new SDK and flashbuilder 4.5.
    I changed my code a little bit so it would work with the new SDK.
    But there's one problem I can't solve.
    I have a list with objects in it. When the element is not checked you can see a gray V, when you click on it it should become a green V. So the user can see wich one is checked and wich not. Here for I use a list with an itemrenderer.
    The problem is when he loads the page he can set the decorator correctly. But when you click on a listitem he doesn't change the decorator.
    I've allready tried to debug , and the debugger is going to the itemrenderer and setting the decorator but de decorator doesn't change in my list.
    I made a small example to show:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
              xmlns:s="library://ns.adobe.com/flex/spark" title="Home"
              initialize="init()">
         <fx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
                   [Bindable]
                   private var m_list:ArrayCollection = new ArrayCollection();
                   private function init():void
                             for(var i:int = 0 ; i<5 ; i++)
                                  var test:SelectableItem = new SelectableItem("Item"+i);
                                  m_list.addItem(test);
                   protected function list1_clickHandler(event:MouseEvent):void
                        SelectableItem(m_list.getItemAt(listID.selectedIndex)).toggleSelection();                              
              ]]>
         </fx:Script>
         <s:List id="listID"
                   x="0" y="99" width="480" height="596"
                   dataProvider="{m_list}"
                   itemRenderer="views.ListItemRenderer"
                   click="list1_clickHandler(event)"/>
    </s:View>
    This is my class:
    package views
         public class SelectableItem
              private var m_name:String;
              private var m_selected:Boolean;
              public function SelectableItem(name:String,selected:Boolean = false)
                   m_name = name;
                   m_selected = selected;
              public function get name():String
                   return m_name;
              public function set name(value:String):void
                   m_name = value;
              [Bindable]
              public function get selected():Boolean
                   return m_selected;
              public function set selected(value:Boolean):void
                   m_selected = value;
              public function toggleSelection():void
                   selected = !selected;
    and here is my itemrenderer:
    <?xml version="1.0" encoding="utf-8"?>
    <s:IconItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                             xmlns:s="library://ns.adobe.com/flex/spark"  iconWidth="64" iconHeight="64"
                             labelFunction="itemLabelFunction">
         <fx:Script>
              <![CDATA[
                   [Embed(source="checked.png")] 
                   public var checked:Class;
                   [Embed(source="unchecked.png")]
                   public var unchecked:Class;
                   override public function set data(value:Object):void
                        super.data = value;
                        if(value != null)
                             if(value.selected)
                                  decorator = checked;
                                  setStyle("color", "red");
                             else
                                  decorator = unchecked;
                                  setStyle("color", "black");
                   private function itemLabelFunction(item:Object):String
                        return item.name;
              ]]>
         </fx:Script>
    </s:IconItemRenderer>
    As you can see I also use setStyle and change the color when you click it. This is because that works. This is only temporary offcourse.
    And I think that's a strange thing that setStyle does work but setting the decorator to a new image doesn't.
    I hope my question was clear and that someone can help me.
    Thanks in advance.
    Kind regards,
    Thibault Heylen

    I believe this was the bug: http://bugs.adobe.com/jira/browse/SDK-29929
    It will be fixed in the next release of Flex.

  • :system.cursor_block value does not change when mouse click

    Form created with Forms version 6.0.8.8.0. Consists of a control block that has the toolbar buttons, a filter control block that contains item, and a data block. The filter control block and data block are on a tabbed canvas. There are 3 tabs with corresponding filter control block and data block on each.After the data block is queried, code sets the navigation to the control block with the go_item built-in. The user would use a mouse click on the filter control block on one of the tabs to activate an LOV, code is in a generic when-mouse-click trigger that will determine the item focus with the value in the system variable :system.cursor_block. Works for the first tab. Does not work for 2nd or 3rd tab. On-error trigger does not capture any error. Values for :system.cursor_block for tab 1 show that value before mouse click is 'control.detail' and after mouse click is 'filter.a'. For tabs 2 and 3 the value before mouse lick is 'control.detail' and after mouse click is 'control.detail' instead of 'fiter.b' or 'filter.c'. Verified that the 3 filter blocks are identical. Can anyone shed some light on this anomoly? I have been looking for this solution (many different iterations and changes to trap it) for too long.

    :System.Cursor_Block reports the name of a block, NOT a BlockName.ItemName.
    Use :System.Trigger_Item with your mouse click, or :System.Cursor_Item.

  • The color changes when I click my photos or try to upload them on Dropbox etc

    The preview is fine, with the filters on (the ones that I chose while capturing with iPhone's camera) but when I click on a photo, the filters disappear and on some other photos there are not even filters yet still the color changes, like autofixed or something. I cannot delete my photos as I cannot backup on Dropbox etc because of the color change.

    You need to sync your apps.  Go to the app stab and select sync apps, then selct all of the apps you want on your ipod.
    You cannot delete the apps or itunes store.  They are likely on another page, in a folder in you have restrictions set.  Check all of these.
    If all else fails, then reset the homescreen layout.
    All of this is covered in the manual.

  • In ME22N change when I click on Print button system should generated messag

    Hi Gurus,
    Once I take the PO print next time when I go to ME22N when I click on print button system should generate the message with out clicking the repeat output.
    next time when I want take the print with out clicking the repeat output in ME22N when I click on print button system automatically generate the output message.
    For that what are the settings need to be setup.
    Thanks in advance
    sapmm

    Hi ,
    If you dont want message to be generated during PO change.Change the following setting.
    For eg. u have message type ZNEU.
    SPRO-MM-Purchasing-Mesages-Output control-message type -click Define Message Types for Purchase Order
    click on :Fine-Tuned Control: Purchase Order
    Delete the entry for operation 2 , for ZNEU.
    Thank you.
    Regards
    Amar

  • When I click on video it is stuck on one tv show, when I click 'done' the screen goes black so I can't access any other video that I downloaded from iTunes onto my iPad 2. How do I troubleshoot?

    The video on my iPad 2 is frozen on a tv show, although it will play the tv show until the end. At the end, when I click 'done' the screen goes black so I can't see the other movies that I've downloaded. I've shut down a few times but it reverts to the same thing. How can I re-set the video feature or do what is necessary to get it working again?

    Have you tried resetting the iPad:
    Reset iPad:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

  • When using Yahoo mail my contacts are there one minute and when you click on the they all go away and it says you have no contact

    The TO box used to auto fill when I started typing if an address was in my Contact list. The + at the end of the area for an email address says I have no Contacts
    With Firefox, Yahoo Mail works normally except for contacts, when I click "Contacts" I get a screen with no names listed. If I start a new eMail and click "To" the listing appears as normal.
    When I launch Yahoo Mail from Internet Explorer, the "Contacts" tab works normally.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Why doesn't my cursor change when I click the selection tool?

    When I open any file, the object -- in this case, an image -- is already selected.
    I want to enlarge the image so I click the buttons to do that. Normally I would pick 125% or 150%, but the dropdown menu does not open. I tried clicking the up arrow/down arrow buttons. Nothing happened. I tried double-clicking on the numbers to type a percentage; tiny blue horizontal bars appear on either side of the default "100" as if the machine is trying to highlight the number, but can't.
    I click the Text tool, get the I-beam, and can click in a text box.
    After all that, I click the selection tool. Nothing happens. My cursor is an I-beam. I cannot change it to anything else.
    I have installed and uninstalled InDesign several times in an effort to correct this and related problems.
    Installed from media -- original disks -- encountered problem -- uninstalled & reinstalled -- problem not solved.
    Downloaded installation files from Adobe. Same result.
    Uninstalled & reinstalled InDesign only. Still no go.
    Reimaged computer back to factory settings, created desktop installation point for CS4, installed CS4 from there. Still no go.
    Is it possible that there is some kind of incompatibility between CS4 and my computer? It is a new (one week old) Acer Travelmate laptop. Got it from TigerDirect, a trustworthy merchant.
    My OS is Windows 7, but this shouldn't be a problem; CS4 runs fine with Windows 7 on another computer in my house (which, unfortunately, is occupied most of the time, or I would use that).
    Any ideas at all?
    Please help. I have a project deadline coming up and really need this particular computer to work.
    Thank you thank you thank you.

    Bob! BOB!! You did it!!!
    I would give you money if I had money.... The next best thing I can think of to offer thanks is give you a great recipe:
    1 pizza crust of your choice
    olive oil
    8 oz of goat cheese (more or less to suit your taste)
    1 medium tomato
    6 large cloves of fresh garlic
    4-6 oz of sliced black olives (more or less to suit your taste)
    fresh or dried basil
    For best results, all ingredients should be organic or at least of highest quality available
    Oven 350
    Pre-heat the oven to 350 (important to do this). Dice the tomato to 1/4-inch bits and dice the garlic to 1/8-bits or as near as you can. Slice the black olives if necessary. Brush the pizza crust with olive oil. Blind bake it for 3 minutes or until two rooms smell really nice.
    Spread on the goat cheese. Sprinkle on the basil, tomato, olives and garlic as evenly as you can.
    Bake the pie for 15 minutes and check it for doneness to your liking (crispy or not).
    Serve with salad and a cold white wine for a nice dinner for two, or cut into 2" squares for appetizers at a party.

  • File name changes when I click on another file.

    Regardless of which application I'm in (CS2, Quark etc.... When I go to save a file, if I accidentally click on a grayed out file while I'm navigating to the folder where I want the file to be saved, the file I'm trying to save assumes the grayed out files name. I assumed this was a bug with OSX and Apple would fix it but now that we're up to 10.4.5 I'm dumbfounded.

    That's not a bug, it's a feature.
    Seriously, it's intentional. It could be that they made that change at the request of many Windows switchers, or it just came along with the BSD version of Unix that OS X is built on top of. Either way, it's part of OS X. You need to be careful not to click on a file name in the save dialogue.
    For long time users os OS 9 and earlier, this is a headache, as you never had to watch for that before. But once you get used to it, it's actually very handy at times.

  • Adjust Image Problem - Image Changes when Mouse Click is Released.

    I love the fact that images can be adjusted after insertion into a page (Things like brightness, contrast etc). The problem I have which is very frustrating is that while any control on the Adjust Image panel is selected and being edited (click and hold mouse button to move a slider), the images' contrast and brightness change (perhaps as if to indicate selection?). This is inherently a problem since it's these very characteristics you're trying to edit. So you adjust the image to your liking but when you release the mouse button, then image then suddenly changes and is no longer the way you want it. Anyone else seen this problem and have any helpful suggestions?

    I have been trying to replicate your issue using  different format images..but I did not succeed.
    If its not images and types that cause the  problem,  then the inference is that it the application.
    The usual advice... unless you  want to contact tech support and present your problem to them - is to uninstall iBA with Appdelete or similar rather than dragged to the trash, and then do a reinstall.
    This presupposes you saved everything/copies etc,.
    BTW, I seldom use the various sliders, with practice using the LEVELS can be more effective, have you tried  this option?

  • In Photoshop Elements 11 attempting to blend two photos ( layering one on another) when I click on a brush, I get a smart brush which doesn't do what the instruction say it should do. Instead I can get the eraser to do what I need to do. Why the confusion

    In Photoshop Elements 11 attempting to blend two photos (layering one on another) I click on brush and get a smart brush which doesn't do what the instructions say it will do. I can get the eraser to do what I want. Why the confusion???

    I click on brush and get a smart brush which doesn't do what the instructions say it will do.
    The Brush tool (Keyboard B) has several different brushes in the same slot. Right click on the brush icon and you will see them, or press B sequentially.
    The Smart Brush tool (Keyboard F) has two items in the slot.
    Since you did not provide reference to "the instructions", it is difficult to remedy the "confusion." that exists.
    I suspect that the recipe calls for a mask, and painting with a black brush to mask out certain areas.
    It would help if you post the instructions and what your goal is with more specificity.

  • My location bar no longer shows the current URL, it only shows whatever was the first URL opened in that particular tab. It does change when I click on the "identity information" icon to the left of the URL.

    Using Firefox 5.0

    Please provide a screenshot of that.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.

  • My adobe premiere pro Cs4 was working since 2008 but now i can load one project but when i click to anyone menu the screen become white and cs4 not reply?why?

    pourquoi lorsque je charge un projet sur cs4 il apparait,mais dés que je clique sur une fonction mon écran devient blanc et le logiciel ne répond plus?je travaille avec ce logiciel depuis 2008.Merci de bien vouloir m'éclairer.André

    Nobody can tell you anything without proper system information and other details.
    Mylenium

Maybe you are looking for

  • THANK YOU - b-noir, dmitry, &c.  Got it working so far...

    First off an ENORMOUS THANK YOU to everyone who's been suggesting fixes for the problems with iTunes 5..... not least Dmitry Byk and others too numerous to mention - but especially b-noir ! b My system : Windows PC with XP Home Edition, Service pack

  • Multicast between zones in Solaris 10 3/05

    Hi We have a Solaris 10 3/05 installation, with different zones. We have written a pair of test programs to test multicast traffic between zones: one of them joins a given IP/port, and the other sends datagrams with dummy text to a given IP/port. We

  • Help choosing a new mac

    I am in the process of getting rid of my MBP 17" due to size constraints (and I just want a unibody model), so I am looking for some advice. Let me tell you what I do, then please advise me as to which Mac would work best. 1) I want a 15 inch screen

  • Mac mini with laptop PC

    Hey! Have tried to find answers on this with google, but have not find an satisfying answer, so I hope you guys can help me. I have a laptop PC with no external keyboard, mouse and monitor. I really want to start making iOS apps using xcode and was t

  • Perform Incremental Backup in Oracle 8i

    Hi all, I would much appreciate if anyone can provide me steps to do incremental back up using oracle 8i.