Re: [lazarus] TAChart and Parabola graph

2006-01-25 Thread Graeme Geldenhuys
The company is called Master Maths, based in South Africa. We develop software for math education. Used in schools, centres, universities and government institutes. Master Maths have 100+ franchises in South Africa, UK and some other countries in Africa. The product consists of a Admin program

Re: [lazarus] setColor patch

2006-01-25 Thread darekm
I forget patch Marc Santhoff wrote: Am Dienstag, den 24.01.2006, 18:41 +0100 schrieb darekm: Darek PS. how simple test patch syntactic patch -C yourmodifictions.diff From the man page of patch(1): -C, --check see what would happen, but don't do it. I know,

Re: [lazarus] TrayIcon preview

2006-01-25 Thread Mattias Gaertner
On Wed, 25 Jan 2006 20:35:30 +0100 Danny Milosavljevic [EMAIL PROTECTED] wrote: Hi, Am Dienstag, den 24.01.2006, 07:19 -0200 schrieb Felipe Monteiro de Carvalho: On 1/21/06, Danny Milosavljevic [EMAIL PROTECTED] wrote: I would guess you only need to realize the window (so that it has a

Re: [lazarus] Turbopower IPro problem - selecting text in HtmlPanel

2006-01-25 Thread Panagiotis Sidiropoulos
I managed to display selected text as inverted by replacing // in ipHtml file, procedure PaintSelection;. {$IFDEF IP_LAZARUS} writeln('TIpHtml.PaintSelection PatBlt not implemented'); {$ELSE} with code that follows: {$IFDEF IP_LAZARUS} BitMapToInvert :=

Re: [lazarus] Turbopower IPro problem - selecting text in HtmlPanel

2006-01-25 Thread Mattias Gaertner
On Thu, 26 Jan 2006 00:22:31 +0100 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: I managed to display selected text as inverted by replacing // in ipHtml file, procedure PaintSelection;. {$IFDEF IP_LAZARUS} writeln('TIpHtml.PaintSelection PatBlt not implemented');

[lazarus] SVN Update: ChildSizing

2006-01-25 Thread Mattias Gaertner
The following properties now work: TWinControl.ChildSizing. Layout, ControlsPerLine, EnlargeHorizontal, EnlargeVertical, ShrinkHorizontal, ShrinkVertical With these properties a TWinControl can automatically position its childs in rows and/or columns. An example are TRadioGroup and