How to develop the GUI of Blackberry in Netbeans (RAD).

Hello

I want to develop Blackberry GUI quickly.  so I prefer Netbeans IDE 6.5 but I'm unable to find drag and drop features of rapid development of applications such as JME. So please help if you know how RAD blackberry 4.7 on netbeans 6.5

Thanks in advance.

-Jitu.

If you want to do a moped for Blackberry then use Netbeans with the Visual Designer.

But after all, do not forget to use the preverify.exe utility (located in the JDE/bin folder of the Java development environment).

It is necessary to check the MIDlet jar bytecode to meet the requirements of the API of the RIM.

In case you want to create the GUI with net.rim classes in Netbeans there is no way, using MDS Studio.

Tags: BlackBerry Developers

Similar Questions

  • How to develop the Rss reader for Blackberry java?

    HII,

    This is my first post in this forum, I'm new mobile app, can everyone, how to develop the Rss aggregator for java Blackberry?

    I've attached a zip file which would be useful for you, check it out it's a RSS reader coll, I used some of the techniques for my application, please mark as solution, thank you.

  • How to free the memory through BlackBerry Webworks Code

    I am faced with the question as "the available memory on your device is low. Close to some of the items below. "When I close the application of phonegap webworks after a few shots. How to free the memory through BlackBerry Webworks Code.

    It is a good number that in the face of demand for the BB webworks. Very common when you dynamically load images or by using the browser in your application. Please visit this link for details...

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/device-memory-is-low-issue-for-a...

  • How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    Problem:

    How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    The following procedure:

    http://docs.BlackBerry.com/en/developers/deliverables/12002/Debug_an_app_on_BB_device_656366_11.jsp

    Error:

    An internal error occurred during: "launch WMMS_ACC_video_test0".
    java.lang.NullPointerException

    I found that other methods of debugging.

    If anyone knows how to do it please tell me.

    Thank you for your attention.

    http://www.BlackBerryForums.com/developer-forum/107455-debugging-live-device.html

    Solution:

    Start the IDE
    Connect your device to the PC via USB
    compile your application and load on the device
    in JDE - Debug - attach to-Pocket
    ignore all dialog boxes
    do the breakpoint
    Start your application on the device

  • How to develop a GUI that like the tabs in popup of the Google Maps 'Directions '?

    Hello

    I used the BlackBerry JDE 4.2 to develop an application MIDLet on the SmartPhone like BlackBerry 83xx. However, I looked at the RIM device Java library, I couldn't find the controls that can contribute to the development of a GUI which like the tabs in popup of the Google Maps 'Directions '.

    If anyone knows how to do this, please share your light.

    Thank you very much!

    You have to create yourself.  See this Knowledge Base article to start...

  • How to develop the film to fill the screen?

    When you watch a tv movie widescreen by media center, the image is small and in the middle of the screen, with thick black bars on top, bottom, left and right.  How to I develop the image of film to fill my screen?

    Hello RobWeber

  • How to submit the app for BlackBerry World who thrive on BlackBerry native SDK

    Hi all

    I am complete create application on BlackBerry native SDK and want to deposit app World de BlackBerry. But I didn't know how to prepare the file to submit.

    Could you suggest how to do it please?

    Kind regards

    Nutthakorn

    you build the "device-Release" project, which creates the bar file in the folder "release".
    This file must be signed and submitted.

  • How to get the code PIN Blackberry 10 using javascript for BB10 Webworks App?

    Hi all

    I have developed web application for blackberry 10 using the emulator to ripple and Blackberry 10 Webworks SDK 1.0.4.11.Here I put the automatic connection of my web application... So I want to get the Pin 10 of Blackberry number using javascript... Please help me... Someone knows... Thank you very much...

    Kind regards

    Marimuthu_P

    Which is documented here for WebWorks 2.0: https://developer.blackberry.com/html5/apis/beta/blackberry.identity.html#jbo1385148789774

    and here for WebWorks 1.0:

    https://developer.BlackBerry.com/HTML5/APIs/gold/BlackBerry.identity.html

    You want the uuid property.

  • How to get the Version of Blackberry Messenger in webworks

    I would like to know if its possible for me to get the version of Blackberry Messenger installed on Blackbery device from my application webworks.

    I need to know how to do that because I intend to connect my blackberry webworks for BBM 6 application. So I need to know if the user has version 6, so I can tell them to upgrade if it is not.

    Thank you


  • How to create the Splashscreen for BlackBerry UiApplication?

    Hello!

    I'm new to BlackBerry,

    Can u tell me pls, how to create the SplashScreen.

    PLS, suggest me-

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800256/...

  • How to disable the password for Blackberry Storm 9530 BlackBerry Smartphones

    As a new user what should I do?

    KB10766 How to change the password on the BlackBerry smartphone

  • How to change the status of Blackberry Messenger.

    Hello friends.,.

    How do I change BBM status... through my native code.

    How to get messages from BB in the native application.

    Thank you.

    Nilesh

    Do you mean a Java application?  So, if it is covered in the BBM here Developer's Guide: http://docs.blackberry.com/en/developers/deliverables/36637/User_profile_1442156_11.jsp

  • How to call the function cascade BlackBerry

    I begineer in blackberry c ++.

    I do two class is testobject and second in test .i call the onther text function average () and nexttext();

    so please how to call this function.

    // Default empty project template
    #include "TestObect.hpp"
    
    #include 
    #include 
    #include 
    
    using namespace bb::cascades;
    
    TestObect::TestObect(bb::cascades::Application *app)
    : QObject(app)
    {
        // create scene document from main.qml asset
        // set parent to created document to ensure it exists for the whole application lifetime
        QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this);
    
        // create root object for the UI
        AbstractPane *root = qml->createRootObject();
    
        // set created root object as a scene
        app->setScene(root);
    }
    
    void TestObect::test(){
    
        qDebug()<< "****************Naveen";
    }
    

    I insert also declared in the header file.

    Q_INVOKABLE Sub test();

    then I create another test class.

    /*
     * test.cpp
     *
     *  Created on: Apr 2, 2013
     *      Author: nksharma
     */
    
    #include "test.h"
    
    test::test() {
        // TODO Auto-generated constructor stub
    
    }
    
    void test:: nexttest(){
        qDebug()<<"***********Next test*********"
    
    }
    test::~test() {
        // TODO Auto-generated destructor stub
    }
    

    error in the file namespace,

    here in file herder

    the namespace error

    /*
     * test.h
     *
     *  Created on: Apr 2, 2013
     *      Author: nksharma
     */
    
    #ifndef TEST_H_
    #define TEST_H_
    
    class test {
    public:
        test();
        virtual ~test();
         Q_INVOKABLE void nexttest();
    };
    
    #endif /* TEST_H_ */
    

    You have a space between the colon and the n in:

    void test:: nexttest()
    

    Another thiing, if you are using Q_INVOKABLE, you must declare Q_OBJECT in your front header file public:

     


    If you're still having problems, try to clean up the project with Project > clean...

  • How to obfuscate the code in blackberry?

    Hello

    I want to know is - it possible in blackberry to decompile the source code. If we distribute the application with the files .alx file then what are the chances of him have decompiled. If this is the case, then can someone tell me how to avoid this. I know all obfuscators like Proguard, but is it necessary to use it.

    We hope to get an answer soon.

    See this article.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/How_To_-_Obfus...

  • How to upgrade the application through Blackberry Desktop

    Hello.

    Situation of Stange. Could you please give me a hint, how do I overcome that?

    1. I've compiled and signed the application. Alx file created. Two files are created "bb_application.cod" and "bb_application.alx".
    2. I run Blackberry Desktop, ran the Application Loader and specified my project as the location of the files folder and installed the application.
    3. I decided to change something in my application. I changed the code java, recompiled and signed the application. And also alx-file created.
    4. I run Blackberry Desktop, ran the Application Loader and saw that my request is already shown in the window of the Application Loader that checked. When I clicked on the button "Add" and specified the location of the updated alx file I get the following error: "no additional applications designed for your device were found".

    How can question - I change application already installed without uninstalling? If I uninstall this application - all the information stored in the store persistent will be lost.

    Here is my point of view on what is happening here.

    You have added an alx for the application loader, so that he knows that cods you attempt to load on the device.  If you add an another alx with the same cod, he rejects this, by you saying "no additional demand.  In this case, it should probably say "cod application already added.

    Now the application loader is sometimes his own worst enemy, but he tries to be smart and it will remember, for every alx you added, the level of the alx.  So if you change that alx to a level later, the application loader will tell you, that you need to update.  If change you to a previous level (i.e. lower) it will tell you are without downgrading and then ignore the downgrade (which can be a bit annoying...).  Doing so, in my experience, it takes without notice of the date of compilation of the cod file - this only on the level in the alx details.

    So in your case, you simply update the alx that points to the application loader whenever you put cod involved level (and sign)...

Maybe you are looking for

  • Car power inverter to power a Qosmio G10 - 133

    Is there any adapter compatible with the G10 car & if so could you provide details - I've read the thread relating to the car adapter F10 but it couldn't find the car adapter there are referenced.I read in http://www.laptopbits.co.uk/Database_files/M

  • Second resumption after last update Win 8.0 to 8.1

    I just upgraded victory 8.0 to 8.1 and the Recovery Manager doesn't let me make a new recovery disk. Surely, that should be possible after installing a new operating system? It took several hours for the first 8.0 update to the latest version before

  • Plugs for loudspeakers

    Were cut during a relocation speaker wire and connectors HCD-GX9900 lost and I cannot locate a source.

  • Intel alert does not

    After the installation of Service Pack 1 (for vista), on my Windows Vista PC I suddenly started to get a warning stating; Intel Alert has stopped working and was closed. Since the Intel VIVI icon is missing in the notification (to the right of the ta

  • Impossible to activate IPv6 on my 3560 switch

    Hi, I got a Cisco WS-C3560-24PS-E switch today and I can't activate IPv6 on it. I know that the command global so that it is "ipv6 unicast routing", but would not appear in the list of global order. Level 3 of Cisco Packet Tracer switch is the exact