After sprite zooming, focus is stuck on the last field of click

Hi all

I encountered a very weird problem,

I had a sprite with zoom, mouse down, mouse move, and mouse event listeners. I mostly try to zoom to the sprite and can move on the sprite.

After the zoom of the sprite, if I do not click on any field, fine; However, if I click on any fields such as label, textbox, etc.. Looks like this field clings to my finger, anywhere, I click on the screen, the field always moved to this new point of click. And the script will be nervous receive mouse event. All of these fields had no mouse to the top, bottom, move the handler set up.

Any thoughts?

Thank you

Found work around it.

The reason for high level sprite has not received mouse event because there's a scrollpane on the leprechaun and somehow, it's eat this mouse event.

Work is about: Add a mouse until the listener of events on the scroll pane and send back the sprite event directly.

Tags: BlackBerry Developers

Similar Questions

  • PC automatically shutsdown after every 30 min. I have the last MS Security Essentials installed and running and also the MS Malicious software installed, but none are able to detect any virus or harmful software. Please help in this regard.

    PC automatically shutsdown after every 30 min.  I have the last MS Security Essentials installed and running and also the MS Malicious software installed, but none are able to detect any virus or harmful software.  Please help in this regard.

    You get a bsod?

    Please check the event log to see if there are errors, helping to explain what is happening. Also check the c:\windows\minidump folder. Are there files .dmp created here with the dates that it closed? If so please download them on your skydrive so watch us closer.

    See you soon.

    MyPcHealth - free tools

  • Is there a a way to view again the description field by clicking on the gold star near the url (useful for typing memos on this site)?

    In previous versions of Firefox, when you click on the star next to the url, you can add this site to your Favorites. Another click and you can edit some fields on this bookmark, URL, file, etc...

    But with FF17, the Description field is gone. You can only find when you manage your bookmarks, which is really easy to use.

    Is it possible to add again the description field by clicking on the gold star? It is very useful to add notes about this Web site, and it's also resynchronize it with addins like Xmarks

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #editBMPanel_descriptionRow { visibility: visible !important; }
    
  • AddRow on enter on the last field in a table

    Hello

    4.2.6.00.03 on 11.2 db APEX


    I am trying to find a way to add a new line when pressing enter in the last field in tabular form. The user does not want to press the new button to add a line every time, but I want to just press on enter the last field, indicating that a new line should be added.

    Anywbody is an easy trick for this (probably the JS that is not my specialty )?


    Concerning

    Bottom


    Hi there,

    Try the following steps below

    Create a dynamic action:

    Event: Down key

    * Type selection: dom

    * DOM object: window

    Condition: Expression of Javascript

    window.event.keyCode is 13;

    Real action

    Action: Run Javascript code

    under settings-> code->::AddRow();

    Check out this old thread for more details: Add addRow tabular without button

    Kind regards

    Jitendra

  • After using Windows 7 backup, Windows said: "the last backup failed."

    I use Windows 7 Pro backup each week to a separate hard drive. I needed to use the backup today. After using action Center says now that my last backup failed. It is still listed in the backup and it worked, then why is it listed as failed now?

    Event ID 4 means the backup completed successfully

    Have you compared the last backup to backup other files?

    You can try to perform a new backup to make sure that it works correctly.

    Antivirus software may have hindered during the backup process and triggered the message "failure of the last backup.  Turn it off when you run another backup.

    Good luck!

  • How can I display the last field added to the Manager (bottom) and keep the scrolling feature?

    Issues around scrolling on managers of blackberry is a real headache.

    I would like to be able to add fields to the bottom of a Manager and have this field displayed on the merits without taking the focus to another control.

    I'm looking for something similar to how works the yahoo chat window, for example.

    I was not able to get the last label field added to the box to display.

    Here is the code relavent I have:

    
     //adds a labelfield and a nullfield to the display    public void update()  {     UiApplication.getUiApplication().invokeLater( new Runnable()        {            public void run()            {             try               {                 scrollingWindow.add(new LabelField("Hello1" + count) );                   //add nullfield to facilitate scrolling                   NullField nullField = new NullField( NullField.FOCUSABLE );                   scrollingWindow.add(nullField);                   count++;              }             catch( Exception ex )             {                 Dialog.alert( ex.getMessage() );              }            }        }); }
    

    Any ideas?

    Couple of quick things:

    (1) you can make your LabelField focusable and save adding the NullFields

    New LabelField ("Hello1" + count, Field.FOCUSABLE)

    (2) have you tried to discover what field has focus, then set the focus on your new field, and then reset back to that he originated from?

  • fill in the text field by clicking on another link on the page

    I have two pages. When I click on the link on the first page, it fill the text field on the second page (pull out the 'from' value). My first page abc.php codes:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head>  <body> <p><strong>From</strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&nbsp;Subject</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Reply</strong></p> <p>biri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deneme girdi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">click</a></p> </body> </html>

    and this is the second page lumu.php:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head>  <body> <form id="form1" name="form1" method="post" action=""> <label> <input type="text" name="hum" id="hum" /> </label> </form> </body> </html>

    What should I do?

    I thought about it. Thank you.

  • access to the last field in the form of tables

    I have a tabular presentation.
    We got into it.

    What is the code to access the last element of the tabular presentation and go to the next record (I want to add a new record in there).

    Hello

    To write

    GO_BLOCK('');
    LAST_RECORD;
    NEXT_RECORD;
    

    Kind regards

    Manu.

    If my answer or the answer to another person has been useful or appropriate, please mark accordingly

  • After upgrading to bold9900 blackBerry smartphones and the last appworld - myworld icon does not work - cannot download applications

    Hello anyone out there. ?

    I'm looking for technical help, on this forum, I have

    having read the many problems however few answers...

    I can connect to 'my world' only on the bb site and see my account, but since I had the

    new bold9900, in the new appworld, the myworld "icon" after clicking, the Green wheel turns

    to always say "Please wait..."  I did everything the Office tech rogers said, re - install appworld,

    Take out the battery, switch radio 2G, then try to reinstall the appworld.  Seems to be a clitch software!

    The only apps I have are the apps that I got from my old phone, which transferred the BB

    Desktop software.

    Help!

    The 9900 is only "rst", not "34(".) ".

    Article ID: KB24714 How to clear the cache of BlackBerry App World

  • After being invited to the last version, I clicked to move forward. Seems to work but still old version here. I keep getting asked to upgrade

    Firefox Version: 7.0.1 Mozilla Firefox with toolbar AOL - 1.4
    Keep get informed that I should upgrade to the most secure version (I think it of 8.x and have done and waited for Firefox restart.) However, when it does, it still shows 7.0.1 and later I get the same notification of the need for updates.

    I run Windows XP, SP3

    If you have used the help > on Firefox > cocher check for updates method, try to download the full installer, save it on your hard drive, once the download is complete, close Firefox (Firefox button > output or leader > Exit), then run the installer, accept the default values and it will install over your current version, assuming that you have accepted the default settings in your Firefox 7.0.1 installation.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • Just stuck in the last step

    someone asked me to extract the alphabets replacing the chain. Now the thing is I extracted the alphabets replacing but I'm getting a space between them, could someone provide me with a better solution or trim spaces in my outermost query.

    I get the output: a g, c, e I k m o q s u w y
    Desired output: acegikmoqsuwy

    SELECT max (sys_connect_by_path (b.letter,' '))
    Of
    (select a.letter, rownum curr, prev rownum-1
    Of
    (select rownum count, SUBSTR('ABCDEFGHIJKLMNOPQRSTUVWXYZ',rownum,1) Letter
    of object
    where rownum < = LENGTH ('ABCDEFGHIJKLMNOPQRSTUVWXYZ')) a
    where mod(a.count,2) = 1) b
    Start with b.CURR = 1
    Connect prior b.curr = b.prev


    Concerning
    Rahul
    SQL> select REPLACE(max(sys_connect_by_path(b.letter,'.')),'.')
      2  from
      3  (select a.letter , rownum curr , rownum-1 prev
      4  from
      5  (select rownum count,SUBSTR('ABCDEFGHIJKLMNOPQRSTUVWXYZ',rownum,1) letter
      6  from All_Objects
      7  where rownum <= LENGTH('ABCDEFGHIJKLMNOPQRSTUVWXYZ')) a
      8  where mod(a.count,2)=1) b
      9  start with b.CURR = 1
     10  connect by prior b.curr = b.prev;
    
    REPLACE(MAX(SYS_CONNECT_BY_PATH(B.LETTER,'.')),'.')
    ------------------------------------------------------------------------------
    ACEGIKMOQSUWY
    
    select REPLACE(max(sys_connect_by_path(b.letter,' ')),' ')
    from
    (select a.letter , rownum curr , rownum-1 prev
    from
    (select rownum count,SUBSTR('ABCDEFGHIJKLMNOPQRSTUVWXYZ',rownum,1) letter
    from All_Objects
    where rownum <= LENGTH('ABCDEFGHIJKLMNOPQRSTUVWXYZ')) a
    where mod(a.count,2)=1) b
    start with b.CURR = 1
    connect by prior b.curr = b.prev
    

    Published by: Johan 20 Sep, 2010 01:42

  • Tabular forms – test whether cursor/focus in the last line (Apex 5.0)

    I would like to optimize my sub fast data entry form. I have already added dynamic actions for Excel style and down navigation with up and down keys and also auto-insert new line when you press enter on the last field.

    The last thing that I want to achieve is to creata a dynamic action trigger that fires only when cursor is in the last row of tabular presentation. I tried to do that with the function. is() JS, but without success.

    Is there a way to test whether the current row (the row with focus) is the last line in the form of tables?

    Yes, look that I wanted to accomplish was that, if the cursor is in the last line (column_name1) that if the user presses THE button the last row is deleted and cursor is focused on the previous line (column_name2).

    After numerous tests that would be a DA who works for me:

    Event: Down key

    Selection type: jQuery Selector

    jQuery selector: .column_name1

    Condition: Expression JavaScript: (event.keyCode = $. ui.keyCode.UP) & (.closest("tr").is$ (this.triggeringElement) (": last-child"))

    Code:

    $(this.triggeringElement).closest("tr").remove ();

    $('input.column_name2:last').focus ();

  • Problem with the order of focus of keyboard on the form of Muse (UPDATE)

    Hello.

    I used the standard form of Muse on a Web site. Everything works fine, except for the order of keyboard focus.

    I mean, it's after a name entry, you press TAB and you go on the field of the e-mail. That's ok. BUT, when you press TAB once again, it will not in the message field. He goes to the button send and then starts to go through the links in the navigation bar and only after all of them it goes on the message field.

    I suspect that my form is not align vertically (and shot the message field to the right) Muse is just after a vertical order. As there is nothing under the email field, it goes back to the navigation bar (which is fixed at the top and has interactive elements / links) and then again to find the message field.

    I think the image as an attachment can explain this better. The URL is Bytezone - Digital goods better to do besides.

    Is the cause of the order of the fields in the form, or is there a way for me to control the order of keyboard somehow focus?

    UPDATE - I just realized that the FIRST element to focus on the use of the TAB key is the message, then the name and e-mail (which is weird). How can I solve this?

    Thanks in advance.


    PS - as a 'bonus' problem, I can't find a way to edit the FOCUS State of the Submit button also. Is this normal?

    form_focus_problem.png

    Muse assigns values to index tab in a 'left to right', then order "top to bottom". Then tab order should follow the same regardless of the creation of fields or placement in design mode.

    Thank you

    Sanjit

  • The hand left panel doen't show the usual "Control Panel Home" switch and my control panel display is stuck on the classic view.

    The same thing happened to me recently: the hand left panel doen't show the usual "Control Panel Home" switch and my control panel display is stuck on the classic view. Click on "Show common tasks in folder" but that doesn't change anything. Finally, I tried a restore without success point. No idea how to get back the link "control Panel Home"?

    Thank you very much for your support

    Alain Truchat

    Split from here:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-desktop/left-hand-pane-on-Control-Panel-missing-XP-Home/6ca7e184-e2be-4709-b865-81e5c3702629#last

    Hi, Alan.

    Reset Control Panel-
     
    Press Windows key + R
     
    Type inetcpl.cpl regsvr32.exe/n/i
     
    Press ok

  • Problem of text selection in the text field for entry in the emulator

    I'm having a problem of text selection in a text field when I run my application in the emulator Playbook. Let me see if I can expose the problem here:

    1. The field in question is a classic text, text with an integrated in police entry field. The domain is in a SWC and referenced in another FILE.
    2. The code is set up such that when a user clicks the field function is called to highlight all the text. The code is more or less as follows:
    thisField.addEventListener(MouseEvent.CLICK, onFieldClick);
    
    private function onFieldClick(event:MouseEvent):void
    {
       var selectedField:TextField = event.target as TextField;
       selectedField.setSelection(0, selectedField.text.length);
    }
    

    The problem I'm having is that when I try clicking on the emulator, the text field in 'domain' is sometimes selected as expected, sometimes not. When the text is not selected as expected the cursor always appears in the field and the Playbook keyboard slides up by below. What is particularly problematic, that's what often happens, is that the whole scene moves upward on 10px when it is clicked on the ground. If I try to click on the same ground once again, another change to the top of 10px or so, etc..

    So why the text not properly selected and why the scene evolves upwards?

    I realize that more information may be required from me to correctly solve this problem, but if someone has all understand why this may be the case, I would be happy to learn from him.

    Thank you

    David

    I can answer the question of displacement.  This is a bug in BB and supposed to be fixed in version «next» SDK

    The question of the selection, I'll guess has to do with the fileld with focus, selection is not possible.  Try to set the focus outside of maybe the text field?

