I am writing an JRE 5.0.0 app.The app has some HTML tips content that I display with a field2.BrowserField.I\'d like to launch t开发者_如何转开发he native browser when a user clicks certain links.I\'v
Please can anyon开发者_运维问答e help me with my issue - what is the way to know that browserfield2 has finished loading in Blackberry.
I have an HTML String like <p>something</p> etc... some other html string etc... <p>something</p&开发者_运维问答gt;
here is the code: public class MyHttp extends MainScreen{ public static final String HTTP_FILE = \"local:///sources\";
I\'ve just started with programming for the Blackberry device. I\'m using version 5 of the API. I\'m building a very simple application which is just a browserfield. So far it\'s all working great. I
I want to be able to display some simple chunks of HTML in my native BlackBerry app, NOT returned from a URL.This is similar to existing Stackoverflow questions (e.g. here and here), but I need help g