2
votes
3answers
396 views
development with Blackberry JDE4.7?
RIM has released a new Blackberry JDE4.7 after releasing the Blackberry Storm. Does the Blackberry storm support programs created using the previous versions? I've heard there have been a lot of …
1
vote
0answers
114 views
BlackBerry Storm AccelerometerListener not being notified on first orientation change
This seems to be a well-known issue right now, but the accepted workaround doesn't seem to be working for us.
On the BlackBerry Storm (JDE 4.7, standard set of 4.7+ simulators), the following bit of …
1
vote
3answers
451 views
How to save & delete a Bitmap image in Blackberry Storm?
I have a ready Bitmap image. Now I want to save & delete it. I m doing it like..
FileConnection fconn = …
1
vote
3answers
703 views
How to handle ButtonField & BitmapField Click (Touch) events in Blackberry Storm?
I have created a ButtonField & a BitmapField like..
public class MyCanvas extends MainScreen implements FieldChangeListener
{
HorizontalFieldManager hfm;
private Bitmap startBitmap;
…
1
vote
1answer
76 views
How to set Anti Aliasing in Blackberry Storm?
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 …
1
vote
2answers
119 views
blackberry JDE 4.7 - TouchEvent Class - difference between getX and getGlobalX
In the blackberry JDE 4.7,
under the TouchEvent, there are two similar sounding methods:
getX(int touch) "return mapped x coordinate"
getGlobalX(int touch) "return global x coordindate"
Does …
1
vote
3answers
408 views
Blackberry storm touchEvents
Hi There,
Ive ported an Blackberry 4.6.0 application over to the storm on 4.7.0.
All is working fine apart from the touch events i'm trying to control.
I trap touch events in the method below which …
1
vote
4answers
413 views
Why does google.com look different on blackberry & phonegap vs. blackberry & browser
I'm tyring to get phonegap up and running on blackberry storm (9530 simulator). I had been testing my webapp from withing BB's built in browser, and it was looking ok, but then it totally bit once I …
0
votes
4answers
192 views
problem in displaying BitmapFields in HorizontalFieldManager in a row in Blackberry Storm
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 …
-1
votes
3answers
239 views
What’s so great about a touchscreen? [closed]
I recently had a friend show me his Blackberry Bold. I asked him why he got that rather than the Storm to which he almost instantly countered (almost confrontationally) "why do I need a touch screen? …
