Re: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread Graeme Geldenhuys
On 03/02/2008, John Johnson [EMAIL PROTECTED] wrote:
 How can I implement an html page into my lazarus app?? I need a component 
 like TWebBrowser in delphi?


I think the lNet package includes a basic html viewer component. I
also think the TurboPower iPro (lazarus/componens/turbopower_ipro/)
package contains a basic html viewer.

I believe the latter one is used for the Lazarus lhelp application
(CHM help viewer).


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread John Johnson


-Original Message-
From: Graeme Geldenhuys [EMAIL PROTECTED]
To: lazarus@miraclec.com
Date: Mon, 4 Feb 2008 10:33:47 +0200
Subject: Re: [lazarus] Analog Twebrowser in delphi?

 
 On 03/02/2008, John Johnson [EMAIL PROTECTED] wrote:
  How can I implement an html page into my lazarus app?? I need a component 
  like TWebBrowser in delphi?
 
 
 I think the lNet package includes a basic html viewer component. I
 also think the TurboPower iPro (lazarus/componens/turbopower_ipro/)
 package contains a basic html viewer.
 
 I believe the latter one is used for the Lazarus lhelp application
 (CHM help viewer).
 
 
 Regards,
   - Graeme -
 
 
 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/
 
 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
 

Hi. Yeah, I found some lhelp examples in Lazarus dir. But I cannot understand 
how it's work! Could you give me 
some instructions how I can show an html page in my app?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: Re: Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread John Johnson
Hmm, I should try it! Thanks for advise...

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread Graeme Geldenhuys
On 04/02/2008, John Johnson [EMAIL PROTECTED] wrote:

 Hi. Yeah, I found some lhelp examples in Lazarus dir. But I cannot understand 
 how it's work! Could you give me
 some instructions how I can show an html page in my app?

I've never used it before, but I'm sure if you look at the code you
should be able to figure it out.  I would guess you install the
TurboPower iPro package into Lazarus. Drop a TipHTML component on a
form, set the URL, or FileName, LoadFromStream property and the magic
starts happening.  :-)

As I said, I haven't used the component yet, so I don't know the exact
properties available, but I would expect the above or at least some
variant of it to be available.

Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Analog Twebrowser in delphi?

2008-02-03 Thread John Johnson
How can I implement an html page into my lazarus app?? I need a component like 
TWebBrowser in delphi?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives