views:

188

answers:

1

Hello, does anyone know how to specify the height of a net.rim.device.api.browser.field2.BrowserField? I cannot find how to do so in the BlackBerry API.

Also, when I use a browser field within my application, am I able to load one page, and from that page click a link and go to another? I am having issues doing that with the BrowserField2...If not, how can I achieve new page loading?

Thanks!

+1  A: 

You could implement your own manager and override sublayout

After that you can create your own browser field and inherit your manager you created earlier.

As for the link stuff, this might help

Michael B.
This was very helpful to me, thank you!
behrk2