Re: [RPC] Disable internal Webbrowser

2018-11-01 Thread Sven Marquardt
yer.class);> > > @Override> > public void showURL(URL u) {> > LOG.debug("Usage of browser is forbidden.");> > }> > }> > > > ________> > Od: Sven Marquardt > > Odesláno: pondělí 22. října 2018 14:35:48> > Komu: users@netbeans.apache.org> > Předmět: Re: [RPC] Disable internal Webbrowser> > > I'm talking about netbeans% signature.asc Description: OpenPGP digital signature

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
;> > > @Override> > public void showURL(URL u) {> > LOG.debug("Usage of browser is forbidden.");> > }> > }> > > > ____________> > Od: Sven Marquardt > > Odesláno: pondělí 22. října 2018 14:35:48> > Komu: users@netbeans.apache.org> &g

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Martin Barnáš
_ Od: Sven Marquardt Odesláno: pondělí 22. října 2018 14:35:48 Komu: users@netbeans.apache.org Předmět: Re: [RPC] Disable internal Webbrowser I'm talking about netbeans platform. Not the IDE. If i packag my netbeans platform application i dont want the internal browser get packag

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
I'm talking about netbeans platform. Not the IDE. If i packag my netbeans platform application i dont want the internal browser get packaged with my application. My use case is this i have an about dialog with an html reference to the homepage of the aplication. But when i click the link in the abo

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Neil C Smith
On Mon, 22 Oct 2018 at 12:53, Sven Marquardt wrote: > > I wonder if there is an option to disable the internal webbrowser of the > netbeansplatform. Right now everytime i or a user of the application > clicked on a link, the inernal browser will open. Is there a way to > disable this? You might w

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Lutz Horn
On Mon, Oct 22, 2018 at 01:53:26PM +0200, Sven Marquardt wrote: > I wonder if there is an option to disable the internal webbrowser of > the netbeansplatform. Tools > General > Web Browser > "" should do what you want. Lutz -

[RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
I wonder if there is an option to disable the internal webbrowser of the netbeansplatform. Right now everytime i or a user of the application clicked on a link, the inernal browser will open. Is there a way to disable this? - To