Andrew Brunner | 1 Nov 02:54
Picon
Gravatar

Re: Lazarus and Ubuntu 9.10 Karmic Koala New Release

I have gotten Lazarus compiled, and working (trunk) with no errors.
So it appears that pixbuf-dev is no longer needed anyways probably a
red herring in my trying to track down the problem.

This problem was most likely caused by my localized FPC(s) having two
instances installed.  The debian packaged direct from Ubuntu and the
subversion trunk.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Picon
Favicon

Re: Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

dmitry boyarintsev schrieb:

>> Think about multi-platform applications. Lazarus/RTL/LCL should offer one
>> unique way to deal with dropped files on app start, independent from the
>> target platform.
> I can think of Mac OSX only that's able to start application by
> dragging a document to the application's shortcut (at the dock).

The same for Windows and Linux (at least KDE). Drop files from the 
Explorer on any application icon on the desktop...

DoDi

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Favicon

anybody who knows is there any free lazarus report builder like fastreport ?

hi, who knows is there any lazarus report builder just like those
comercial product we used in delphi,such as fastreport.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Picon
Favicon

Re: anybody who knows is there any free lazarus report builder like fastreport ?

anderson922220 <at> 163.com a écrit :
> hi, who knows is there any lazarus report builder just like those
> comercial product we used in delphi,such as fastreport
LazReport is the one you seek methink

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Nov 09:18
Picon
Gravatar

Re: anybody who knows is there any free lazarus report builder like fastreport ?

2009/11/1 Serge Girard (via Orange) <girard.sergea <at> orange.fr>:
>
> LazReport is the one you seek methink

There are a few reporting solution with Lazarus, but LazReport is
probably what you are looking for. LazReport is included with Lazarus
since v0.9.28 as far as I know.

--

-- 
Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Vincent Snijders | 1 Nov 09:21
Picon

Re: Latest version of Lazarus for Mandriva 2008.0?

brian schreef:
> 
> I have a PC which seems to have some strange feature whereby versions of 
> the Linux kernel newer than 2.6.22.19 will give clusters of NMIs because 
> it thinks my CPU is in some strange mode (so the error message tells 
> me). Mandriva's tech support have given up on the problem, and told me 
> to flag it as a kernel bug, which I've done, but it means that my 
> planned upgrade is a non-starter, and I'm locked into Mandriva 2008.0 
> (even 2008.1 will cause the problem). I tried the latest version of Mint 
> as an alternative, but the same problem occurs.
> 
> So, a simple question. Does anyone know what would be the latest version 
> of Lazarus and Free Pascal that I can run? Yes, there *is* a limit - for 
> example, I tried to install WINE, and couldn't do so without the 
> installer wanted to wipe out half of my base KDE setup as part of the 
> upgrade. :( Trying to install the latest Lazarus caused the same type of 
> problem.
> 

Installing fpc from the tar.gz has low dependencies.

Then you can compile Lazarus from source. If you have gtk 2.8 or higher 
that should work.

Vincent

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
(Continue reading)

Mattias Gaertner | 1 Nov 09:44
Picon
Favicon

Re: Lazarus and Ubuntu 9.10 Karmic Koala New Release

On Sat, 31 Oct 2009 20:54:36 -0500
Andrew Brunner <andrew.t.brunner <at> gmail.com> wrote:

> I have gotten Lazarus compiled, and working (trunk) with no errors.
> So it appears that pixbuf-dev is no longer needed anyways probably a
> red herring in my trying to track down the problem.

pixbuf-dev is needed when you compile the old gtk1 widgetset.

 
> This problem was most likely caused by my localized FPC(s) having two
> instances installed.  The debian packaged direct from Ubuntu and the
> subversion trunk.

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

dominique | 1 Nov 13:39

Re: Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

Hi Dmitry,
  This seem to work for me. I need to do a bit more testing, but so far it
is behaving as expected.

Dominique.

On Sat, 31 Oct 2009 22:09:45 +0300, dmitry boyarintsev
<skalogryz.lists <at> gmail.com> wrote:
> Everyone interested, please test r22364
> 
> thanks,
> dmitry

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

dominique | 1 Nov 17:47

Mac OS X : This application has been downloaded from the internet...

Hi all,
A few users are reporting that when launching my applications on Mac OS X,
they are getting "This application has been downloaded from the internet"
error messages every single time. Is there a way to get rid/around of this?
Someone mentioned code signing, but I'm not sure if this would help in this
case. Is this possible with Lazarus apps?

Thanks,

Dominique.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Leslie Kaye | 1 Nov 17:55

Re: Form to front

SteveG wrote:
> Now just to push a little harder, it would be nice if I could find how to bring 
> my form to the top (therefore visible above all others), but not necessarily 
> steal the kybd entry focus until clicked on.
>
> I believe in Windows this is accomplished with the 'StayOnTop' (or similar 
> from memory) - The form remains on top of all apps, not just my own
>
>
>   
I think the way Lazarus handles the display order of an application's 
forms needs to be looked at.
There is an open bug report here
http://bugs.freepascal.org/view.php?id=11977

Setting fsStayOnTop does not work in cases where you use a constructor like
MyForm:= TSomeForm.Create(Application);

because the form does not get added to the Application's FormList.
If it is not in the FormList it does not get drawn in the correct order.

For a work around you should use
    Application.CreateForm(TSomeForm, MyForm);
instead of
    MyForm:= TSomeForm.Create(Application);

A fix to the LCL forms.pp would be to refactor the code

    if not Assigned(FFormList) then
      FFormList := TList.Create;
(Continue reading)


Gmane