Re: [Lazarus] Svn RSS feed (alternative to cia.vc)

2012-10-05 Thread Vincent Snijders
2012/10/5 luiz americo pereira camara luiz...@oi.com.br: @Vincent The generated svn feed from freepascal server can be customized? If yes, can you point me the script so i can take a look to improve it? It uses the attached svn2feed.py, a rather old version from 2007 with a fix from 2009.

Re: [Lazarus] How to clone a component

2012-10-05 Thread Mattias Gaertner
On Thu, 04 Oct 2012 16:29:25 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: patspiper schrieb: The copied (original) component's events are fine. However, it is the clone's events which are not as desired. Its methods code+data are equal to the original component's methods

Re: [Lazarus] fpc version 2.6.1 source code

2012-10-05 Thread Mattias Gaertner
On Thu, 4 Oct 2012 15:10:23 +0200 Bernd prof7...@gmail.com wrote: 2012/10/4 Eric Kom eric...@metropolitancollege.co.za: I never browse the lazarus source code from svn, let me clone and see. So ask you are saying the lazarus developer are already make a build script for .debs package

Re: [Lazarus] How to clone a component

2012-10-05 Thread Mattias Gaertner
On Thu, 04 Oct 2012 15:08:31 +0300 patspiper patspi...@gmail.com wrote: On 04/10/12 10:45, patspiper wrote: On 04/10/12 09:57, patspiper wrote: On 04/10/12 09:19, Mattias Gaertner wrote: On Thu, 04 Oct 2012 00:33:07 +0300 patspiper patspi...@gmail.com wrote: Hi, What is the

Re: [Lazarus] Please define delphi compatibility

2012-10-05 Thread Michael Schnell
On 10/04/2012 10:28 PM, Hans-Peter Diettrich wrote: How that? Yep. Something like that is just to be called incompatible :-) :-) :-) -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Svn RSS feed (alternative to cia.vc)

2012-10-05 Thread Sven Barth
Am 05.10.2012 03:22, schrieb luiz americo pereira camara: 2012/10/4 Graeme Geldenhuys gra...@geldenhuys.co.uk mailto:gra...@geldenhuys.co.uk On 2012-10-05 00:16, luiz americo pereira camara wrote: My findings about the recommended feeds: Good comparison. Now you need to ask

Re: [Lazarus] Svn RSS feed (alternative to cia.vc)

2012-10-05 Thread Graeme Geldenhuys
On 2012-10-05 02:19, luiz americo pereira camara wrote: and not with https://github.com/graemeg/freepascal/commit/70deeaff71322b4b5af760c4fb757247ce93d565 If you want the list of files that have changed in a commit/patch, simply click the Show Diff Stats button on the right of the screen.

Re: [Lazarus] How to clone a component

2012-10-05 Thread patspiper
On 05/10/12 09:46, Mattias Gaertner wrote: On Thu, 04 Oct 2012 15:08:31 +0300 patspiper patspi...@gmail.com wrote: On 04/10/12 10:45, patspiper wrote: On 04/10/12 09:57, patspiper wrote: I have gathered the following presumed bugs: 1- TClipboard.GetComponent uses pcfComponent while

Re: [Lazarus] fpc version 2.6.1 source code

2012-10-05 Thread Bernd
2012/10/5 Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 4 Oct 2012 15:10:23 +0200 Bernd prof7...@gmail.com wrote: 2012/10/4 Eric Kom eric...@metropolitancollege.co.za: I never browse the lazarus source code from svn, let me clone and see. So ask you are saying the lazarus developer

[Lazarus] Drawing over LCL controls

2012-10-05 Thread Krzysztof
Hi, Can I draw something on standard lazarus controls (e.g TEdit)? I created new control which inherit from TEdit and override PaintWindow method but is is never fired Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread patspiper
On 05/10/12 18:26, Krzysztof wrote: Hi, Can I draw something on standard lazarus controls (e.g TEdit)? I created new control which inherit from TEdit and override PaintWindow method but is is never fired I am not sure if what you are looking for is like TButtonEdit in LCL. It anchors a

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread Krzysztof
I want draw hint text over edit like search which disappear when control get focus. I have already done it by changing text in DoEnter and DoExit methods (like in lazarus control TTreeFilterEdit), but I'm just curious if it is possible do the same thing by drawing text --

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread zeljko
On Friday 05 of October 2012 18:49:26 Krzysztof wrote: I want draw hint text over edit like search which disappear when control get focus. I have already done it by changing text in DoEnter and DoExit methods (like in lazarus control TTreeFilterEdit), but I'm just curious if it is possible do

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread William Oliveira Ferreira
If thereĀ“s no problem, you can use LazSolutions Component Pack https://github.com/silvioprog/lazsolutions It has a TEdit with the placeholder property that does exactly what you need 2012/10/5 Krzysztof dib...@wp.pl I want draw hint text over edit like search which disappear when control get

Re: [Lazarus] Please define delphi compatibility

2012-10-05 Thread Hans-Peter Diettrich
Sven Barth schrieb: Delphi developers tend to use messages that the Windows control itself understands, but are not necessarily handled by the VCL. So these messages might also not necessarily be implemented by the LCL at all and thus the corresponding messages will be sent for nothing on

Re: [Lazarus] Drawing over LCL controls

2012-10-05 Thread Hans-Peter Diettrich
Krzysztof schrieb: Can I draw something on standard lazarus controls (e.g TEdit)? I created new control which inherit from TEdit and override PaintWindow method but is is never fired This depends on the widgetset behaviour - which one do you use? A Windows EDIT control does its own painting

[Lazarus] Trunk: Error running make bigide

2012-10-05 Thread Reinier Olislagers
Running fpcup, I'm running into problems on Win64 Laz: ... is there perhaps a problem in win32object.inc? Thanks, Reinier Info: BIGIDE: running make bigide: Info: ERROR running C:\development\fpcbootstrap64\make.exe FPC=C:\development\fpctrunk\bin\x86_64-win64\fpc