Re: [Lazarus] Help needed for issue #20311: IDE always tailors "Target processor" options for Intel CPUs

2013-09-21 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: This was useful information, thanks. Now only m68k and powerpc are missing. I'll see if I can fill in any gaps. My Mac's not booting (capacitor plague?) and while somebody's given me a couple more as developer machines they've got some prop

[Lazarus] Packages

2013-09-21 Thread Chris Crori
Hi all, is there a "$ComponentName" directive that i can put in unit output directory in my packages? Thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-21 Thread Sven Barth
Am 20.09.2013 16:48 schrieb "Graeme Geldenhuys" : > > On 2013-09-20 15:03, Antonio Fortuny wrote: > > *Screen.*Cursor := crHourGlass; > > try > >... > > finally > > *Screen.*Cursor := crDefault; > > end; > > > Another trick - slightly better that yours [I think] - is to use > interfaces instead

Re: [Lazarus] Changing the cursor to hourglass then to default

2013-09-21 Thread Graeme Geldenhuys
On Saturday 21/09/2013 at 18:40, Sven Barth wrote: Weren't you the one who asked some years ago why FPC behaves differently on that case? [please consider trimming some quotes before you post] Yes I mentioned the annoyance and difference regarding Delphi, but apparently "Delphi incompatibl