New developer

I want to write programs to run on the operating system palm 5.4.5 (Garnett) where can I get a SDK for this

Access to the Japan owns Palm OS for many years, I would contact them on this issue. See www.accessdevnet.com

Tags: HP Tablets

Similar Questions

  • new development of BB. Try to build an application that opens a Web page. Error on BrowserField

    Hello

    I'm new to the development of BB. I am trying to create a container application that will open a Web page that is hosted on the internet.

    Grabbing the BrowserPushDemo, here is where I am:

    /*

    * AWAPP.java

    */

    Net.rim.device.api.browser.field2 import. *;

    Net.rim.device.api.system import. *;

    Net.rim.device.api.ui import. *;

    Net.rim.device.api.ui.container import. *;

    SerializableAttribute public class AWAPP extends UiApplication

    {

    Public Shared Sub main (String [] args)

    {

    BrowserField app = new BrowserField();

    app.enterEventDispatcher ();

    }

    Public Sub BrowserField()

    {

    pushScreen (new BrowserFieldScreen());

    }

    }

    class BrowserFieldScreen extends screen

    {

    public BrowserFieldScreen()

    {

    BrowserField myBrowserField = new BrowserField();

    Add (myBrowserField);

    myBrowserField.requestContent ("http://www.google.com");

    }

    }

    I am getting an error on the "app.enterEventDispatcher ()"; on the point...

    ERROR:

    Thus you use? The code is as follows:

    import net.rim.device.api.browser.field2.BrowserField;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.container.MainScreen;
    
    public class AWAPP extends UiApplication {
    
        public static void main(String[] args) {
            AWAPP app = new AWAPP();
            app.enterEventDispatcher();
        }
    
        public AWAPP() {
            pushScreen(new BrowserFieldScreen());
        }
    
    }
    
    class BrowserFieldScreen extends MainScreen {
        public BrowserFieldScreen() {
            BrowserField myBrowserField = new BrowserField();
            add(myBrowserField);
            myBrowserField.requestContent("http://www.google.com");
        }
    }
    
  • New developer help required with error messages

    Hello

    I'm new here and just start with the development of Blackberry.  I have some experience in programming, primarily in VB but also some HTML/CSS and am familiar with most of the concepts of programming.

    I installed the BB JDE 4.7.0, and am running.

    I started following this YouTube HelloWorld example to get myself started

    http://www.YouTube.com/watch?v=e6NhObYV1js

    Everything was going well until I have compiled the application, then I got an error message.  (My problem is the 1) I don't know what means the error message and 2) I don't know how to find out what means the error message.  I suspect, it can be linked to my installation of the software, but I'm not sure.

    I would be grateful if someone could put me on the right track with these two problems (IE help me solve this problem and also to direct me to how to help myself next time).

    Here is my Code

    /*
     * HelloWorld_main.java
     */
    
    package cs456_s09;
    
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.container.MainScreen;
    
    /**
     *
     */
    class HelloWorld_main extends UiApplication
    {
        HelloWorld_main()
        {
            MainScreen pScreen = new MainScreen(); /*create new main screen */
            pScreen.setTitle("Hello World Title Bar Title");
            pScreen.add(new LabelField("Hello World"));
            pushScreen(pScreen); /* push the screen onto the main stack */
        }
    
        public static void main(string args())
        {
            HelloWorld_main pApp = new HelloWorld_main(); /* creates new instance of app */
            pApp.enterEventDispatcher();
        }
    }
    

    Here is the error I get trying to complete the construction.

    Building HelloWorld

    C:\Program Research In Motion\BlackBerry JDE 4.7.0\bin\rapc.exe-silencieux import ="...... \.. \.. \Program Files\Research in Motion\BlackBerry JDE 4.7.0\lib\net_rim_api.jar"codename = HelloWorld HelloWorld.rapc warnkey = 0 x 52424200; 0 x 52525400; 0 x 52435200 "C:\Documents and Documents\RIM\HelloWorld_main.java c.

    I/o Error: CreateProcess: javac - 1.3 source-target 1.3 - g - O-d C:\DOCUME~1\LOCALS~1\Temp\rapc_588f7fec.dir - bootclasspath "...-..." \.. \.. \Program Files\Research in Motion\BlackBerry JDE 4.7.0\lib\net_rim_api.jar "-classpath"...... \.. \.. ' Error 'C:\Documents and Documents\RIM\HelloWorld_main.java c' \Program Files\Research in Motion\BlackBerry JDE 4.7.0\lib\net_rim_api.jar "= 2

    Error while building project

    Thank you.  I thought it was related to the installation, but needed to be sure.  I uninstalled everything, but have not had time to try once again

  • New developer - question field object

    Hello.

    I'm new to Java for Blackberry developer world and I'm playing with the RichTextField object. I have the following code which fails and I would like feedback as to what I'm doing wrong:

    import net.rim.device.api.ui.decor.Border;
    
    [...]
    
    RichTextField f = new RichTextField("This is a test !");
    f.setBorder(STYLE_TRANSPARENT);
    add(f);
    

    It gives me an error saying: can't find symbol putting highlight the STYLE_TRANSPARENT.

    What is the problem? What I'm missing here?

     

    Well, this time, that the error is not the same thing, is it?  There is no setBorder (int) in the field.  You must provide a border.  Like this:

    f.setBorder(Border.STYLE_TRANSPARENT, BorderFactory.createSimpleBorder(new XYEdges(1, 1, 1, 1)));
    

    Oh and welcome to the forums!

  • Error after you move the request for new development machine (minimum environmental change)

    I'm really new FAD and work on my first application.  So far it's going pretty well, and I'll have a blast.

    I met a problem move on my application to a new machine however.  I initially developed on the virtual machine running on my laptop, but decided to switch to a more powerful machine.

    I have a problem trying to 'Run' of pages in my application.  Integratedweblogic is throwing an error everytime I try to load a page (and only the web pages window session that opens just shows 'o' turning indefinitely):

    "DFW-99998 [javax.naming.NameNotFoundException] [oracle.jbo.server.DBTransactionImpl.lookupDataSource] [j2ee app]".

    Original environment:

    Windows 7

    Oracle JDeveloper 11g

    Oracle DB for windows running on the same OS/env/localhost

    New environment:

    Windows 7

    Oracle JDeveloper 11 g (same version)

    Oracle DB running in a vm virtualbox using Oracle Linux (it is a much larger, more 'production-like', a database in which my application would be hypothetically).

    I made the necessary changes to the connection of database (host/port/user/pw/etc) used by the app and I still get the above error.  I even tried to copy across my jdeveloper and integrated settings of the server weblogic (C:\users\me\AppData\Roaming\JDeveloper\system11.1.1.7.40.64.93) to the new environment in addition to the copy in the root directory of the application, change the db connection settings, and I still get the same error.  I also have the same error occur when, after having made the connection Exchange Pb, delete the weblogic (C:\users\me\AppData\Roaming\JDeveloper\system11.1.1.7.40.64.93\DefaultDomain) server folder and start again, with jdeveloper build a new instance IWLS run.

    I must point out that, when I run the app service module in the new environment with the db connection changes, I can test all Instances of the view object, and they work as before and as expected in the Oracle Business Component Browser window.  So that seems to indicate that it's just a problem with my setup of weblogic/instance, but I'm not sure.

    As always, I appreciate very much all your comments and thanks in advance for answers!

    If you like the framework automatically adds the data source, it must be checked. If you want better control and better together for manufacturing sheet you it is unchecked. In this case you must create the data source on the web logical server yourself.

    Try again with the box checked initially.

    Timo

  • What are the specifications of the new developer, developer and developer levels?

    I mean how these rows are generated... or to say how are these litigants? I already have BlackBerry10 Native apps on sale worldwide, which category fall, what it takes to get recognized for it?

    to become "Developer" you must post in the "developers start here" thread and a mod or admin will change your status.

    the rank is essentially the message is, perhaps with a few other things mixed up, no public document on this subject.

  • New development of Blackberry

    Hi all

    He is working as a developer android abdellah. Return of 2 days that I started working on blackberry. I installed eclipse with blackberry, that is, "BlackBerry_JDE_PluginFull_1.5.2_indigo.exe". I created the Hello World sample then the emulator is open and with the version of

    BlackBerry 9900
    7.1 bundle 1091(v 7.1.0.318)

    Now, I would like to install app even in lower versions. Is it possible to install the lower version. Please guide me how to do? and my mail id is s (dot) seshu143 (at) gmail (dot) com.

    Thank you and best regards,

    S.Seshu.

    Hi Liza,

    Welcome on the support forums,

    If you want to install your application in earlier versions, you must build the application using lower JRE versions.

    You can find deifferent versions JRE under project-> java build path properties.

    This is the URL for all.

    https://developer.BlackBerry.com/Java/

    Thank you.

  • Please help new developer!

    Hello

    I've been recently download and download countless versions of eclipse, the blackberry plugin, etc. A version connects to another specific version, blah blah... Can someone tell me precisely which version of the software, plugin, etc that I have to download to start? I would really appreciate it, if the links provided even better.

    Thank you!

    Well, you're not in the right place, but I can certainly help you.

    Eclipse: Version 3.4.1 is the latest version which is compatible with the public plugin version.

    http://mirror.ousli.org/Eclipse/downloads/drops/R-3.4.1-200809111700/index.php

    Plugin: Version 1.0.0.67 the latest stable version (as I know).

    http://NA.BlackBerry.com/eng/developers/

    The link is at bottom left of the page, the title of "top downloads". If you have an account, please login first. Allows you to save a little typing.

    Simulators: The plugin comes with a few simulators, but you want to get a little more. I would say the 95xx, 83xx and 88xx 9000. They load fairly quickly and give you a wide range of OS versions.

    Other useful links Developer:

    The developer of blackBerry knowledge base

    RIM device Java library

    The blackBerry developer video library

    Codes of the JVM: Demystified

    The AppWorld seller support

    Hope that helps,

    ~ Dom

  • New development councils

    Hello

    I am looking for a developer of an application, I need built for blackberry and iphone. The application needs to go to my break on a regular basis and update the icon based on the information received.

    Anyone interested?

    B

    Think that it is a duplicate thread - see

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=15087

  • Some advice for a new developer ODI

    Hi, I'm new in ODI.
    I would like to know if is possible load table in parallel. I know that an interface can load only one table target.
    But how can I do if I want to load 4 distinct targets table, 4 separate source table.
    I think I first create a separate interface 4 and then? Is it possible to load the 4 tables in a single package or I do 4 separate package and they plan at the same time be parallel and reduce the loading time?

    on load times, my source is as400 and my goal is oracle, which LKM and IKM did you think? I'll try various combinations but I am not meet cause loading time deteriorate when the number of rows.
    what I have to do is a simple FULL charge (select target insert * source), I must write a procedure, or is it a good combination of KM?

    Thanks in advance

    of course, then you must also use an OdiWaitForChildSession tool to wait for the completion of the sessions child
    (while you link each scenario in the package consecutively, set mode async for each and last scenario link with OdiWaitForChildSession)

  • Lost information synchronization during the developer update

    11.11.14

    Today Aurora updated to the new developer version, which is great! Except, lost all my synchronization information (bookmarks, modules, parameters, etc.). I tried to set up synchronization again and learned that there is a new version of synchronization in which you must create a new account. I created a new account, but that obviously not solve my problem because all my information sync disappeared once the update has been applied. I searched the forums and can't seem to find a solution.

    I went to https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ to find an older version of Firefox to install, connect you to sync (old) in order to retrieve my information, then go to sync my new account, but I'm not sure how to navigate in this directory. Can someone help me find the installer for the latest version of Firefox just before the developer version for Windows 8.1? Or if you too have this problem or know of a fix for this, some tips would be much appreciated!

    Thank you!

    Hi angrypedestrian0, please visit http://www.ghacks.net/2014/11/11/firefox-aurora-here-is-how-you-get-your-old-profile-back/

  • What happened in Aurora? He suddenly became Firefox Developer Edition on my computer. My favorite and addons all disappeared.

    I think that put Aurora on day before I turned off my computer. When I started again, Firefox Developer Edition appeared in place of the Aurora. My favorite and addons all disappeared.

    Also, see this mozillaZine forum thread.

  • "Unable to update the information of client device" when downloading in development mode

    I am trying to download from the sandbox.

    After that I added my SKU and select 'load', I get this message in a dialog:

    Impossible to update the client device information

    I click OK and end up back on the screen of the new development.

    What I am doing wrong?

    Not yet. Please continue on this thread for more details:

    http://supportforums.BlackBerry.com/T5/BlackBerry-world-development/unable-to-update-customer-device...

    I'll keep this thread updated.

    Currently, I have logs of 2 users who reproduced this issue and have opened a ticket with our internal support teams.

  • How to acquire a BB10 developer phone?

    At the end of last week, we dropped Blackberry 7 OS development for android, as it is simply too problematic, running only JavaME. Playback of the file wasn't long when done quickly, and the webservice, although faster, does not compare at all to the android speed.

    Now I hear new developer BB10 phones came out and get for free to developers. Is it possible to obtain a? It could provide the desired speed increase.

    I have no interest in a simulator, because this is what has been my app built origionally on (for the OS 7.0) to discover that it was so much slower on the real (OS 7.0 BB 9860).

    I'm not registered as a developer to put my apps on the app world, as our applications are sold to advice and tastes. Not the general public. And so they prefer blackberry for security reasons, but decided to drop the traffic and go for android.

    I would be very interested to know. Because it could give life to this project on the blackberry.

    Hello

    Unfortunately, it is for only developers who are registered and the BB10 JAM program this week. The only other way is to wait for someone to sell on ebay. Up to now, I have only this information, keep control of crackberry.com additional updates.

  • What is the right way to add new text to a text file?

    Hi, I'm new development with my bb8100...

    I don't know how to add text to a file. I use the tracking code, but it's innefient because I rewrite all text whenever I need to add something:

    try {           String tmp="" + estaciones+ newText +"\n\r";
    
              estaciones=tmp; // I need to save my text in a String
    
              FileConnection fc = (FileConnection)Connector.open            (fichero,Connector.READ_WRITE);           if (!fc.exists())              fc.create();  // create the file if it doesn't exist         DataOutputStream fichOut =fc.openDataOutputStream();
    
              fichOut.writeChars(estaciones);
    
              fichOut.close();          fc.close();       } catch (IOException e) {         Dialog.inform(e.toString());      }
    

    How can I make at the end of my file?

    THX in advance!

    Merry Christmas to all!

    I think you need to call fc.getOutputStream (fc.fileSize ()) to get an output stream that starts at the end of the file, then wrap you in a DataOutputStream.

Maybe you are looking for

  • I can' use my iphone 6plus

    Hello, I am french and I am too far on a Greek island for 6 months, so very far from Apple Store. When I start my Iphone6, numbers of four safety asked, I don't touch my phone and many numbers appear and block my phone. So I make an installation prog

  • Re: Satellite A200 - 1 M 4 and 4 GB of RAM

    Hi all I want to ask you about memory. I installed two (2 x OCZ2MV6672G OCZ 2 GB SO-DIMM DDR2 PC2-5400) memory modules and the system does not start. When I installed a memory module specification works perfectly. I have the latest version of the BIO

  • When the new cartridges I get testpage first when I give a print command

    When the new cartridges I get testpage first when I give a print command

  • to try to correct the time zone schedule probs w/xp

    I'm trying my timezone and it won't work, or if it's hard to find exactly the right download. I live in the area (Florida) Eastern time and my clock is off. as now, the actual time is 15:11 and my comp says 02:49. How can I fix? {Furthermore, I'm not

  • menus contextual pop up for no reason

    Original title: my computer guard throw menu background for no reason and now that occur so often that I am unable to effectively type or navigate without stopping to try to close the menu. Any suggestions? Windows 7