i am having array of horizontal manager which consist of editfield,dropdown,label and button,i place all these array of horizontalfield manager in one vertical manager to make a table like grid like strcture.I can make it but i want to do that if we get focus on horizontal manager then all components in the horizontal manager should give...
I am using eclipse & JDE to develop Blackberry Application. I compressed a folder which has set of images in .jpg and .png formats. Please help me, how to retrieve images form the zipped file?
Thank you.....
...
Hi there,
is there any way to know whether the net is connected or not in a blackbery device .I have the following code but it was waiting till the network timed out.
int rc = connection.getResponseCode();
if (rc != HttpConnection.HTTP_OK) {
throw new IOException("HTTP response code: " + rc);
}
Is there any other way.
...
So, I wrote a quick little app for the iphone that takes in an http URL, and plays the .mp4 video located at that URL (it does more than that, of course, but that's the meat of it). Naturally, I wanted to have it on more than just a single mobile platform, so I decided to target Blackberry next.
However, I'm running into a lot of proble...
Please help me, how to set a background image for screen and How to do animations on any-field or on text?
Thank You....
...
I am using Eclipse & JDE 4.5.0 plug-in. How to align fields vertically. Can we align fields like LEFT_BOTTOM,RIGHT_BOTTOM, LEFT_VCENTER, RIGHT_VCENTER, CENTER(vertically & horizontally), BOTTOM_CENTER, etc...? Please help me..
Thank You...
...
Hi,
Im trying to play recorded wave file.While playing,exception is thrown at foll. stmt.:
Player player = Manager.createPlayer(is, "audio/mpeg");
My entire code for playing wave file is as follows:
if (types[cnt].equals("audio/x-wav")) {
Class clazz = Class.forName("RecordAudio");
InputStream is = clazz.getResourceAsStream("...
I have one label field and three buttons with the name of red, yellow, blue. If I click the red button then the label field font color should be change to red; similarly if I click the yellow button then the font color should change to yellow; likewise according to the button color the color of font should change in the label field.
Can...
So, I'm trying to get a video to play from an HTTP url. To do this, I'm using a URL object, and then openStream on it, like so:
URL url = new URL("http://good-3gp-videos.com/viapic/e39903da6e5c1e1c5d572a49a88a99e6.3gp");
player = Manager.createPlayer(url.openStream(), null);
However, there is a problem. When I try to import ...
I've seen a lot of different methods for doing so, but none of them are specific (and my attempts to implement them have all failed).
Does there exist a known way to stream http video on a Blackberry? Sample code, tutorials, anything?
The closest I've found is: http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348...
I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the application by requesting the jad file, I get a 500 error with the details saying that the...
I overheard another team where I work talking about blackberry development - they are having issues automating builds for blackberry. In particular there is an issue with certificate signing - they have not been able to figure that out yet - it is a manual step right now.
Granted, they/we are new to handheld development, but any pointe...
So, I'm using the HTTPConnection Class, like so:
HttpConnection c =
(HttpConnection)Connector.open("http://147.117.66.165:8000/eggs.3gp");
Following what LOOKS like the right way to do things in the Blackberry JDE API.
However, my code crashes if I try to do just about anything with the variable 'c'.
.getType()
.getInputStream(...
Hi Friends
I have done simple java app for blackberry, while building am getting following error.
"Building Hisantosh
C:\BlackBerryJDE4.5.0\bin\rapc.exe -quiet import=..\lib\net_rim_api.jar codename=Hisantosh Hisantosh.rapc warnkey=0x52424200;0x52525400;0x52435200
"C:\Documents and Settings\Santosh\My Documents\Downloads\greetingscree...
Hi,
Is it possible to get a list of all applications installed in a Blackberry, similar to the applications list when you go into your settings.
I can get a list of all visible applications using the following but I was wondering if it's possible to get a list of apps that aren't necessarily running but are installed,
ApplicationDescr...
I'm hitting a mobile site from a new Blackberry and the user agent is:
mozilla/5.0 (windows, u; windows nt)....
Anyone else seen this?
On older phones it was blackberry8130...
...
Hi Friends
I have installed eclipse JDE plugin (ie BlackBerry_JDE_PluginFull_1.0.0.67.exe) , i can create a blackberry project only for BlackBerry JDE 4.5.0 . when i see in window ->preferences ->blackberry->installed components of eclipse ony BlackBerry JDE component package 4.5.0 is available, if i want to have multiple JDEs what sh...
Hi,
I can't find solution for the following problem. I have custom list field, which overlaps the boundaries of its layout manager. List field consumes navigation events from manager to highlight currently selected row with special color. Layout manager is configured to support scrolling. When I scroll trackwheel down, layout manager in...
Hi there,
Recently we are going to develop some products on mobile phone (specially for 3g). There are many platforms about mobile phones: iPhone OS, Symbian, Black berry's... If I want to develop a product, should I use Java or write every program for the main platforms?
Particular one question for iPhone development: are there many J...
How to use preprocessor directives in BlackBerry JDE plugin for eclipse?
...