Re: [Lazarus] Message error when closing IDE

2012-02-22 Thread zeljko
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

Re: [Lazarus] from hfiandor 23 feb 2012 about popup menu

2012-02-22 Thread Howard Page-Clark
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

Re: [Lazarus] RE : RE : ActiveX control demo

2012-02-22 Thread Felipe Monteiro de Carvalho
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

Re: [Lazarus] Auto adding interface methods

2012-02-22 Thread ik
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

Re: [Lazarus] Message error when closing IDE

2012-02-22 Thread Antonio Fortuny
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

[Lazarus] Message error when closing IDE

2012-02-22 Thread Rigel Rigel
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 -- ___

Re: [Lazarus] How well should Lazarus check method parameters?

2012-02-22 Thread Mark Morgan Lloyd
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

[Lazarus] from hfiandor 23 feb 2012 about popup menu

2012-02-22 Thread Ing . Héctor F . Fiandor Rosario
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

Re: [Lazarus] Auto adding interface methods

2012-02-22 Thread Mattias Gaertner
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 ? > >

Re: [Lazarus] Auto adding interface methods

2012-02-22 Thread ik
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

Re: [Lazarus] Auto adding interface methods

2012-02-22 Thread Marcos Douglas
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

Re: [Lazarus] Auto adding interface methods

2012-02-22 Thread Mattias Gaertner
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

[Lazarus] Auto adding interface methods

2012-02-22 Thread ik
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

Re: [Lazarus] How well should Lazarus check method parameters?

2012-02-22 Thread Mattias Gaertner
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

[Lazarus] How well should Lazarus check method parameters?

2012-02-22 Thread Mark Morgan Lloyd
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

[Lazarus] MouseOver hint is broken

2012-02-22 Thread Thomas Moritz
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

Re: [Lazarus] Custom Controls package cannot be found

2012-02-22 Thread Marcos Douglas
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

Re: [Lazarus] [lazarus-br] Re: Como passar uma procedure local como callback?

2012-02-22 Thread waldo kitty
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

Re: [Lazarus] Custom Controls package cannot be found

2012-02-22 Thread Felipe Monteiro de Carvalho
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

Re: [Lazarus] Custom Controls package cannot be found

2012-02-22 Thread Mattias Gaertner
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 >

[Lazarus] Custom Controls package cannot be found

2012-02-22 Thread 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 step is so that my custom packages (eg: leaktest

Re: [Lazarus] LCL and custom keyboard layouts

2012-02-22 Thread Mark Morgan Lloyd
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