[Lazarus] Editor tabs get focus, not the editor itself

2009-11-02 Thread Graeme Geldenhuys
Hi, As anybody else noticed this issue in Lazarus 0.9.29. When I use code or identifier completion, the focus jumps to the editor tabs afterwards, instead of staying in the editor. So after I do code/identifier completion and try to navigate my code with the arrow keys, instead it changes tabs! D

Re: [Lazarus] new project

2009-11-02 Thread Andrew Brunner
I'd bet your problem is permissions. Make sure you have read access to the Lazarus application folder. And if possible write access for yourself. You're going to need FPC installed as well. 2009/11/2 Dians : > dear all > i have this errorĀ  when compile new project whitout any component just on

[Lazarus] new project

2009-11-02 Thread Dians
dear all i have this error when compile new project whitout any component just only form /tmp/project1.lpr(8,7) Fatal: Can't find unit Interfaces used by Project1 thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazar

[Lazarus] libgdk-1.2.so.0

2009-11-02 Thread Dians
dear all i have error like this when startlazarus error while loading shared libraries: /usr/lib/libgdk-1.2.so.0: ELF file data encoding not little-endian i have been installed lazarus 0.9.29 on ubuntu 9.10 sorry about basic question thanks -- ___ Lazaru

Re: [Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread Graeme Geldenhuys
2009/11/2 Howard Page-Clark : > Is there a cross-platform way to code such fancily formatted > strings which would ensure they are centred and non-overlapping and so > avoid altogether the need to hard-code pixel positions and text > lengths? Yes, it's called "layout managers". Something most Linu

Re: [Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread wile64
Changed now ! 2009/11/2 Howard Page-Clark > Under Windows (XP SP3) the Version page of Lazarus' About dialog does > not display correctly, with 'Lazarus' text obscuring 'Free Pascal' (see > attached screenshot). > By amending the OnPaint method of the PaintBox1 control in > \lazarus\ide\aboutfrm

[Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread Howard Page-Clark
Under Windows (XP SP3) the Version page of Lazarus' About dialog does not display correctly, with 'Lazarus' text obscuring 'Free Pascal' (see attached screenshot). By amending the OnPaint method of the PaintBox1 control in \lazarus\ide\aboutfrm.pas as follows: procedure TForm1.PaintBox1Paint(Sende

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-11-02 Thread EarMaster - Bent Normann Olsen
A bug report? Even if it seem to work? :-) My small test project is very simple - I just create a new empty project, add a new empty form "Form2", beside the default "Form1", and add TApplicationProperties in Form1 and assign OnDropFiles which just sets the forms Caption := FileName[0], and in the

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-11-02 Thread dmitry boyarintsev
On Mon, Nov 2, 2009 at 3:00 PM, EarMaster - Bent Olsen wrote: > I made a small simple test app with latest snapshot of Lazarus/FPC, with two > forms, one with TApplicationProperties and OnDropFiles, and the second > showing as modal before .Run - it seems to work as it should. Normann, could you p

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-11-02 Thread EarMaster - Bent Olsen
Hi dmitry, I made a small simple test app with latest snapshot of Lazarus/FPC, with two forms, one with TApplicationProperties and OnDropFiles, and the second showing as modal before .Run - it seems to work as it should. Thanks, and best regards, Normann > -Original Message- > From: dmit