Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
7answers
13k views

installing BlackBerry Eclipse JDE plugin on Mac OS X

Is it possible to install BlackBerry Eclipse JDE plugin on Mac OS X? I tried to install the plugin through the eclipse update and also by downloading the zip file from the BlackBerry site. This is ...
8
votes
3answers
3k views

Blackberry URL encoder

I need to encode a URL using HTTP GET request in Blackberry. Can any one help me find how do I achieve this.
7
votes
4answers
4k views

How do you make a dropdown list that displays images to the user instead of text?

The ObjectChoiceField field meets all my requirements but it is not pretty. This is what I have: String pets[] = {"Dog", "Cat", "Duck" }; ObjectChoiceField dd = new ObjectChoiceField("My ...
4
votes
1answer
66 views

How to get a list of background processes on BlackBerry

I'm looking for something corresponding to net.rim.device.api.system.ApplicationManager.getVisibleApplications(), but including applications that might not/do not have a UI. Any ideas? Unreasonably ...
3
votes
2answers
1k views

Picking a Blackberry JDE version

I am new to Blackberry programming and starting my first app soon. I believe I will be supporting OS 4.5 and higher, but now need to decide which JDE to use. I want to support the most amount of ...
3
votes
1answer
413 views

Problem running Blackberry App without BES

I'm developing a Blackberry Application that does quite a bit of networking, using HttpConnections and InputStreams. I've been testing it in an environment where it has access to a BES, but will be ...
3
votes
4answers
3k views

Installing the Blackberry JDE Plugin in Eclipse doesn't work

I followed this guide: http://www.thinkingblackberry.com/archives/21/comment-page-1#comment-104 Installed the JDE 4.7 and 4.5 packs, and when I try to start a new project, there is no option for ...
3
votes
1answer
1k views

JDE Eclipse plugin or Blackberry JDE?

Just getting started with Blackberry development... I have used eclipse before and like it. What do you all recommend and why? Thanks!
2
votes
1answer
203 views

Blackberry PIM why is contact creation so slow?

The following code, which i took from the blackberry forum, takes almost 26 minutes to create 2000 random contacts using the BB PIM API on an 8500 series set. Does anyone have any idea why it takes ...
2
votes
1answer
326 views

Java-mode indentation

Java-mode seems to be unindenting rather than indenting after a method declaration. By which I mean I'd expect to see this: class GoodExample { public void method() { ...
2
votes
3answers
3k views

Adding vertical scrollbar to screen in blackberry application

hi I am new to blackberry development.. I am trying to add a vertical scroll bar on the screen, but not able to do that. because I do not know the way. VerticalScrollManger scroll = new ...
2
votes
5answers
2k views

Blackberry JDE ArrayList?

The Blackberry JDE does not include java.util.ArrayList, even though it knows about java.util? What's up with that? Is there an equivalent class for BB? I don't want to use an array, really, because ...
1
vote
1answer
319 views

Blackberry and RESTful services

I'm looking to develop a blackberry application to consume a RESTful service. At the moment we plan to develop a REST layer which we will use to perform searches on a back end database and return the ...
1
vote
2answers
243 views

how to get geographical location from co-ordinates using jde 4.5

How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5. Thanks and regards, Vivek Birdi.
1
vote
1answer
1k views

how to upload the file through http to the website?

I need to upload a file through http or ftp to the website in blackberry jde.
1
vote
2answers
992 views

BlackBerry JDE supported devices?

I'm developing BlackBerry applications with the JDE plugin for Eclipse (version 1.0.0.67), and I was wondering if there's a list somewhere of devices that these applications will run on. It's for ...
1
vote
1answer
374 views

Refresh Service List of a paired Bluetooth device !

Is there any possibility to refresh the service list of a paired device in a programm? At the moment, i have to go to the bluetooth options and select the device properties of the bluetooth device ...
1
vote
2answers
464 views

Can a blackberry app access the internet without restrictions?

I'm about to develop an application for blackberry that transport some data through a native socket connection to a server. This can be done easily in Java but I was told the issue with this approach ...
1
vote
1answer
337 views

Blackberry 9000 getting HTTP error 406 When using WiFi

So, I have a Blackberry 9000 application doing simple networking using HttpConnection. Everything works fine normally, when I go to urls of the form: http://url.com But I've discovered that I need ...
1
vote
2answers
1k views

Problems killing a custom blackberry app

All of my screens inherent from a screen with the following onClose() method: public boolean onClose() { Dialog.alert("Closing"); done = true; System.exit(0); return true; } I kind of ...
1
vote
1answer
718 views

Blackberry JDE GPS getLocation() LocationException

I need to add GPS functionality to an existing Blackberry Application that I've written. I write a stand alone class called CurrentLocation, and include a method to set the various location variables ...
1
vote
3answers
3k views

Blackberry JDE FieldChangeListener

I'm sort of confused as to how to implement a FieldChangeListener in the Blackberry JDE. One way has me make my main class implement FieldChangeListener, and then have a fieldchanged method inside of ...
1
vote
2answers
990 views

IDEs Used for BlackBerry Developement

I have installed eclipse JDE plugin (ie BlackBerry_JDE_PluginFull_1.0.0.67.exe) , i can create a blackberry project only for BlackBerry JDE 4.5.0 . when i see in window ->preferences ...
1
vote
2answers
1k views

Completely lost with Blackberry JDE for Eclipse

I'm serious. I installed the Blackberry web developer thing for eclipse (being stupid, and not seeing the 'web' part). Then, when I realized my mistake, I went and got the JDE for Eclipse. I went ...
1
vote
5answers
2k views

What is the precise definition of JDE's Julian Date format?

I am writing code to convert from a Gregorian date to a JDE (J.D.Edwards) Julian date. Note: a JDE Julian date is different from the normal usage of the term Julian date. As far as I can work out ...
1
vote
2answers
468 views

Using JDE in Emacs, I would like something like Eclipse's run configurations

I'm using JDE for writing a larger project. Coming from Eclipse, i miss the run configurations. Basically, there are several different classes in the project that i would like to launch. Some of them ...
0
votes
1answer
36 views

Blackberry MenuItem Deprecated

I am trying to use the MenuItem class of BlackBerry JDE 6.0 and I am encountering an error "The constructor MenuItem String(String, int, int) is deprecated". I am implementing it using a subclass ...
0
votes
0answers
71 views

Integrating netbeans with RIM Blackberry JDE 5.0.0

I am facing trouble with preparing blackberry development environment on netbeans IDE. I have installed Netbeans 7.0.1, Blackberry JDE 5.0.0, Java wireless toolkit 2.5.2. After installation I ...
0
votes
3answers
74 views

changing background color of Blackberry ButtonField

I wanted to change the background color of ButtonField in black berry jde 6, by overriding the paint method, but not able to change whole background of the ButtonField
0
votes
1answer
95 views

SqLite installation with blackberry JDE

I have installed Blackberry JDE and Eclipse. I want to create a SqLite database for my application. Should I install SqLite separately or does it come with BlackBerry JDE?
0
votes
0answers
28 views

JDE equivalent columns in Oracle Apps

JDE Data is going to get migrated to Oracle Apps. We need to find JDE equilvalent tables and columns in Oracle Apps and JAROSODS to develop reports. For example: The table for F4102-Item Branch ...
0
votes
1answer
59 views

I can deploy my Blackberry app to a device by cable with JavaLoader, and it runs fine, but the BB Desktop Software refuses to touch it. Why?

Installing by cable with 'javaloader -usb load app.cod' works fine, and the app runs on the device with no problems, as on the simulator. The cod is using restricted APIs, but it's signed. The alx is ...
0
votes
1answer
76 views

Is it possible to send a BBM message thru the blackberry API?

As the title says, is it possible? and how could I do so? Thank you all for your help! Really appreciated!
0
votes
1answer
118 views

BlackBerry BBM Api

Is is possible to "PING!!!" a BBM contact using the "net.rim.blackberry.api.blackberrymessenger.Message" API? If yes, how would I do so? If not, how should I go about doing this? Thank you all for ...
0
votes
0answers
83 views

JD Edwards error “Unknown JAS error has occurred. Please contact your system administrator.”

Hello I created a new enviroment, but when I´m trying to login on the web show me this error "Unknown JAS error has occurred. Please contact your system administrator." I´m restarts all the servers ...
0
votes
0answers
97 views

Using Emacs JDEE with JUnit

I'm pulling my hair out getting JDEE set up. I've finally got the prj.el file to the point where I can run Ant tasks and I can do compiles of src .java files and run the app (using the default ...
0
votes
1answer
98 views

JDE Data Dictionary

JDE EnterpriseOne 8.98.4.1 Data Dictionary? I've used Databrowser to locate data items in F9210 - in this case Long Address data fields. Now how do I xref this field into tables, views, forms and ...
0
votes
1answer
188 views

Network access using WiFi on BlackBerry 5 BrowserField class

I'm starting to learn BlackBerry programming and I created a simple app to show a web page on the screen using the class BrowserField. It works perfectly on the emulator and on a device with 3G ...
0
votes
1answer
73 views

PaymentEngine object is always null

I am trying to build a payment appication on BlackBerry jde version 5.0.0.14. When I debug the code, PaymentEngine object is always null. Why does this happen? Is there any fault in my code? private ...
0
votes
2answers
194 views

How to add external jar or zip file in the Blackberry project

I am new to Blackberry jde, I want to add "Jar file " in my BB project, I have tryed it by putting the jar file by the following manner -> Right click on project -> properties -> Build -> Imported ...
0
votes
0answers
127 views

How to package the BlackBerry Application that is developed by Blackberry JDE

I am completed new to Blackberry development and just started with it few days before and done a sample app, now i need to package this app. I am not using the Eclipse plugin, instead using the ...
0
votes
2answers
152 views

Running Java app from inside emacs using JDEE throws NoClassDefFoundError

I have configured JDEE in emacs. But when I try to run any App, it throws NoClassDefFoundError . Upon compilation, although a class file is created, it only shows the buffer for sometime and then ...
0
votes
1answer
525 views

Trying to install Emacs JDEE with openjdk 6

I am trying to get JDE to auto-complete Java code. I'm running Ubuntu and I have the following packages installed: openjdk-6-doc openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib ...
0
votes
0answers
58 views

rhodes local webapp using bb jde 5.0

has anyone tried creating a local webapp using rhodes in blackberry JDE 5.0 ? Or is there any way to import a rhodes app ( created using command "rhodes app app_name" from command prompt ) into JDE ...
0
votes
1answer
259 views

jdb and jde with emacs ( name unknown)

main[1] print myVariable com.sun.tools.example.debug.expr.ParseException: Name unknown: myVariable myVariable = null Any guesses as to why this might be happening? I can place breakpoints like I'm ...
0
votes
2answers
187 views

BlackBerry app without a UI

I want to make a basic BlackBerry program that when opened executes a line of code. When I make it with a basic "Hello World" UI it works fine, but when I just have the line of code with no UI, I ...
0
votes
1answer
463 views

writing to text file in blackberry

is there any way out that we can make the data in text file persistent? everytime a user finishes playing a game, in my program his name and respective score is written to a text file. When the next ...
0
votes
2answers
571 views

How to setup eclipse with blackberry jde's already installed on Windows 7 machine?

I found many posts on the forum regarding this problem which navigates me to No Page found error. Does any body know how can I add the Blackberry JDE's that already installed on my machine. Any help ...
0
votes
1answer
149 views

Blackberry JDE and Sqlite timestamp

I am trying to store a date from a DateField into an sqlite database, but can't figure out what format to store/retrieve it in to preserve the value. I have been trying with the sqlite datatype as ...
0
votes
1answer
192 views

error when packaging on blackberry JDE

I get these warnings when packaging and of course the application doesnt work on the simulator Warning!: No entry points found Warning!: MIDlet class is not public note that the main class is ...

1 2