[fpc-devel] inheriting handles using TProcess in unix

2011-01-26 Thread Seth Grover
http://www.freepascal.org/docs-html/fcl/process/tprocess.inherithandles.html says "On Unix, setting this variable has no effect." Why is this? The reason I ask is that often when using TProcess I run into the problem where if I execute some script or program which perhaps forks and outlives my ori

Re: [fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread michael . vancanneyt
On Wed, 26 Jan 2011, Felipe Monteiro de Carvalho wrote: Ok, good =) One thing, however, should't the drawing routines in TFPCustomCanvas be virtual? The LCL seams to simply hide them at the moment. Overriding is more usual, isn't it? Send me a proposal in private if you want. Michael. ___

Re: [fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread Felipe Monteiro de Carvalho
Ok, good =) One thing, however, should't the drawing routines in TFPCustomCanvas be virtual? The LCL seams to simply hide them at the moment. Overriding is more usual, isn't it? -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists

Re: [fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread michael . vancanneyt
On Wed, 26 Jan 2011, Mattias Gaertner wrote:     Felipe Monteiro de Carvalho hat am 26. Januar 2011 um 16:45 geschrieben: Hello, I am extending the converter of FPVectorial to Canvas, but I got stuck at the lack of drawing methods in TFPCustomCanvas. It lacks Arc, Chord, PolyBezier, etc.

Re: [fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread michael . vancanneyt
On Wed, 26 Jan 2011, Felipe Monteiro de Carvalho wrote: Hello, I am extending the converter of FPVectorial to Canvas, but I got stuck at the lack of drawing methods in TFPCustomCanvas. It lacks Arc, Chord, PolyBezier, etc. The end point being that it gets really hard to use TFPCustomCanvas,

Re: [fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread Mattias Gaertner
    Felipe Monteiro de Carvalho hat am 26. Januar 2011 um 16:45 geschrieben: > Hello, > > I am extending the converter of FPVectorial to Canvas, but I got stuck > at the lack of drawing methods in TFPCustomCanvas. It lacks Arc, > Chord, PolyBezier, etc. > > The end point being that it gets reall

[fpc-devel] TFPCustomCanvas drawing routines

2011-01-26 Thread Felipe Monteiro de Carvalho
Hello, I am extending the converter of FPVectorial to Canvas, but I got stuck at the lack of drawing methods in TFPCustomCanvas. It lacks Arc, Chord, PolyBezier, etc. The end point being that it gets really hard to use TFPCustomCanvas, the easiest solution being simply dropping support for it and