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()== Display.ORIENTATION_LANDSC...
Hi,
I am trying to play around Twitter API for my Blackberry application. Is there any library through with i can access twitter information.(I want to pull feeds in my twitter account.)
Any help would be appreciated.
Thanks & Regards,
Jim.
...
I'm writing an ASP.NET MVC application that uses Forms Authentication. The target clients are a variety of mobile web browsers.
When I use the BlackBerry 8530 simulator my MVC app authenticates as expected. I can visit pages whose controller methods are decorated with the [Authorize] attribute - no problem - they display and therefore I...
I'm trying to write a blackberry app that is basically a stopwatch, and displays lap times. First, I'm not sure I'm implementing the stopwatch functionality in the most optimal way. I have a LabelField (_myLabel) that displays the 'clock' - starting at 00:00. Then you hit the start button and every second the _myLabel field gets updated ...
I had created blackberry application which has an alternate application entrypoint, it also has folder and view listener. Whenever I am debugging the application it get debug properly. But if i am not running the application (i.e simulator remains idle), it gives Application net_rim_plazmic_flint(159) exception. Please advice
...
Hey Community!
I'm developing a mobile website and one of the browsers I need to make it work on is the BlackBerry Browser on the BlackBerry 8330 (Curve) running version 4.5. I came across a weird bug when I tried to style some links to look like buttons.
If I add padding to an anchor tag, the display of the link changes, but the clic...
hi Everybody.
I am a newbie and developed a sample application for BlackBerry with Multiple Screens, following a book.
I wanted to develop a application similar like Viigo http://viigo.com/
What are the controls i should use?
Does it require custom control development?
I have designed a login form, and i want to authenticate it thro...
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 true;
}
...
searchlist = new FileList(list_vector,ind,j);//a custom list field
searchlist.setRowHeight(40);
searchListManager = new VerticalFieldManager(
Manager.VERTICAL_SCROLL |Manager.VERTICAL_SCROLLBAR)
searchListManager.add(searchlist);
objManager.add(searchListManager);
HomeScreen1.this.add(header_manager);
HomeScreen1.this.add(objManag...
hi
i have developed a application which sends a email from a blackberry simulator. when i am running the application it is not giving any error but the application is not able to send a email.
what are the steps needed to send a email.
i explored Google regarding this issue i came across ESS. i don't no what it is .
please help me out...
I'm trying to get the memory usage statistics (RAM, Flash and object handles) specific to our application, to be displayed on the device (not through the profiler). I've been using the Memory class to track general memory usage, but could not find a way to get the specific memory info.
Is there a way to get this information from the Bla...
Hi-
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 and have to refresh the service list manually.
Is there any API that RIMM provides to do programmatically?
thanks,
...
Hi, I am new to Blackberry Application development. Give some ideas to start developing and how i can develop new apps? I am learning by myself, but i don't know what kind apps i can develop. Suggest me with some ideas.
...
I am using Alert.startAudio to play an array of short values,
I want the same short[] to be played using the phone speaker, how could I do this ?
...
Hi
Is there any utility in BlackBerry JDE v4.6 using which I can write my xml file into the blackberry file system.
Thanks.
...
I am trying to install an application onto my device..I have compiled the application using JDK 4.5.0 and also signed it with RIM signing keys...But i am unable to install my application onto my device(8900) through desktop manager..It keeps on showing "application is not compatible with your device and cannot be loaded"... Since i have ...
Hi
Anyone please help me to add video controls(play,pause,forward,seekbar) to my application
...
if i click on any checkbox all previous checkboxes must get checked
"my logic works"
if i uncheck a checkbox then all checkboxes after it must get unchecked
"how to do that"
MyLogic works for storm but not for other models
what to do
//well what i want to do is i have 5 checkboxes
class myscreen
{
chk_service = new CheckboxField[5];...
Hi, i develop application for Blackberry. In Storm 1 (4.7) and Storm 2 (5.0) i need to disable accelerometer in my application. I want my application does not react to the accelerometer, but that does not affect other applications. Its possible?
...
This is what the Java site www.java.com says:
"KVM, the virtual machine for mobile devices, is the counterpart of JVM (Java virtual machine). It is used to run applets and applications written with Java technology on mobile devices. KVM must be installed by the manufacturer. It is NOT available for download or installation by consumers"...