Re: [lazarus] Lazarus on Fedora 8

2007-12-03 Thread C Western
C Western wrote: The switch from Fedora 7 to 8 seems to have revealed some problems. The same lazarus executable looks fine on 7, but on 8 has two issues: 1. The font used for menus and dialog boxes is now a rather larger font (?Arial) and is clearly not using the gtk2 theme settings. I

[lazarus] Lazarus on Fedora 8

2007-12-01 Thread C Western
The switch from Fedora 7 to 8 seems to have revealed some problems. The same lazarus executable looks fine on 7, but on 8 has two issues: 1. The font used for menus and dialog boxes is now a rather larger font (?Arial) and is clearly not using the gtk2 theme settings. I suspect this is

Re: [lazarus] Internal workings of the Lazarus Form Designer

2006-05-04 Thread C Western
Graeme Geldenhuys wrote: Thanks for those pointers. I will work through the main.pp unit next. Regards, - Graeme - On 03/05/06, Mattias Gaertner [EMAIL PROTECTED] wrote: On Wed, 3 May 2006 14:46:27 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi I am trying to see where the

Re: [lazarus] DragDrop

2006-01-03 Thread C Western
You might be interested in the attached fragment, which I posted to the mailing list a while back. It simulates the windows file Drag and drop calls using gtk calls. I would supply a patch to put it in the LCL, only I am not sure where to put it. Colin type TMainForm = class(TForm)