Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to open Lotus Notes Links within the Eclipse API
How to open Lotus Notes Links within the Eclipse API [message #459185] Tue, 28 November 2006 12:51 Go to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

How do I open a Lotus Notes link in Lotus notes when someone clicks a
Link widget from within my RCP?
Re: How to open Lotus Notes Links within the Eclipse API [message #459194 is a reply to message #459185] Tue, 28 November 2006 20:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: remy.suen.gmail.com

Brian Berry wrote:
> How do I open a Lotus Notes link in Lotus notes when someone clicks a
> Link widget from within my RCP?

I'm not exactly familiar with how Lotus Notes links works, but maybe the
Program class from SWT will be of help to you?

http://help.eclipse.org/help31/nftopic/org.eclipse.platform. doc.isv/reference/api/org/eclipse/swt/program/Program.html

Regards,
Rem
Re: How to open Lotus Notes Links within the Eclipse API [message #459260 is a reply to message #459194] Wed, 29 November 2006 09:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

Remy Suen wrote:
> Brian Berry wrote:
>> How do I open a Lotus Notes link in Lotus notes when someone clicks a
>> Link widget from within my RCP?
>
> I'm not exactly familiar with how Lotus Notes links works, but maybe the
> Program class from SWT will be of help to you?
>
> http://help.eclipse.org/help31/nftopic/org.eclipse.platform. doc.isv/reference/api/org/eclipse/swt/program/Program.html
>
>
> Regards,
> Rem
if you copy a lotus notes link into a chant window or browser for
example the format is like: notes://....

clicking on it will open up lotus notes the exact document location. I
am trying to enable this functionality in my RCP but not having much
luck. At first I thought maybe I could open a browser with the URL and
then close the browser as soon as Notes is opened. That seems like not
the cleanest way to do it - but the notes link seems like something so
simple I should be able to take advantage of. The main issue with that
approach though is java.net.URL throws an exception because it does not
recognize note:// format. So, I need a better way to do this, or I need
to know what URLStreamHandler I can use for Lotus Notes links.
Re: How to open Lotus Notes Links within the Eclipse API [message #459280 is a reply to message #459260] Wed, 29 November 2006 19:44 Go to previous message
Eclipse UserFriend
Originally posted by: remy.suen.gmail.com

Maybe you can just try opening up Notes (via
Runtime.getRuntime().exec(String)) with the the notes:// URI appended as
an argument?

Regards,
Rem
Previous Topic:How to readout value from PreferenceStore
Next Topic:How to disable cancel button of Progressbar
Goto Forum:
  


Current Time: Thu Mar 27 23:59:47 EDT 2025

Powered by FUDForum. Page generated in 0.04821 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top