Re: [Lazarus] about infobuild form development

2014-06-21 Thread FreeMan
21-06-2014 02:43 tarihinde, Mattias Gaertner yazdı: Other people have already written similar tools. With selections for FPC version, CPU, OS, processor, LCL widgetset, defines, environment variables, etc. I Couldn't find, if have a link I be glad, I don't wanna discover america one more :)

Re: [Lazarus] question and suggestion

2014-06-21 Thread FreeMan
21-06-2014 00:06 tarihinde, Martin Frb yazdı: If you want to share the same laz-install folder, for more than one build, you must make it read-only. I think this way will good for me, I'll try this, what has to be make param? this is my cmdline, lazarus folder is writable make PREFIX=/opt

Re: [Lazarus] Paint over TEdit control

2014-06-21 Thread Jürgen Hestermann
Am 2014-06-20 20:47, schrieb Graeme Geldenhuys: On 2014-06-20 18:09, Jürgen Hestermann wrote: I am also fighting with multicolor text in TLabels etc. ... And another aim I am trying to achive is an edit compontent with (self drawn) multi color text. Is there one? You can try the

[Lazarus] nonlcl basic issue: is codetools LCL dependent?

2014-06-21 Thread Giuliano Colla
Hi Lazarus wizards and magicians, I'm trying to figure how to face my nonlcl widgetset project. Before tampering with Lazarus code, I tried to gain a better understanding. My scenario: * a run-time package containing my non lcl widgets. Units are named after Kylix naming scheme, i.e.

Re: [Lazarus] Paint over TEdit control

2014-06-21 Thread Graeme Geldenhuys
On 2014-06-21 11:01, Jürgen Hestermann wrote: But that means that I have to abandon the LCL, correct? Hence I asked if it is a new project or has a well abstracted user interface. Or can I mix LCL and fpGUI? No, not in the user interface. But you can use some base LCL (mainly non-GUI) units

Re: [Lazarus] nonlcl basic issue: is codetools LCL dependent?

2014-06-21 Thread Mattias Gaertner
On Sat, 21 Jun 2014 12:43:17 +0200 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Hi Lazarus wizards and magicians, I'm trying to figure how to face my nonlcl widgetset project. Before tampering with Lazarus code, I tried to gain a better understanding. My scenario: * a run-time

[Lazarus] New feature: Auto complete class interfaces methods

2014-06-21 Thread Mattias Gaertner
Hi, The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. For example: Add an interface like IUnknown to a class and position the source editor caret within the class. Then in the IDE menu: Source / Refactoring / Abstract Methods The appearing dialog will show the missing

Re: [Lazarus] Paint over TEdit control

2014-06-21 Thread Hans-Peter Diettrich
Krzysztof schrieb: I'm overriding protected PaintWindow method but seems that it is never called I had similar observations, when I wanted to paint borders around the control. It looks to me like the Windows EDIT control eats some messages :-( DoDi --

Re: [Lazarus] New feature: Auto complete class interfaces methods

2014-06-21 Thread Marcos Douglas
On Sat, Jun 21, 2014 at 1:16 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Hi, The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. For example: Add an interface like IUnknown to a class and position the source editor caret within the class. Then in the IDE