Re: [lazarus] Open URL in a browser

2008-02-08 Thread micahel schneider
Am Freitag 08 Februar 2008 schrieb Luca Olivetti: > En/na Antonio Sanguigni ha escrit: > > Thanks all, guys. I'll have a look at your suggests. > > Note that all suggestions are distro specific. As more and more distro > move to freedesktop, maybe the best cross-distro solution is to use the > free

Re: [lazarus] Open URL in a browser

2008-02-08 Thread Luca Olivetti
En/na Antonio Sanguigni ha escrit: Thanks all, guys. I'll have a look at your suggests. Note that all suggestions are distro specific. As more and more distro move to freedesktop, maybe the best cross-distro solution is to use the freedesktop standards, e.g. xdg-open: http://portland.freed

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Antonio Sanguigni
> > Orpheus has a TOvcURL component for hyperlinks. > > > > http://wiki.lazarus.freepascal.org/OrphPort > > > Thanks all, guys. I'll have a look at your suggests. Antonio -- Antonio Sanguigni alias slapshot -- GioveLUG (Linux U

RE: [lazarus] Open URL in a browser

2008-02-07 Thread Hess, Philip J
Orpheus has a TOvcURL component for hyperlinks. http://wiki.lazarus.freepascal.org/OrphPort Thanks. -Phil From: Antonio Sanguigni [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 5:19 AM To: lazarus@miraclec.com Subject: [lazarus] Ope

Re: [lazarus] Open URL in a browser

2008-02-07 Thread wile64
2008/2/7, Graeme Geldenhuys <[EMAIL PROTECTED]>: > > On 07/02/2008, wile64 <[EMAIL PROTECTED]> wrote: > > See also environnement variable $BROWSER under linux > > > > Wow, I never knew about that. It's available in Ubuntu 7.10 as well. > Is that a LSB standard? This is Debian, I have on my Ubunt

Re: [lazarus] Open URL in a browser

2008-02-07 Thread ik
2008/2/7 wile64 <[EMAIL PROTECTED]>: > See also environnement variable $BROWSER under linux On my machine it is not set (Kubuntu 7.10 amd64)... > > -- > Laurent. > > My Components: http://wiki.lazarus.freepascal.org/Wile64 > French Forum : http://lazforum-fr.tuxfamily.org/index.php Ido -- http:

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Graeme Geldenhuys
Oops, I meant the reply to Ido's email On 07/02/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 07/02/2008, wile64 <[EMAIL PROTECTED]> wrote: > > See also environnement variable $BROWSER under linux > > > > Wow, I never knew about that. It's available in Ubuntu 7.10 as well. > Is tha

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Graeme Geldenhuys
On 07/02/2008, ik <[EMAIL PROTECTED]> wrote: > Hi, > > On Debian bases system (I don't know on others) there is an > alternative that known as x-www-browser that holds the "default" web > browser. > Wow, I never knew about that. It's available in Ubuntu 7.10 as well. Is that a LSB standard? I s

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Graeme Geldenhuys
On 07/02/2008, wile64 <[EMAIL PROTECTED]> wrote: > See also environnement variable $BROWSER under linux > Wow, I never knew about that. It's available in Ubuntu 7.10 as well. Is that a LSB standard? I see the /etc/alternatives directory is full of such files... :-) Nice one, it's about time Linu

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Henry Vermaak
On 07/02/2008, wile64 <[EMAIL PROTECTED]> wrote: > See also environnement variable $BROWSER under linux > there is also the sensible-browser script that makes things easy (at least on debian). henry _ To unsubscribe: mail [EMAI

Re: [lazarus] Open URL in a browser

2008-02-07 Thread wile64
See also environnement variable $BROWSER under linux -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

Re: [lazarus] Open URL in a browser

2008-02-07 Thread ik
Hi, On Debian bases system (I don't know on others) there is an alternative that known as x-www-browser that holds the "default" web browser. On Feb 7, 2008 12:18 PM, Antonio Sanguigni <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to create an hyperlink component but I'm having some difficu

Re: [lazarus] Open URL in a browser

2008-02-07 Thread Vincent Snijders
Antonio Sanguigni schreef: Hi all, I'm trying to create an hyperlink component but I'm having some difficult to catch default browser under Linux. In Windows it has to be easier but I would like to find an elegant cross-platform way. I saw the Lazarus Ide has Help - OnLine help menu which I c