blackberry

calculate calories on blackberry

i develop a application that finde the distance between the two points and calculate the speed but we require the calories burn after walk this distance. that i measure it. I am developing an application that finds the distance between two points and calculates the speed of movement between these points. We require the number of calo...

Blackberry (Java) - Drawing graphics on top of rendered text/buttons etc

Based off the one of the demos I have the following code. Currently what displays in the simulator is just hte contents of the paint function, however the ObjectChoiceField is still selectable if one happens to click in the right location. I would like both the text contents and the paint function contents to appear. Is this possible? ...

How to test the blackberry application in blackberry mobile

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 ...

Blackberry web application wrapping floating divs on top of each other

Our site http://m.sa2010.gov.za has a simple menu structure that relies on floating divs to stack 2 columns of menu elements. Unfortunately it seems to wrap all elements on top of each other when viewed from most Blackberry phones? Any suggestions. works beautifully on most mobile devices including iPhone. Check it out. ...

Change ObjectChoiceField Color not working on Blackberry OS 5.0

I want to create a custom ObjectChoiceField, the expected behavior is if the data change then upon leavinge the focus the font color will change. I have succeded in BB OS upto 4.7 but when tested on simulator and on real device with BB OS 5.0 the color won't change. This is my class : public class MyObjectChoiceField extends ObjectChoic...

fade effect in blackberry (os 4.5 ) application.

in my blackberry application i have to create a effect in which fullscreen bitmap is slowly disappearing and ui screen is coming up. protected void paint(Graphics g) { g.setGlobalAlpha(globalAlpha);//starting value of globalAlpha is 255. g.drawBitmap(0, 0, getWidth(), getHeight(), _bitmap, 0, 0); g.setGlobalAlpha...

not show the result

here is my code and through the source code is not available exception. in the code we require that popup screen that show but the value of the average speed is not show. class popUpScreen extends PopupScreen { private EditField _sp; // Speed s = new Speed(); //public double _averageSpeed =s._averageSpeed ; StringBuffer...

send sms from background thread in blackberry using j2me

hey i made a lot of search and found some similar types of code. I tried for gsm method 1 gives IllegalArgumentException try { MessageConnection _mc = (MessageConnection)Connector.open("sms://"); TextMessage tm = (TextMessage) _mc.newMessage(MessageConnection.TEXT_MESSAGE); tm.setPayloadText(smsText); tm.setAddress("965xxxxxxx"); _mc.s...

Usuage Of Eclipse for BB and Android Development

Hello Guys,I am basically bb programmer and i used NetBeans ,BB JDE for BB development. I am partially switching over to android also.So i want to know how to use Eclipse IDE that should be compatible to Both Blackberry JDE and android SDK. What is IDE' that needs to be downloaded .I downloaded BlackBerry_JDE_PluginFull_1.0.0.67.exe. ...

how to implement page control in blackberry

how to implement page control in blackberry ...

Custom SpinBoxField example

I'm attempting to build a custom SpinBoxField on the Blackberry that displays an icon next to text. I've been unable to find any example code. Subclassing SpinBoxField and implementing drawRow, get, and getCount() have got me part of the way there, but my implementation still doesn't look or work like the TextSpinBoxField in the RIM Blac...

Facebook works only with one userid in Blackberry?

Hi, I have integrated Facebook connect into my blackberry application using baskoro code But with this code I am able to login and post on wall with only one username. That username is the one in which the application was created and its application id and secret key were obtained. Now when I login with other username login is done b...

Gson module not found Blackberry Java application

Hi. I'm developing a simple application for Blackberry and i'm using Google's gson to retrieve some data from a server. The UI was working fine but when I added the gson part it started failing, it wont run. When I run the application in the simulator it show this error: "Uncaught: RuntimeException" on that annoying white screen of de...

How do I connect to the internet in blackberrires app without paying BIS?

I was told that in order for my blackberry app to connect to my service (a server) it needs to be done over BIS. Otherwise it will not work with a large number of bb users as they actually have a "data plan", they just have a BIS plan. And for them to connect to my service, I have to pay for the expensive alliance program. Is this true? ...

Blackberry Mobile application getting error when attempting to access a secure API?

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 Applicationname : Module 'ApplicationNam...

how to implement page control in blackberry

since i am developing a project on Exchange trade fund and in its first page layout we are developing labels and we want that on clicking on that labels page related to that label may appear on another vertical field manager on the same screen and on that very screen i want page control so that on tracking wheel we may obtain the next p...

Nine patch library for BlackBerry SDK

Hi, I was searching a way to use nine-patch images in order to handle multiple screen size but I did not find. Do you know if it exists such library ? Regards, Quentin ...

Blackberry (Java) - drawing text in two different fonts

using the g.drawText function (two calls one for each text) is it possible to write text in two different sizes? g.drawText("abc",0,0); //whatever code to change font goes here g.drawText("def",30,30); ...

Eclipse (Blackberry JDE 4.6.1) fails deploying the application on the simulator

Hi, this is the message I receive when I try to build my applicaion. ..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified) rapc executed for the project HBB the project is currently set as "Active for Blackberry" and all the other option are set as defined...

How to show images in the place of label in black berry screen using eclips plugin

Hi Friends, I am developing one Blackberry application using Eclipse, I need to show images in the place of label like for example new button is there in the place of new button i need to show some image. How can i show images can you please give one example. Thanking you ...