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,
I've built a ASP.NET webservice and I'm trying to access it from a Blackberry. I've been testing it out with multiple devices and the simulator and it works fine, but there's just the one Blackberry 9000 (It's not the model, I've tried it out with another Blackberry 9000), and it's stuck waiting for a response from the server. Relev...
I am looking for nice Java LDAP library suitable for using on BlackBerry. There is some basic support for LDAP in BlackBerry Java SDK, however it is too basic and I would like to use direct TCP connections instead of MDS (MDS is the only transport option when using LDAP classes from standard BB SDK).
Regarding features I basically want ...
in my application i try to fetch users location but it always 0.0 for both latitude and longitude.I have seen blackberry forum but couldn't find what am i doing wrong???
code :
package com.MyChamberApp;
import javax.microedition.location.Criteria;
import javax.microedition.location.Location;
import javax.microedition.lo...
Hi ,
I have coded to get the info from the user and send an email of clicking a button. The program is getting executed for a while and then the simulator is crashing showing error
"DE427"-Message queue full... Here's the code that i have done...
if(field==SendMail)
{
Message m = new Message();
Address a = n...
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...
I am new to BlackBerry. I have experience on Android. Now I want to learn BlackBerry. In Android an application contains res folder in that we add the layout in XML form and we can create the forms easily using views and layouts.
In the same way, is there any facility in BlackBerry? How do I prepare forms in BlackBerry?
...
Software and Simulator version i am using
Blackberry Smartphone simulator: 2.13.0.65
Blackberry software version 5.0.0_5.0.0.14
I am looking at modifying contacts. Below is the code snippet i am using.
I am getting a IndexOutOfBounds Exception at line
String wtel = blackBerryContact.getString(BlackBerryContact.TEL, supportedAttribu...
How do I call invokeLater or invokeAndWait in a BlackBerry / J2ME environment? I'm using RIM API 4.3. I know this is a basic question, but I can't find the method anywhere!
Thanks,
Dan
...
I'm Blackberry developer, customers using my application experiencing Error 523 and Error 200. Remedies to those errors are in first case - remove application, my application. In second case totally reload OS!
This is very bad, and customers blame me! But this is I don't do anything illegal to make blackberry crash. I just used a lot of...
Using JRE 5.0.0, simulator device is an 8520.
On a screen I am using a FlowFieldManager(Manager.VERTICAL_SCROLL) and adding Fields to it to show data.
When I do
this.flowManager = new FlowFieldManager(Manager.VERTICAL_SCROLL);
Field field = new Field()
{
protected void paint(Graphics graphics)
{
graphics.drawTest("Test...
Here is what I'm trying to do ..
Whenever event occurs, device should vibrate for couple of seconds.
I tried to use
Display.getDisplay(this).vibrate(2000);
It did not vibrate, while testing on device
Even tried it with device profile was set to Vibrate(Active)
Am I missing something here?
...
Hello !
How can I use Adobe Reader Mobile SDK 9 to develop a pdf/epub reader for blackberry device?
Please help me if you have any idea about Adobe Reader mobile SDK.
Thanks.
...
Hi all, I am creating a blackberry apllication which pre-dominantly uses ObjectListFields..All i need now is to draw an image as a background for each cell. I know this is quiet possible but i am not getting hold of the procedure. if i draw bitmap in drawlistrow() function the bluehighlight gets into the background and the cell highlight...
Hi, All
I want to download BB application which i have made, from my website within BlackBerry browser.
is it possible in BB ?
i have no any idea about distribution of BB application...
please help me...
...
Hi friends,
I need to develop the blackberry application using jave (eclips), can you please help me what are the events for dropdown and how to read the value of dropdown list , i tried using getText() method but its given error, can u please give small example on dropdown list in blackberry
...
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
...
Please any one help me,for creating custom component for blackberry ,give any example code(custom textbox).
Thakns in Advance...
...
I want to know the mobile phone name(blackberry/iPhone/ipad) from which mobile I got email. How to identify the mobile name ? Are there any headers to identify the mobile name ?
...
We want to use the same page to service the desktop, iPhone, and BlackBerry, so we have to come up with a way for the different devices to load different stylesheets.
So, is there a way to specify a stylesheet to run on BlackBerry?
For example, iPhone's use the media attribute:
<link media="only screen and (max-device-width: 320px)" h...