Hmmm... Ok, i will try.
One more question, BrowserComponent in BB do not open internet resources 
(only local). Why? May be need some permission to show internet pages?

On Friday, June 10, 2016 at 11:06:25 AM UTC+3, [email protected] wrote:
>
> Hi! How to open link in external browser from BrowserComponent
>
> Example:
>
> Form hi = new Form("Browser", new BorderLayout());
> BrowserComponent browser = new BrowserComponent();
> browser.setURL("file://test.html");
> hi.add(BorderLayout.CENTER, browser);
>
> test.html
> ....
> <A Href="http://www.ya.ru";>test</A>
> ...
>
> I want open www.ya.ru in external broswer.
>
> P.S. Will work this on BlackBerry?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/95bd91fb-5c62-4f4e-8d5c-d813b7258748%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to