User interface on Storm problem

Hi all

I have a question about the storm. I have developed an application using JDE 4.5. The application works well, the 4.6 as well.  The problem is with the storm. The application is installed and to load, but I have some problems with the user interface.

Here's the scenario: I have a main screen with 4 buttons (like a telephone switchboard). From there, I can click on each button that will take me to another part of the application. in 4.5 and 4.6 I can use the trackball to scroll to the desired key and then I can click on it.

In Strom, however, if I try to click on a button, only the first box says (one that has focus by default). If I try to scroll down to a different button, I have to drag the cursor until the other button is selected, then when I let him go, is clicked. This behavior is not very friendly.

I use a Manager custom as a container for all the buttons.

I was wondering how I can detect which button is clicked and perform the click on this button, not on the one that is currently being developed?

In addition, associated with the same question, how do I change the focus to another field by clicking on it? For example, I have 2 EditFields and I want to click on the second to give it focus. For now I have to scroll, but in the storm, is not very convenient.

Thank you

Daniel

As you discover, "compatibility mode" is not very friendly to some aps.

You should try to re - compile on JDE 4.7 to get rid of the compatibility mode and see if it's better.

Caution: you may have to disable the compatibiliy mode manually (in the settings) now that the BB OS has identified your application as "not compiled on 4.7.

Tags: BlackBerry Developers

