Reputation: 20143
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!
Upvotes: 0
Views: 773
Reputation: 3430
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
Upvotes: 1