-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an application that inserts an ApplicationMenuItem into the native blackberry contacts menu. I can get this to work just fine. Now my question is how would I change or remove that ApplicationMenuItem based on the contact that i am highlighted on? Would I need to use a GlobalEventListener? I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A View with expand and contract list where you show, for instance, Chats, Contacts, Groups. You click on of them and expands to a list of Chats and each element of the list is a Rectangular box with User defined image, name, status (offline, online, busy) as an image and status message.
How can i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Forum,
We are developing a game application for Blackberry, which will have multi player option to let two or more player compete against each other. We have implemented the logic for that and already two or more player are able to play the game simultaneously on single device.
Now we want to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Friends
I created one blackberry application, and i tested in blackberry simulator, now i need test in blackberry mobile phone , can u please tell me the process for creating setup file and how to install in the black berry phone...
Thanking you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I developed a Blackberry application using Eclipse. The application is working fine in the simulator. By using Blackberry desktop software, I tested the application in Blackberry mobile and it's working fine; but when I am using Progressbar screen, I am getting an error like this "Error starting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am having issues performing a vertical scroll on the BlackBerry Storm while in a TreeField.
The tree nodes expand just fine, even with expanded nodes while in the tree I cannot scroll to the bottom of the expanded list. Sometimes it will scroll a little but then not allow me to scroll back up.
Could…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
have developed an app for BB storm while tilting the device the background image of the app screen does not matches with the screen size, i have tried with the sublayout method
public void sublayout(int width, int height)
{
//update scrren layout based on orientation
if(Display.getOrientation()==…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hey in my screen there is a an edit field and 2 custom button fields as "OK" and "CANCEL"
Below buttonfield there are some more focussable label fields
when i write a name in edit field and press enter then focus comes to "OK" button but how to set focus on "CANCEL" button.
Moreover while scrolling…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
have developed an app for BB storm while tilting the device the background image of the app screen does not matches with the screen size , i have tried with the sublayout methord
public void sublayout(int width, int height)
{
//update scrren layout based on orientation
if(Display…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
in my screen there are 3 managers
h1
h2
bmpf = new BitmapField
added in order like this as
backgroundmanager.add(h1)
backgroundmanager.add(bmpf)
backgroundmanager.add(h2)
add(background manager);
protected boolesn navigationClick()
{
int index1 = h1.getFieldWithFocusIndex();
int index2 = h2.getFieldWithFocusIndex();
return…
>>> More