Similar Questions

  • Error 503 in a custom user interface

    Hello

    I have VAPP OPs 5.0.1. After watching emailFilter.xml and quiting this file. I can not connect to the custom user interface with any problem with vsphere UI. WHY?

    error:

    The web server is not available. You will be re-directed when the service is available.

    Are you sure that you do not corrupt the file? A defective xml file can take down the custom user interface. If you have no change tried to replace it with the backup file created before editing it?

    Have you tried to restart the server via the admin INTERFACE?

  • "The logon user interface DLL failed to load athgina.dll. Contact your system administrator to replace the DLL or restore the original DLL. "was my initial problem.

    "The logon user interface DLL failed to load athgina.dll. Contact your system administrator to replace the DLL or restore the original DLL. "It's my original problem due to uninstallation of a Netgear usb internet device programthen a friend got their hands on it: now, put on it goes to safe mode selection screen. the result options of safe in many hyper scrolling mode that reads - multi (o) disc (o) partition (1) windowssystem32drivers\ ___sys... then stops & starts up etc when in last known good config that worked or start normally the icons of windows screen is displayed every thing seems as it should, then it turns a shade of blue just 1/2 a screen of white lettering & bam his judgment in a Flash. Cannot read this fast.      XP sp3 Toshiba Satellite P305

    Hi chygirl,

    You can follow the solution at the bottom of the link:-
    http://www.GeeksToGo.com/forum/topic/270656-cant-boot-up-after-unistall/
  • Speech recognition - recognition language is not language User Interface problem

    I want to get Windows 7 speech recognition to work with British English, but I get an error after the training, that the language of the speech recognition is does not match the language of the user interface. I got the thing defined in the locale UK and speech recognition in British English. Several people have suggested:

    • Change regional settings, restart, change back again, reboot. Does not...
    • Turning off the box that says look at my documents. Does not solve.
    • make a Windows 7 reinstall. Can't do like no Windows 7 no install disc came with the PC.

    Can someone help me solve this problem? Where is the language of the User Interface set? Would - this something to do with Office 2010?

    There is anecdotal evidence that the use of like CCleaner registry cleaners can cause this problem.

    Speech recognition Windows 7 CCleaner
    http://Forum.Piriform.com/index.php?showtopic=21936

    Speech recognition could not start because the configuration of the language is not supported. The recognizer language must match the language of the user interface.
    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/thread/5ba2cf1b-E97D-46d7-924D-b14007581786

    Have you contacted the manufacturer of your machine to see what the repair and the machine has recovery options?  Maybe he has a hidden recovery that is quite common nowadays for the OEM partition?  This should be mentioned in the manual or on their Web site.

  • Problem scaling of the Windows user interface

    Animation of characters (Preview 1 and 2) both have problems with the Windows display scale. On my Thinkpad running Windows 8.1 and game scaling of the display to 125%, the buttons at the bottom of the Panel of the camera and the Microphone disappeared. If the display scale is set at 150%, buttons appeared but the whole user interface is very blurred. Here are 2 screenshots. The first is when the display is 125% and the second is when the display is at 150%.

    Capture.PNGCapture1.PNG

    Please let us know. Yes, we could not do the work in support of the various parameters on Windows in Preview 2 PPP, but we are aware of these issues and hope to address them in a future release.

  • vCops Web Interface - user interface problems

    Hi all

    Any who have relevΘ the UI bugs in vCenter Operation Manager 5.7, the dashboard tab appears for example and the weird user interface.

    I downloaded the file of vmware eggs and installed twice with the correct license.

    Any ideas?

    vcops.jpg

    I see only when I have a problem with the license. Or vcops lost license number

    Frank

  • User interface input box appearance problem with database field?

    Hello

    I use jdev11.1.1.7

    I drag a control table data to the user interface page as a form, my problem is the database with no data at this time here my page UI form have no data and also input textbox appearance also don't just do not...

    I need empty text boxes with appearance, but I got only names of attributes only

    can someone help me...

    Thank you..

    It is the expected behavior.

    If you want to see the input controls, you need to have a new or existing line at the British Colombia correspondent

  • Update the user interface problems

    I have an application that has three buttons at the top of the other, but is never visible at a time.  On the initial configuration of the application, the user interface is correct, but once one of the clicked button events fire several buttons appear at the same time.  All buttons are dynamicslly created and stored in a table to access.

    A few snippits of code:

    The buttons are created like that and then added to a canvas:


    browseButton.label = "Browse";
    browseButton.id = trackNumber.toString ();
    browseButton.width = 92;
    browseButton.height = 30;
    browseButton.setStyle ("right", 0);
    browseButton.addEventListener (MouseEvent.CLICK, fileRef_browseHandler);


    removeButton.label = 'delete ';
    removeButton.id = trackNumber.toString ();
    removeButton.width = 92;
    removeButton.height = 30;
    removeButton.setStyle ("right", 0);
    removeButton.addEventListener (MouseEvent.CLICK, removeButton_clickHandler);


    clearButton.label = "clear";
    clearButton.id = trackNumber.toString ();
    clearButton.width = 92;
    clearButton.height = 30;
    clearButton.setStyle ("right", 0);
    clearButton.addEventListener (MouseEvent.CLICK, clearButton_clickHandler);

    canvasButtons.addChild (removeButton);
    canvasButtons.addChild (browseButton);
    canvasButtons.addChild (clearButton);
    canvasButtons.horizontalScrollPolicy = 'off ';

    Pretty easy.  Where the problem occurs is removeButton_clickHandler.  It passes through and hides all buttons and makes the Browse button active thus active / disable another image.  Turns on and off the visibility making:

    public void HideFileButton(currentButton:Button):void {}
    currentButton.setVisible (false);
    } / / HideFileButton (Button)

    public void ShowFileButton(currentButton:Button):void {}
    currentButton.setVisible (true);
    } / / ShowFileButton (Button)

    I see that the visible property is changing, but the UI is not hide the buttons that are no longer visible.  I got around this origin by setting the alpha to 0, but it seems I'm missing something simple.

    Can anyone shed light on what I'm missing?

    In general, you define the button visible = false immediately except the one you want to be visible.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • Minimize the problem of the user interface

    Hello:

    When using the top right minimize button in Teststand CVI Full-Featured user interface, by clicking on the item in the taskbar does not work to restore the display of the interface. Instead, to do a right click on the taskbar and choose "unminimize". It's very confusing, particularly for our operators to test.

    Can it be fixed so that the button reduce works as a right click on the taskbar item and choosing to reduce?

    We use the CVI 9.0.1 and Teststand 4.0.1f1.

    Thank you
    Dave


  • Problem with the receiver of messages in Backgroundlisterner Application user interface Thread

    Hi all

    I have a UI application with earpiece in the background with MessageListener interface and I'm regestering it to receive Notification of incoming text Messages on a particular port.

    But the notifyIncomingMessage() is never called and sms always comes in the Inbox.

    If using port 8855, and

    _mc = (MessageConnection)Connector.open("sms://:8855");
    _mc.setMessageListener (this);

    Detail of my code.

    I have one user interface application with the other point of entry, in the background I register mylistener, so he notifys me message inbound, and then I can launch my application with user interface.

    Code:

    My Application user interface.

    public static void main(String[] args)
        {
    
            if(args != null && args.length > 0 && args[0].endsWith("gui"))
            {
    
                MyUiApplication mb = new MyUiApplication();
                mb.enterEventDispatcher();
            }
            else
            {
                //Entered through the alternate application entry point
                    BackgroundListener.waitForSingleton();
            }
    
        }
    

    And my bottom Lisnter looks to...

    public class BackgroundListener implements PIMListListener, javax.wireless.messaging.MessageListener
    
    public BackgroundListener()
        {
            try
            {
                System.out.println("Adding the Message Listner");
                //Implementing the Message Listner:
                _mc = (MessageConnection)Connector.open("sms://:8855");
                _mc.setMessageListener(this);
    
            }
            catch(Exception e)
            {
            }
        }
    
    public void notifyIncomingMessage(MessageConnection conn)
        {
            System.out.println("BBBBBBB Received the SMS,Read Message Thread Start BBBBBBBBBB");
            Logger.log(DEBUG, "BBBBBBB Received the SMS,Read Message Thread Start BBBBBBBBBB");
            //startMessageReadThread();
    
            new Thread()
            {
                MessageConnection connection;
                Thread set (MessageConnection con)
                {
                    this.connection = con;
                    return (this);
                }
                public void run()
                {
                    try
                    {
                        Message m = connection.receive();
                        String msg = null;
    
                        if (m instanceof TextMessage)
                        {
                            TextMessage tm = (TextMessage)m ;
                            msg =tm.getPayloadText();
                        }
                        if (msg.equals(CBConstants.SMS_CMD_SYNC))
                        {
    
                        }
                        //if ()
                    }catch(Exception error)
                    {
                        System.out.println(error.getMessage());
                    }
                }
            }.set(conn).start();
    
        }
    
    public static BackgroundListener waitForSingleton()
        {
            //Ensure this is a singleton instance.
            //Open RuntimeStore and obtain the reference of BackgroundListener
            Logger.log(DEBUG, "In the Listener class");
            RuntimeStore store = RuntimeStore.getRuntimeStore();
            Object obj = store.get(RTSID_LISTENER_ID);
    
            //If obj is null, there is no current reference to BackgroundListener
            //Start a new instance of BackgroundLIstener if one is not running
            if(obj == null)
            {
                Logger.log(DEBUG, "In the Listener class obj is null so newBackgroundlistener");
                store.put(RTSID_LISTENER_ID, new BackgroundListener());
                return (BackgroundListener)store.get(RTSID_LISTENER_ID);
            }
            else
            {
                Logger.log(DEBUG, "In the Listener class, already a instance so will return the obj");
                return(BackgroundListener)obj;
            }
        }
    

    Can someone please suggest me where I am doing wrong.

    I also saw all the methods for sms listening, with the datagram and messagelistener.

    As this will be contineously run in the background, I thought about MessageListener.

    Any help appreciated.

    Thank you

    Anne Laure

    I received the demand for labour,

    I changed the port to '0', although it is in the Inbox. But now its okay for me, because the unit does not receive it IDE oucederomsurlesecondport 8855.

    Thank you

    Anne Laure

  • The User Interface is larger than it should be, how can we solve this problem?

    Our marketing director is an issues with its user of Acrobat interface.  His vision of the overall UI is twice as big as it should.  We uninstalled and checked preferences but nothing has changed, everything up in the toolbar and stickies are larger than it should be, anyone have any suggestions or fix for this issue?

    Thank you

    Billy

    Hi Billy,

    I suspect that the size of the text in the control panel of the system is 150%?

    It can simply go in Acrobat preferences-> General-> then change the 'screen resolution grid' at 100%. This will force the user interface to operate at 100% as it did before.

    Please let me know if it works.

    Thank you

    Luke

  • Smartphone blackBerry storm problems

    I got my storm blackberry since the date of launch (Nov 08) and I'm not impressed by it, I have suffered long enough with the variable rear light, the front burst spongy that always seems to activate the line above or below the selected one, by pressing a selection active always, (I can throw it in the sea and get a new a (joke) well that's what I feel about that) , seriously however, can I sent for inspection and possible revision or even a replacement?

    > What's closest to the storm that has a tube instead of use the fingers (guess mine are in thick for touch phones)?

    Best wishes to all.

    Verizon has pretty decent customer service.  If you can call them and convince them that there is a problem on your phone, which is not a problem of standard for other phones of the storm, then they should be willing to offer you a replacement refurbished for your phone, because it is still under warranty 1 year then.

    If however you don't just not like the user interface, and that your problems are just the same as the storm of all users are facing in, then it may be difficult to convince them that your device is a defective device.

    If you throw in the water and have purchased insurance, so you can get a refurbished replacement, however, they charge you $50 deductible.

  • downloaded v.21, but do not get new user interface

    I downloaded the latest version several times. I want the new UI, but my browser will not convert to the new user interface. I don't know if there is an option somewhere is going to fix this problem, or what is happening. Any help would be appreciated.

    You get the orange Firefox menu button when the menu bar is hidden.

    • Firefox menu button > Options
    • View > toolbars (press F10 to display the menu bar)
    • Right click on empty toolbar space

    See:

  • Web pages and user interface display too small in Firefox 20.0.1 (but fine in IE and Chrome) - how can I fix?

    On my Dell Inspiron 7720, running Windows 8 64-bit, Chrome and IE display web pages in their correct format immediately after their installation, but Firefox 20.0.1 displays too little (and the user interface of FF is too small as well).

    I went on all kinds of things, it might be and know I can install an add-on to enlarge pages at least, but I really want to get FF displaying correctly of course.

    I use my native resolution 1920 x 1080 - laptop and have to display Windows set up for display at 150% - % of Windows display development does not affect display FF.

    Can someone tell me please how to get FF displaying correctly (without an add-on.)

    Help appreciated,
    US5

    Thanks for your help cor - el.

    I just installed NoSquint and it works perfectly for the web; pages. Then, I found a theme with bigger icons in "complete themes" - there are a number of them.

    Guess I expected to understand why only FF was smaller, (not just solve the problem) - However, the setting is very nice-thanks!

  • After update of firefox mobile, I found that the modified user interface, is there a way to push back on mobile?

    I decided to update my firefox for android fotvthe flash support, but when I did I found the interface changed, now I want to go back, but unlike in I can't find older program versions for the desktop version.
    also, I should mention the problem of text entry that showd this version where the cursor is at the beginning of the first line to the place where im typing.

    Hello

    It is not an option for the old user interface on the new version, but you can get older versions here:
    https://FTP.Mozilla.org/pub/mozilla.org/Mobile/releases/
    But, we don't recommend that you use the old version because they are insecure, so take that into account if you decide to restore.

    For the text of entry question, can you tell me the brand and model of your device and if you use a special keyboard on any?

    Thank you!
    Michelle

Maybe you are looking for