I developed a Hello World application using Black Berry Eclipse plug-in. When I rant it on any BlackBerry simulator of which platform version is greater than or equal to 5.0 then the Hello World application is not found listed in the default application list. However, I can run the application from Options > Application : Search (Thridpa...
Hi, Android got XML layout design with a tool that allow you to drop and drag GUI design. Can I have something similar for creating a GUI for a Blackberry application?
...
Hi
i want to put a Big image over a small Image , condition is the image which is on top has some specific rectangular area where the second image will be displayed. I want the the small Image to be displayed inside the big image not over the big image. i don't no will it possible or not , if it is possible can any one provide me guida...
hi how to make a part of image transparent.
thanks alot
...
hi
i want to resize a image by touch event if the user stretch the image the image size should increase, and if reduces the image the image size should reduce, is it possible
thanks in advance
...
Hello All...
I have just started the Hello World App using Blackberry Eclipse Plugin.
I have tried one or two configuration for debug my HelloWorld Blackberry App, but unfortunately I could not..
Can anyone let me know that how can I debug any Blackberry App in simulator using Eclipse Plugin ?
Thanks in advance...
EDIT : When I am t...
Hi all
i want to move an image by trackball, can any one please help me out . any suggestion any sample code will work for me .
thanks alot
...
Hi everyone,
I'm working on a library project that Blackberry Java developers can import into their projects. It uses protected RIM APIs which require that it be code-signed, which I have done. But, I can't get my Jar imported and working with a simple helloWorld app. I'm using the eclipse plug-in Blackberry-JDE. Here is what I have t...
how to configure the blackberry application development environment .i am downloading the
BlackBerry JDE Plug-in for Eclipse 1.1 (FULL INSTALLER)
i installed the environment
windows->preferences->blackberry jde :
in this window i am not getting following Options:
BlackBerry workspace
installed components
MDS simulator
what's m...
Hi all
when i am pressing the back button a pop screen is displayed which shows three button save, discard and cancel button i don't want this screen to be popped up. is this possible.
Thanks in advance
...
Hello All...
I have just started to learn the basics of Blackberry....
So, I am facing one issue in Bitmap UI API of Blackberry..
I have a class called UiFunApplication which have main method :
public class UiFunApplication extends UiApplication {
public UiFunApplication() {
UiFunMainScreen mainScreen = new UiFunMainScree...
Hi all
I have a created a custom Button field , when the button is on focus default blue background is coming , i want to remove that blue background . actually i am placing image on button and on image there are certain area which is transparent . when that custom button is on focus then blue background is displayed . i want to remove...
Hi all
I am using NullField() in one of my screen so that the default focus should not be on any of the button . but when i am clicking on the screen where no field is there , menu screen is being displayed. i dont want that menu screen to be poped up tough it should open when i click menu button.
Thanks alot
...
Hi
there are three edit field on my mainscreen i want to know which edit field is on focous.
thanks alot
...
Hi all
I am using the below code to send the email to more then one id, but the mail is not getting delivered.
Address [] toAddresses = new Address[emailto.length];
for (i = 0; i <= emailto.length ; i++ ) {
toAddresses[i] = new Address(emailto[i], emailto[i]);
}
//Adding Rec...
Hello All...
I have just jumped into the Blackberry development arena...
I am trying one example for storing a persistence data into Blackberry file system.
In that I am using following classes :
import net.rim.device.api.system.PersistentObject;
import net.rim.device.api.system.PersistentStore
From using them I am able to persist ...
Im trying to make an app compile in Eclipse with the BlackBerry JDK 4.2.1. As there is no plugins for this JDK version, I wrote my own definition file (.ee) based on the JDK 5.0 pointing to the 4.2.1 folders (as here). When using version 5.0 the app compiles ok, but when using the 4.2.1 version, I get this cryptic error (about rapc.exe):...
Hello All...
I have just entered into the Blackberry Arena.
Now I am ready for the develop an application for the blackberry devices.
(1) But I would like to know that while I develop any app for blackberry, then should I target some fix devices ?
Or else which are the things that I should keep in mind while developing any new blackb...
How to enter only Integer values in BlackberryTipCalculator in Java?
...
Hello friends,
I am using blackberry using java eclips
I have a lengthy of code in single class.so I need to divide code into different classess(need to implement methode in diffferent classes), how to write code in diff classes and how to access diiferent classes methodes in a single class. Can you please give me suggesion.
...