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
