Re: [fpc-pascal] Graph Unit

2006-02-14 Thread Alain Michaud
HI, this is for compatibility with the old borland software on window/dos On Mon, 2006-02-13 at 23:15 -0800, Ryo T wrote: > How to use unit Graph in fpc ? > > == > 12y0 > The ~'S'~ > > __ > Do You Yahoo!? > Tired of spam? Y

Re: [fpc-pascal] Graph Unit

2006-02-14 Thread Geno Roupsky
В пн, 2006-02-13 в 23:15 -0800, Ryo T написа: > How to use unit Graph in fpc ? > > == > 12y0 > The ~'S'~ > here is the documentation for the graph unit: http://www.freepascal.org/docs-html/rtl/graph/index.html a simple test program is attached program graphex; uses Graph; va

[fpc-pascal] Graph Unit

2006-02-13 Thread Ryo T
How to use unit Graph in fpc ? == 12y0 The ~'S'~ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ fpc-pascal maillist - fpc-

Re: [fpc-pascal]Graph unit <-> SDL ?

2003-11-11 Thread Peter Vreman
> I notice the Graph unit (for TP7 compatibility) is implemented against > svgalib. Does anyone know if it is possible to create a SDL surface > instead and have Graph draw to that surface? It is possible to create a sdlgraph just like there is already a ggigraph. But none of the core developpers

[fpc-pascal]Graph unit <-> SDL ?

2003-11-11 Thread Ryan Underwood
Hi, I notice the Graph unit (for TP7 compatibility) is implemented against svgalib. Does anyone know if it is possible to create a SDL surface instead and have Graph draw to that surface? thanks, -- Ryan Underwood, <[EMAIL PROTECTED]> ___ fpc-pasca

Re: [fpc-pascal]graph unit and the mouse

2003-02-10 Thread Klaus Hartnegg
> highest resolution possible for any machine. However, the mouse unit > offers only "character" granularity resolution which won't work in a > hi-res graphics environment...I need the mouse resolution to be at the > pixel level, as it is in any modern GUI. Did you init the mouse driver before or

Re: [fpc-pascal]graph unit and the mouse

2003-02-10 Thread Michael . VanCanneyt
On Sun, 9 Feb 2003, Mark Emerson wrote: > Florian Klaempfl wrote: > > > > Mark Emerson wrote: > > > Does anybody know a way to read the mouse at pixel resolution while > > > using the graph unit? > > > > > > > You mean for go32v2? It depends on your mouse driver I think. > > > Please excuse my i

Re: [fpc-pascal]graph unit and the mouse

2003-02-09 Thread Mark Emerson
Florian Klaempfl wrote: > > Mark Emerson wrote: > > Does anybody know a way to read the mouse at pixel resolution while > > using the graph unit? > > > > You mean for go32v2? It depends on your mouse driver I think. > Please excuse my ignornace, but I don't yet understand what "go32v2" means...I

Re: [fpc-pascal]graph unit and the mouse

2003-02-09 Thread Florian Klaempfl
Mark Emerson wrote: Does anybody know a way to read the mouse at pixel resolution while using the graph unit? You mean for go32v2? It depends on your mouse driver I think. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/ma

[fpc-pascal]graph unit and the mouse

2003-02-08 Thread Mark Emerson
Does anybody know a way to read the mouse at pixel resolution while using the graph unit? Mark ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal