Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread James Mills
On Mon, Jul 12, 2004 at 09:51:18AM +0200, Marco van de Voort wrote: > > Am I better off writing my own classes using the ncurses library ? > > IMHO only if you make something small. TV allows the most rich textmode > apps I know. Problem is that it might require some debugging here and there, > bu

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread Marco van de Voort
> On Mon, Jul 12, 2004 at 09:11:57AM +0200, Marco van de Voort wrote: > > Libraries: Turbo Vision. (see the textmode IDE). It only uses the terminfo > > part of ncurses though, which improves look and feel, but decreases terminal > > independance. > > Am I better off writing my own classes using t

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread James Mills
On Mon, Jul 12, 2004 at 09:11:57AM +0200, Marco van de Voort wrote: > Libraries: Turbo Vision. (see the textmode IDE). It only uses the terminfo > part of ncurses though, which improves look and feel, but decreases terminal > independance. Am I better off writing my own classes using the ncurses l

Re: [fpc-pascal]ProceList/Quote Program (ncurses)

2004-07-12 Thread Marco van de Voort
> I'm intending upon writing a program to help with developing quotes for > computer systems with the price list given in CSV then converted to a > RDBMS of some sort (eg: sqlite). > > My intention is to build this program using the ncurses library and > develop a set of interfaces that are easy t