I am trying to put together a dialog that should look like this:
Fill in the below fields
___________ likes ________________
where the "_" lines are the EditFields.
I am sticking all the fields in a HorizontalFieldManager, which I add to the dialog. Unfortunately, the first EditField consumes all the space on the first line. I have tr...
hi..
I am getting JSON response from the server..Inside that JSON string i am having HTML content which i need to display in a field..
Can anyone help..
...
I'm getting a JSON response from the server. Inside that JSON string I have HTML content which I need to display in a field. How do I do this?
...
Hi,
I am newbie for such kind of social networking Application integration using blackberry API.
i want to develope such kind of application which can use the facebook or twitter social networking site integration using available blackberry api.
how to access the faceBook using blackberry API?
Is there any webservice available of face...
I'm having a file in the workspace and I'm reading the contents of that file. I am able to display that content in an edit field. Now I want to know how I can, if I change the content of the edit field, update the file in the workspace. How do I perform a write operation on the file in the workspace?
...
Do we need to do double buffering in BlackBerry while rendering our paint code or does BlackBerry handle that? If we need to do that ourselves, how do we do that?
...
I had created a HorizontalFieldManager & added BitmapFields in that.
In Blackberry Storm, Display.getWidth() is 480. In that I want to use first 450 to add some BitmapFields at LHS of screen which I m creating at runtime & add 2 BitmapFields at start at RHS of Screen.
2 BimapFields which I want to show at start r added in Constructo...
I'm serious. I installed the Blackberry web developer thing for eclipse (being stupid, and not seeing the 'web' part). Then, when I realized my mistake, I went and got the JDE for Eclipse. I went through the install process....open up Eclipse...and I'm lost. I don't know how to run code...or the simulator, or anything.
All the tutori...
Does anyone know if and where I can get a port of Lucene or a similar library that allows full text searching on Blackberry?
Thanks,
...
I m drawing in a bitmap like..
bitmap[i] = new Bitmap(60, 60);
Graphics g = new Graphics(bitmap[i]);
g.setColor(Color.BLACK);
g.drawLine(....);
Now how to set Anti-Aliasing on before g.drawLine()?
...
I want to how to create a GPS program in blackberry .If you have any ideas about this pls share with me.If u know any resource web link regarding this pls provide me.
regards,
s.kumaran.
...
I have created a ButtonField & a BitmapField like..
public class MyCanvas extends MainScreen implements FieldChangeListener
{
HorizontalFieldManager hfm;
private Bitmap startBitmap;
private BitmapField startBitmapField;
private ButtonField okButton;
MyCanvas()
{
hfm = new HorizontalFIeldManager();
st...
I have a ready Bitmap image. Now I want to save & delete it. I m doing it like..
FileConnection fconn = (FileConnection)Connector.open("file:///store/home/user/StoredBitmap/"+picIndex+".bmp",Connector.READ_WRITE);
if(!fconn.exists())
fconn.create();
OutputStream out = fconn.openOutputStream();
if(im...
When debugging in the blackberry simulator, the console prints out a lot of other information relevant to the simulator along with the debug information printed in the application I develop. Is there a way to print only the debug messages of the application I am running in the simulator?
...
I have two .cod files that I'd like to load into my Blackberry. I don't have access to a Windows machine (only Mac) and I don't have the .jad files corresponding to the .cod files. How do I do it?
...
I am fresh blackberry application developer i want to create some new and creative blackberry application which can be used in enterprise application but i don't have a clear idea about how to start and which idea i can take and proceed.if u have any idea about how to start and create a new application? and from where we can know about e...
I wish to show Blackberry map in my application in my application.Can anyone tell me how to display the blackberry map in my application?If u can pls provide me some code snippet.
regards,
s.kumaran.
...
I am having one horizontal field manager i am adding some components at run time.I want to know which are the components i have placed in the horizontalfieldmanager.Can any one give me idea how to find which are the components are present in horizontal field manager.
regards,
s.kumaran.
...
I am using eclipse to build application for Blackberry. I attached a zip file with my application. Please help me, I don't know how to retrieve data form the zip file in application development.
...
I have used the Java Wireless Toolkit Stub Generator to create a bunch of web service call stubs for a mobile app (BlackBerry J2ME app). The problem I'm having is that there doesn't appear to be any way to set a timeout on the calls. This causes the app to sit and wait for at least a minute waiting to timeout if the web service that is c...