Tagged Questions
3
votes
2answers
10k 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;
...
3
votes
2answers
2k views
Blackberry storm touchEvents
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 does as its ...
3
votes
5answers
2k 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 ...
2
votes
2answers
366 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 ...