[fpc-pascal] OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-07 Thread Marco Ciampa
On Sat, Jan 05, 2008 at 11:11:02AM +0100, Florian Klaempfl wrote: > Marco Ciampa schrieb: > > I work in a high school in Italy. > > We are currently using fpc + gnuplot for math and phisics simulations. > > In one lab we are currently starting to use Linux as the _sole_ platform. > > > > On Wed,

Re: [fpc-pascal] Maybe a new fpc book :)

2008-01-07 Thread Tom Verhoeff
On Sun, Jan 06, 2008 at 02:18:32PM +0100, Vincent Snijders wrote: > > One of them is in Dutch called "Turbo Pascal in de praktijk" and can be > retrieved from SVN: http://svn.freepascal.org/svn/tpidp/trunk/ I cannot find this via ViewCVS. Is tpidp not set as a repository root on

[fpc-pascal] Re: OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-07 Thread Alexey Taran
It seems to be quite old, but fine tutorial: http://www.fp.sdl.de.vu/ > Can someone please point me a simple BGI to SDL howto or some very simple > Fpc SDL tutorials? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-07 Thread Alexey Taran
Also there is an official SDL site: www.libsdl.org . Lots of tutorials. > Can someone please point me a simple BGI to SDL howto or some very simple > Fpc SDL tutorials? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.or

Re: [fpc-pascal] Re: OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-07 Thread Marco Ciampa
On Mon, Jan 07, 2008 at 03:45:12PM +0200, Alexey Taran wrote: > It seems to be quite old, but fine tutorial: http://www.fp.sdl.de.vu/ > > > > Can someone please point me a simple BGI to SDL howto or some very simple > > Fpc SDL tutorials? Thank you very much...start expe

[fpc-pascal] HTML or RichText viewer components

2008-01-07 Thread Graeme Geldenhuys
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 where to start. I guess trying to make the component HTML 4 and maybe CSS1 complaint

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

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 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] OT: fpc SDL HowTo (Was: Maybe a new fpc book :)

2008-01-07 Thread Tiziano De Togni
Marco Ciampa ha scritto: On Sat, Jan 05, 2008 at 11:11:02AM +0100, Florian Klaempfl wrote: Marco Ciampa schrieb: I work in a high school in Italy. console & graph unit (BGI drivers under windows and Linux (X _not_ VGAlib) ) If one writes a book, _please_ use SDL for graphics and skip the

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://