Re: [Lazarus] SynEdit and autocomplete

2011-09-17 Thread Reinier Napoles Martinez
>>Search the mailinglist >>Earlier this year someone mailed, who had already ported it. including >>SynWeb you can found the code here: https://github.com/rnapoles/ had been unable to upload it before because I was behind a proxy that did not allowed the git protocol. I've uploaded now using ht

Re: [Lazarus] TPageControl bug (or by desing)?

2011-09-17 Thread Bart
On 9/17/11, Hans-Peter Diettrich wrote: > Bart schrieb: >> Hi, >> >> The value of PageCount inside TPageControl.DoChange (and therefore in >> the OnChange event) seems wrong (to me), when you remove a page from >> the control. > > This may be a bug in the widgetset - which one did you use? I test

[Lazarus] Register component editor for more than one component

2011-09-17 Thread silvioprog
Hi, Please, see: http://bugs.freepascal.org/view.php?id=20281 Thx. -- Silvio Clécio === Blog - Twitter - LazSolutions - LazWebSolutions - Lazarus-BR - ===    * Conheça nosso canal IRC sobre Lazarus: #la

Re: [Lazarus] TPageControl bug (or by desing)?

2011-09-17 Thread Hans-Peter Diettrich
Bart schrieb: Hi, The value of PageCount inside TPageControl.DoChange (and therefore in the OnChange event) seems wrong (to me), when you remove a page from the control. This may be a bug in the widgetset - which one did you use? E.g. gtk2 creates a dummy page when all pages have been removed

Re: [Lazarus] Overloaded procedures

2011-09-17 Thread Hans-Peter Diettrich
Martin schrieb: On 17/09/2011 16:00, Hans-Peter Diettrich wrote: In my attempt to update the LCL documentation I came across overloaded procedures, like DbgS, with arguments of different type but same name. This disallows to document the procedures properly :-( FPDoc creates only one entry fo

Re: [Lazarus] native look on mac

2011-09-17 Thread Marc Santhoff
Am Samstag, den 17.09.2011, 15:49 +0200 schrieb zeljko: > On Saturday 17 of September 2011 13:48:03 Marc Santhoff wrote: > > > Hi, > > > > > > as a FreeBSD and sometimes Windows user I have to ask: > > > > > > If a program is made with lazarus/fpc for Mac, does it have the > native > > > lo

Re: [Lazarus] TPageControl bug (or by desing)?

2011-09-17 Thread Felipe Monteiro de Carvalho
It looks a bug. It should be n in onchanging but n-1 in onchange. But it would be good to confirm in Delphi. On Sep 17, 2011 6:00 PM, "Bart" wrote: > Hi, > > The value of PageCount inside TPageControl.DoChange (and therefore in > the OnChange event) seems wrong (to me), when you remove a page from

Re: [Lazarus] native look on mac

2011-09-17 Thread Marc Santhoff
Am Samstag, den 17.09.2011, 15:49 +0200 schrieb zeljko: > On Saturday 17 of September 2011 13:48:03 Marc Santhoff wrote: > > > Hi, > > > > > > as a FreeBSD and sometimes Windows user I have to ask: > > > > > > If a program is made with lazarus/fpc for Mac, does it have the > native > > > lo

[Lazarus] Installing on Ubuntu 9.10

2011-09-17 Thread Santiago A.
Hello: I had installed in my ubuntu 9.10 Lazarus 0.9.28. I finally decided to upgrade it to 0.9.30. I removed 0.9.28 to start from scratch, downloaded the deb packages fpc-2.42 and lazarus-0.9.30 (in big tarballS) and tried to install. I got circular dependences, lazarus-ide depends on lazarus-id

[Lazarus] TPageControl bug (or by desing)?

2011-09-17 Thread Bart
Hi, The value of PageCount inside TPageControl.DoChange (and therefore in the OnChange event) seems wrong (to me), when you remove a page from the control. When I have n pages and then remove 1, in DoChange the value of PageCount still is n, when I would expect it to be n-1 at that moment. (Teste

Re: [Lazarus] Overloaded procedures

2011-09-17 Thread Martin
On 17/09/2011 16:00, Hans-Peter Diettrich wrote: In my attempt to update the LCL documentation I came across overloaded procedures, like DbgS, with arguments of different type but same name. This disallows to document the procedures properly :-( FPDoc creates only one entry for overloaded proc

[Lazarus] Overloaded procedures

2011-09-17 Thread Hans-Peter Diettrich
In my attempt to update the LCL documentation I came across overloaded procedures, like DbgS, with arguments of different type but same name. This disallows to document the procedures properly :-( FPDoc creates only one entry for overloaded procedures (in the same unit), and lists all declarat

Re: [Lazarus] native look on mac

2011-09-17 Thread zeljko
On Saturday 17 of September 2011 13:48:03 Marc Santhoff wrote: > Hi, > > as a FreeBSD and sometimes Windows user I have to ask: > > If a program is made with lazarus/fpc for Mac, does it have the native > look and feel Mac users love their machines for? Yes, with current lazarus you can use carb

Re: [Lazarus] TListView.OnColumnResize

2011-09-17 Thread zeljko
On Saturday 17 of September 2011 14:46:40 Martin wrote: > Not my day today. Can't find which event is fired, if a column is > resized (by user/mouse) I think that we don't have such event implemented. zeljko -- ___ Lazarus mailing list Lazarus@lists.laz

[Lazarus] TListView.OnColumnResize

2011-09-17 Thread Martin
Not my day today. Can't find which event is fired, if a column is resized (by user/mouse) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] native look on mac

2011-09-17 Thread Marc Santhoff
Hi, as a FreeBSD and sometimes Windows user I have to ask: If a program is made with lazarus/fpc for Mac, does it have the native look and feel Mac users love their machines for? Or is there some helper library or technique involved making such programs an alien on Mac (I don't even know the nam