Maybe you are looking for

  • Firefox Safe Mode prompt does not

    Try to run Firefox in safe mode to try to resolve the black screen on load error (https://support.mozilla.org/en-US/questions/1025738), but when the Safe Mode prompt loads I get the attached screenshot. Interaction of the keyboard and the mouse seems

  • Satellite P20 - S203: want to replace defective keyboard

    Hi allHappy new year to all. I need to replace my keyboard because of lost keys. Anyone know where I can get a manual that shows how to do this? Congratulations in advance. ConcerningDave

  • Need driver LAN for 2008 server 64 bit - Tecra 10 M (PTMB3A)

    Hello Having a devil of a time trying to install the 8257 lm intel LAN driver (found on the website of intel) for 2008 server 64-bit, that is to say LAN card not detected but it is operational in XP so I don't know its good. There is also no driver o

  • Project disappeared in FCPx

    I've been editing on a project over a week and it disappeared. I'm under 10.9.5 with fcp 10.1.4. The media has not changed and there is another project based on the same files that is always there, but my main project is simply not there. I looked at

  • Problem with the help of DLL functions

    Hello. I'm writing a DLL that calls the functions of a DLL camera and them ends and passes of LabView. I wrote some code of practice and the dll of passage of functions and events with Labview and LabWindows/CVI DLLs, so I like to think I have a reas