Re: [fpc-pascal] HTML or RichText viewer components

2008-01-07 Thread Graeme Geldenhuys
On 08/01/2008, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > Code for html viewer: > http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/components/turbopower_ipro/?root=lazarus > > Code for RTF viewer: > http://wiki.lazarus.freepascal.org/RichView Thanks Vincent. I'll have a look at what licen

Re: [fpc-pascal] HTML or RichText viewer components

2008-01-07 Thread Graeme Geldenhuys
On 08/01/2008, ik <[EMAIL PROTECTED]> wrote: > > First create HTML 3.2 complaint.. it's easier then HTML 4(.1). > Then continue to HTML 4.1 :) The TV Pro have HTML 3.2 support... Easier is always better. :) What is TV Pro? Google gave me a variety of results. > > There is a DOM. Please note that

Re: [fpc-pascal] HTML or RichText viewer components

2008-01-07 Thread Vincent Snijders
Graeme Geldenhuys schreef: Anybody got some thoughts or code to offer? Maybe somebody saw a article explaining such a process (no matter the language). Code for html viewer: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/components/turbopower_ipro/?root=lazarus Code for RTF viewer: http://

Re: [fpc-pascal] HTML or RichText viewer components

2008-01-07 Thread ik
On Jan 8, 2008 9:10 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > > Has anybody got experience with HTML or RichText viewer components? > Has anybody implemented something like this? > > I would like to start a HTML/RichText viewer component for fpGUI. > Unfortunately I have no idea wher