On Thursday 23 of February 2012 08:02:08 Rigel Rigel wrote:
> Hello,
> After I install component (for example bgrabitmap5.6 for lazpaint4.7 but
> not only this component) and after closing IDE error message appears (see
> attachment). How can I fix a problem? Thanks!
It's not error, but heaptrc ou
On 23/2/12 3:50, Ing. Héctor F. Fiandor Rosario wrote:
Dear colleagues:
i have included a tPopUpMenu in a form and programed as in Delphi, but I
can´t make it visible.
1. You've hijacked an existing thread with an unrelated topic. Please
start a new thread when raising a new issues.
2. A st
On Mon, Jan 23, 2012 at 3:13 PM, Ludo Brands wrote:
>> Is there a tutorial somewhere saying what to do to import a
>> COM Automation object with this new tool?
>
> Not yet. Importtl creates a pascal unit that declares all interface exported
> by a COM typelib (dll, exe, tlb or olb). The resulting
On Thu, Feb 23, 2012 at 00:45, Mattias Gaertner
wrote:
> On Thu, 23 Feb 2012 00:26:32 +0200
> ik wrote:
>
>> On Thu, Feb 23, 2012 at 00:09, Mattias Gaertner
>> wrote:
>> > On Wed, 22 Feb 2012 23:57:12 +0200
>> > ik wrote:
>> >
>> >> Hello,
>> >>
>> >> Is there a shortcut in Lazarus's editor for
Le 23/02/2012 08:02, Rigel Rigel a écrit :
Hello,
After I install component (for example bgrabitmap5.6 for lazpaint4.7
but not only this component) and after closing IDE error message
appears (see attachment). How can I fix a problem? Thanks!
This not an error actually.
It is the memory
Hello,
After I install component (for example bgrabitmap5.6 for lazpaint4.7 but not
only this component) and after closing IDE error message appears (see
attachment).
How can I fix a problem? Thanks!
Screenshot.png
Description: Binary data
--
___
Mattias Gaertner wrote:
On Wed, 22 Feb 2012 20:55:01 +
Mark Morgan Lloyd wrote:
I've just spotted this in my code:
procedure FormCloseQuery(Sender: TObject; CanClose: boolean);
..
procedure TListForm.FormCloseQuery(Sender: TObject; CanClose: Boolean);
Those were inserted by some old vers
Dear colleagues:
i have included a tPopUpMenu in a form and programed as in Delphi, but I
can´t make it visible.
i will appreciate any help.
thanks in advance,
yours truly,
Ing. Héctor F. Fiandor Rosario
hfian...@infomed.sld.cu
--
Este mensaje le ha llegado mediante el servicio de corr
On Thu, 23 Feb 2012 00:26:32 +0200
ik wrote:
> On Thu, Feb 23, 2012 at 00:09, Mattias Gaertner
> wrote:
> > On Wed, 22 Feb 2012 23:57:12 +0200
> > ik wrote:
> >
> >> Hello,
> >>
> >> Is there a shortcut in Lazarus's editor for Adding all of the methods
> >> that are added to an interface ?
> >
On Thu, Feb 23, 2012 at 00:09, Mattias Gaertner
wrote:
> On Wed, 22 Feb 2012 23:57:12 +0200
> ik wrote:
>
>> Hello,
>>
>> Is there a shortcut in Lazarus's editor for Adding all of the methods
>> that are added to an interface ?
>
> No. There is already a feature request.
>
>
>> Also, Is there a w
On Wed, Feb 22, 2012 at 8:09 PM, Mattias Gaertner
wrote:
> On Wed, 22 Feb 2012 23:57:12 +0200
> ik wrote:
>
>> Hello,
>>
>> Is there a shortcut in Lazarus's editor for Adding all of the methods
>> that are added to an interface ?
>
> No. There is already a feature request.
Good, good... =)
>> A
On Wed, 22 Feb 2012 23:57:12 +0200
ik wrote:
> Hello,
>
> Is there a shortcut in Lazarus's editor for Adding all of the methods
> that are added to an interface ?
No. There is already a feature request.
> Also, Is there a way to tell Lazarus to foreword the parent methods
> and property for t
Hello,
Is there a shortcut in Lazarus's editor for Adding all of the methods
that are added to an interface ?
Also, Is there a way to tell Lazarus to foreword the parent methods
and property for the child's declaration ?
Thanks,
Ido
--
___
Lazarus mail
On Wed, 22 Feb 2012 20:55:01 +
Mark Morgan Lloyd wrote:
> I've just spotted this in my code:
>
> procedure FormCloseQuery(Sender: TObject; CanClose: boolean);
> ..
> procedure TListForm.FormCloseQuery(Sender: TObject; CanClose: Boolean);
>
> Those were inserted by some old version of the ID
I've just spotted this in my code:
procedure FormCloseQuery(Sender: TObject; CanClose: boolean);
..
procedure TListForm.FormCloseQuery(Sender: TObject; CanClose: Boolean);
Those were inserted by some old version of the IDE, presumably the
current version inserts the missing var.
Shouldn't eit
Hello,
after the first start of lazarus, the mouseover-hint
is broken. Here is an example:
http://img268.imageshack.us/img268/9281/screenshotth.png
If I close the project and re-open it is OK!
It happens at every start of lazarus.
Lazarus 0.9.31 SVN Revision: 35540M
Free Pascal Compiler version
2012/2/22 Graeme Geldenhuys :
> Hi,
>
> I update my Trunk version of Lazarus today. My update process normally
> includes the following:
>
> 1) Get the latest source code
> 2) do a "make bigide"
> 3) Run Lazarus IDE
> 4) Recompile Lazarus via the "Tools - Configure 'build lazarus'"
> This last s
On 2/21/2012 18:01, Hans-Peter Diettrich wrote:
waldo kitty schrieb:
eg: http://www.freepascal.org/docs-html/rtl/sysutils/datetostr.html
there should be sample output and definitely something for the
formatsettings...
http://www.freepascal.org/docs-html/rtl/sysutils/tformatsettings.html
defini
Try removing lcl/units and components/customdrawn/units and try again
--
Felipe Monteiro de Carvalho
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
On Wed, 22 Feb 2012 16:49:03 +0200
Graeme Geldenhuys wrote:
> Hi,
>
> I update my Trunk version of Lazarus today. My update process normally
> includes the following:
>
> 1) Get the latest source code
> 2) do a "make bigide"
I hope you did a "make bigideclean bidide".
> 3) Run Lazarus IDE
>
Hi,
I update my Trunk version of Lazarus today. My update process normally
includes the following:
1) Get the latest source code
2) do a "make bigide"
3) Run Lazarus IDE
4) Recompile Lazarus via the "Tools - Configure 'build lazarus'"
This last step is so that my custom packages (eg: leaktest
Felipe Monteiro de Carvalho wrote:
On Mon, Jan 30, 2012 at 11:55 AM, Mark Morgan Lloyd
wrote:
Thanks for that Felipe. So if I'm reading you correctly, as a crude hack I
should be able to start by hooking OnKeyDown etc. as exposed by (instances
of) descendants of TWinControl. But there's probabl
22 matches
Mail list logo