09-20-2011 03:29 PM
Hi people!
I'm having some troubles with the component BrowserField2 and the BlackBerry OS 6.0 (Bold and Curve Devices).
I'm using the code below to show the floating point (cursor):
browserFieldConfig.setProperty(BrowserFieldConfig.NAVIGATION_MODE, BrowserFieldConfig.NAVIGATION_MODE_POINTER);
This code works on devices 5.0, but in devices 6.0 I can't see the cursor. To enable it, I need to click on menu button, and to select the option "Select", so, a cursor appears. If I move the TrackPad, a cursor pointer appears, like a Desktop PC.
What do I do? Somebody can help me?