Re: [lazarus] Unicode and LCL?

2005-11-18 Thread Borut Maricic
Marc, thank you for the overview. Regarding win32 you wrote: > The win32 interfaces is iirc setup with ansi widgets, so you wont get > unicode there. True. Under W2K I compiled a toy test form with a TEdit control on it and it was not possible to input/view nonAscii characters correctly. > Back

Re: [lazarus] Installing Lazarus on SuSE 10.0

2005-11-18 Thread Thomas Zastrow
Thomas Zastrow wrote: Michael Obenland wrote: rpm -Uvh lazarus*.rpm Hm, I think there are some more problems with the fpc-src-rpm from the Lazarus-Sourceforge-Website: Ok, sorry, forget it, I had the wrong RPM-package ... now it works fine ;-) Greetings, Tom ___

Re: [lazarus] How to add a Package in the Lazarus CCR

2005-11-18 Thread Vincent Snijders
SALVATORE COPPOLA wrote: Can someone help-point me for add a package in the Lazarus CCR? 1. Create a page describing your component like http://wiki.lazarus.freepascal.org/index.php/TAChart 2. Add a link to it at http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples#Laza

[lazarus] How to add a Package in the Lazarus CCR

2005-11-18 Thread SALVATORE COPPOLA
Can someone help-point me for add a packageĀ in the Lazarus CCR?

Re: [lazarus] Installing Lazarus on SuSE 10.0

2005-11-18 Thread Thomas Zastrow
Michael Obenland wrote: rpm -Uvh lazarus*.rpm Hm, I think there are some more problems with the fpc-src-rpm from the Lazarus-Sourceforge-Website: rpm -Uvh fpcsrc-2.0.1-050923.src.rpm 1:fpcsrc warning: user mattias does not exist - using root warning: group mattias doe

Re: [lazarus] twice units in uses list

2005-11-18 Thread Florian Klaempfl
SALVATORE COPPOLA wrote: > Hi all, > I noticed that units packages are added in the uses list of the main > file of a Lazarus application (the .lpr) although there is no needs. For > instance if I put a PrinterDialog on a Form1 (unit1.pas) the > PrintersDlgs is listed in uses list twice: in unit1 w

Re: [lazarus] twice units in uses list

2005-11-18 Thread Alexandre Leclerc
On 11/18/05, SALVATORE COPPOLA <[EMAIL PROTECTED]> wrote: > I noticed that units packages are added in the uses list of the main file of > a Lazarus application (the .lpr) although there is no needs. For instance if > I put a PrinterDialog on a Form1 (unit1.pas) the PrintersDlgs is listed in > uses

[lazarus] twice units in uses list

2005-11-18 Thread SALVATORE COPPOLA
Hi all, I noticed that units packages are added in the uses list of the main file of a Lazarus application (the .lpr) although there is no needs. For instance if I put a PrinterDialog on a Form1 (unit1.pas) the PrintersDlgs is listed in uses list twice: in unit1 where it needs and in project

[lazarus] Patch for lazarusidestrconsts.pas

2005-11-18 Thread Graeme Geldenhuys
A small patch for \lazarus\ide\lazarusidestrconsts.pas fixing the formatting of the GPL Notice that can be inserted by the menu option: Edit -> Insert Text -> General -> GPL Notice Regards, - Graeme - *** *** 622,642 lisHintStepOver = 'Step Over'; lisGPLNotice

Re: [lazarus] Library for 3d charts, bars, pies, etc.

2005-11-18 Thread Philippe.martinole
Look at TAChart in Lazarus CCR : http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples Philippe - Message d'origine De: lazarus@miraclec.com A: Lazarus Mailing List Objet: [lazarus] Library for 3d charts, bars, pies, etc. Date: 17/11/05 23:36 > Hi all, > >

Re: [lazarus] lpi in separate location to units

2005-11-18 Thread Graeme Geldenhuys
Thanks for the update. You guys are on the ball!! G. Michael Van Canneyt wrote: On Fri, 18 Nov 2005, Graeme Geldenhuys wrote: Hi, Thanks, all your settings worked, except for one. The target executable always gets created in the "Unit output diretory", no matter what path I specify in t

Re: [lazarus] lpi in separate location to units

2005-11-18 Thread Michael Van Canneyt
On Fri, 18 Nov 2005, Graeme Geldenhuys wrote: > Hi, > > Thanks, all your settings worked, except for one. The target executable > always gets created in the "Unit output diretory", no matter what path I > specify in the "Target filename". This is a bug in the FPC compiler, which has been fixe

Re: [lazarus] lpi in separate location to units

2005-11-18 Thread Graeme Geldenhuys
Hi, Thanks, all your settings worked, except for one. The target executable always gets created in the "Unit output diretory", no matter what path I specify in the "Target filename". Examples I tried: bin\DiskVerify.exe C:\Programming\Lazarus\DiskVerify\bin\DiskVerify.exe I even tried a

[lazarus] Re: Update for epiktimer component

2005-11-18 Thread Felipe Monteiro de Carvalho
Vincent Snijders wrote: What is his sourceforge email address? I forwarded this mail to Tom Lisjac, who is (AFAIK) the author. Author: Tom Lisjac <[EMAIL PROTECTED]> This is the e-mail address witch returned with permanent delivery fail. Felipe _

Re: [lazarus] Library for 3d charts, bars, pies, etc.

2005-11-18 Thread Graeme Geldenhuys
I am new to Lazarus, but saw a barchart demo in the \lazarus\examples\barchart directory on my win32 installation. Not exactly sure what everything it can do, but hopefully that points you in the right direction. Regards, - Graeme - Alexandre Leclerc wrote: Hi all, I'm looking for contr