Re: [Lazarus] IDE Messages window uses much CPU when building a project on Win32

2012-03-28 Thread Graeme Geldenhuys
On 28 March 2012 07:58, cobines cobines@ wrote: I'm experiencing a following issue on Windows XP. When building something with the IDE the compiler messages window flickers and lazarus process uses much CPU. I can confirm the excessive flicker of the Message window when building a project

Re: [Lazarus] Stop making false claims and statements on the wiki!

2012-03-28 Thread Graeme Geldenhuys
On 28 March 2012 00:17, Paul Ishenin wrote: So if I create a demo which will run on LCL-Cocoa (for example I will implement TListView or Drag and Drop demo) but will not run at the same time on LCL-CustomDrawn it will show something to others? :-) Felipe should just quit trying to compare

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Reinier Olislagers
On 27-3-2012 19:26, Mark Morgan Lloyd wrote: Reinier Olislagers wrote: I would strongly recommend using VMs as well so that the level of complexity/maintenance decreases. Linux to Windows can be done, but the other way round is difficult. I'd introduce some words of caution here, for a

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Mattias Gaertner
On Tue, 27 Mar 2012 21:57:46 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: 2012/3/27 Mattias Gaertner nc-gaertnma@: Maybe someone wants to setup VM image for public download for his favorite distribution with preinstalled Lazarus and other common development tools.

Re: [Lazarus] Missing Documentation

2012-03-28 Thread Mattias Gaertner
On Tue, 27 Mar 2012 20:46:32 +0200 Marco van de Voort mar...@stack.nl wrote: On Wed, Feb 29, 2012 at 01:00:08PM +0100, Mattias Gaertner wrote: There is no big difference between a link from one fpdoc file to another (e.g. LCL to RTL) and between a fpdoc element and a wiki page. 1. One

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Antonio Fortuny
Le 27/03/2012 17:17, patspiper a écrit : This is related to bug 0021580: Feature request: Robust IDE cross-compiling. With Lazarus 1.0 being closer than ever, and with the availability of different Linux scripts to compile FPC from source (including cross compilation), maybe the time has

Re: [Lazarus] List the procedures of a object.

2012-03-28 Thread Sven Barth
Am 27.03.2012 19:23, schrieb Everton Vieira: Well, i manage to 'find' the procedure now is giving the SIGSEV when is executed. For the MethodAddress finds was need to be published. Note: It is sufficient if you enabled $M only for specific classes. Descendents of TPersistent (e.g. TControl,

Re: [Lazarus] Stop making false claims and statements on the wiki!

2012-03-28 Thread Sven Barth
Am 27.03.2012 22:02, schrieb Felipe Monteiro de Carvalho: On Tue, Mar 27, 2012 at 9:40 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Yes, please do. As soon as Sven unblocks it. Huh O.o Wikis are fascinating... I just looked at the comparison by you to build my own opinion about

Re: [Lazarus] FCL-web and bandwidth usage

2012-03-28 Thread Sven Barth
Am 27.03.2012 22:25, schrieb Graeme Geldenhuys: Wait till they ask for integration with Google docs and Microsoft Live. (or office 365). Yeah, my boss was all for Google docs too, until we had an ISP outage! Oops. Suddenly the whole cloud computing thing became a do not go there sign. Not to

Re: [Lazarus] Is it meaningful or possible to change the visibility or the properties and events in a form or datamodule, ie make the private or protected?

2012-03-28 Thread Frank Church
On 27 March 2012 06:03, Frank Church vfcli...@gmail.com wrote: On 23 March 2012 14:15,  michael.vancann...@wisa.be wrote: On Fri, 23 Mar 2012, Michael Fuchs wrote: Am 23.03.2012 14:55, schrieb Frank Church: [...]  I'd prefer to look only at the public section and say, Oh, this is what it

Re: [Lazarus] Is it meaningful or possible to change the visibility or the properties and events in a form or datamodule, ie make the private or protected?

2012-03-28 Thread michael . vancanneyt
On Wed, 28 Mar 2012, Frank Church wrote: On 27 March 2012 06:03, Frank Church vfcli...@gmail.com wrote: On 23 March 2012 14:15,  michael.vancann...@wisa.be wrote: You could even substitute the complete TMyForm form with another one, depending on configuration options. Michael. Will I

Re: [Lazarus] FCL-web and bandwidth usage

2012-03-28 Thread Andrew Brunner
Am 27.03.2012 22:25, schrieb Graeme Geldenhuys: Wait till they ask for integration with Google docs and Microsoft Live. (or office 365). Yeah, my boss was all for Google docs too, until we had an ISP outage! Oops. Suddenly the whole cloud computing thing became a do not go there sign.

Re: [Lazarus] FCL-web and bandwidth usage

2012-03-28 Thread Lukasz Sokol
On 28/03/2012 14:12, Andrew Brunner wrote: I agree. I never understood how public services could even be allowed to place work product in the hands of Google or Microsoft. These two search engine companies make BILLIONS from information brokering. Data is king (to them) and money just

[Lazarus] Debugger hanging

2012-03-28 Thread Ludo Brands
Hi, Encountered an endless loop with the debugger while stepping through code and the call stack window open. The Debug Output window is filling up with messages like this: -stack-select-frame 2158 ^done (gdb) -data-evaluate-expression $fp ^done,value=0x34bf780 (gdb) -stack-select-frame 2159

[Lazarus] RE : Debugger hanging

2012-03-28 Thread Ludo Brands
Stopping the debugger is the only way out. Windows XP sp2, gdb 7.3, Lazarus 0.9.31 svn 36383. Not sure if I'll be able to reproduce this. It is reproducible. Let me know what I can do to get more info to debug his. Ludo -- ___ Lazarus

Re: [Lazarus] Debugger hanging

2012-03-28 Thread Martin
On 28/03/2012 14:30, Ludo Brands wrote: Hi, Encountered an endless loop with the debugger while stepping through code and the call stack window open. The Debug Output window is filling up with messages like this: -stack-select-frame 2158 ^done (gdb) -data-evaluate-expression $fp

Re: [Lazarus] RE : Debugger hanging

2012-03-28 Thread Martin
On 28/03/2012 15:14, Ludo Brands wrote: Stopping the debugger is the only way out. Windows XP sp2, gdb 7.3, Lazarus 0.9.31 svn 36383. Not sure if I'll be able to reproduce this. It is reproducible. Let me know what I can do to get more info to debug his. Ludo start lazarus with

[Lazarus] Decision required WRT dragging

2012-03-28 Thread Hans-Peter Diettrich
Currently dragging is broken in the LCL, see Mantis #18525. Currently any attempt to undock a docked window makes at least a Windows application hang, in an unusable state, until a *different* application is activated by the user. I see no reason why the submitted patch should not be applied,

Re: [Lazarus] FCL-web and bandwidth usage

2012-03-28 Thread Graeme Geldenhuys
On 28 March 2012 15:26, Lukasz Sokol el.es.cr@... wrote: Semi-rebuttal (as I'm not a fan of The Cloud either) - they store the data in secured datacenters, and probably encrypted too, for storage AND access. They have redundant power, internet links, infrastructure, dedicated to-the-case

Re: [Lazarus] Missing Documentation

2012-03-28 Thread Marco van de Voort
On Wed, Mar 28, 2012 at 09:54:01AM +0200, Mattias Gaertner wrote: 1. One can be offline, the other not. You can make offline snapshots of the wiki. Ah, that is working again? Since when? And how do I show it? Probably extracting the contents and properly relinking and indexing it needs

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Marco van de Voort
On Tue, Mar 27, 2012 at 05:44:37PM +0200, Mattias Gaertner wrote: With Lazarus 1.0 being closer than ever, and with the availability of different Linux scripts to compile FPC from source (including cross compilation), maybe the time has come to have an automated installer that does all

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Mattias Gaertner
Marco van de Voort mar...@stack.nl hat am 28. März 2012 um 17:10 geschrieben: [...] That is one approach. Another is to use VMs. Too slow. Tried it for FPC release building, but checkout, export + build takes 40 mins (Core2 6600. Virtualbox with hardware virtualization enabled) Here it

Re: [Lazarus] Missing Documentation

2012-03-28 Thread Mattias Gaertner
Marco van de Voort mar...@stack.nl hat am 28. März 2012 um 16:59 geschrieben: On Wed, Mar 28, 2012 at 09:54:01AM +0200, Mattias Gaertner wrote: 1. One can be offline, the other not. You can make offline snapshots of the wiki. Ah, that is working again? Since when? A db dump is

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Marco van de Voort
On Wed, Mar 28, 2012 at 05:21:22PM +0200, Mattias Gaertner wrote: takes 40 mins (Core2 6600. Virtualbox with hardware virtualization enabled) Here it takes only a few minutes. With what on what? How is storage organized? I mostly tried under Windows, but before virtualbox I used VMWare

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Mattias Gaertner
Marco van de Voort mar...@stack.nl hat am 28. März 2012 um 18:15 geschrieben: On Wed, Mar 28, 2012 at 05:21:22PM +0200, Mattias Gaertner wrote: takes 40 mins (Core2 6600. Virtualbox with hardware virtualization enabled) Here it takes only a few minutes. With what on what? I simply

Re: [Lazarus] lazbuild build IDE profiles

2012-03-28 Thread Mattias Gaertner
waldo kitty wkitt...@windstream.net hat am 28. März 2012 um 20:35 geschrieben: [...] definetemplates.pas(7478,15) Error: Cannot find an enumerator for the type TAVLTree I replaced it so that fpc 2.4.5 compiles. Mattias -- ___ Lazarus mailing list

Re: [Lazarus] RE : Debugger hanging

2012-03-28 Thread Martin
On 28/03/2012 15:14, Ludo Brands wrote: Stopping the debugger is the only way out. Windows XP sp2, gdb 7.3, Lazarus 0.9.31 svn 36383. Not sure if I'll be able to reproduce this. It is reproducible. Let me know what I can do to get more info to debug his. try rev 36404 --

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Graeme Geldenhuys
2012/3/28 Mattias Gaertner nc-gaertnma@...: Here it takes only a few minutes. +1 I see no visible difference in speed between my native host system, and the VM sessions I run. I have a lot of VM sessions for our product testing and building, and yes, I do FPC building on them too. --

Re: [Lazarus] FPC Lazarus installation including cross compiling from source

2012-03-28 Thread Graeme Geldenhuys
On 28 March 2012 18:15, Marco van de Voort mar...@stack.nl wrote: On Wed, Mar 28, 2012 at 05:21:22PM +0200, Mattias Gaertner wrote: takes 40 mins (Core2 6600. Virtualbox with hardware virtualization enabled) Here it takes only a few minutes. With what on what? How is storage organized?

Re: [Lazarus] Decision required WRT dragging

2012-03-28 Thread Paul Ishenin
28.03.12 23:23, Hans-Peter Diettrich wrote: Currently dragging is broken in the LCL, see Mantis #18525. Currently any attempt to undock a docked window makes at least a Windows application hang, in an unusable state, until a *different* application is activated by the user. I see no reason why

[Lazarus] Can't find lazreport when building lazarus ...

2012-03-28 Thread William Oliveira Ferreira
i know that it's an old thread but i never understand wher i must set paths to build lazarus on linux. I've installed debian wheezy and performed a fresh install of the IDE and it runs fine, no problems with libpixbuf... Now, i'm trying to install some components, they're, anchordocking,

Re: [Lazarus] Decision required WRT dragging

2012-03-28 Thread Paul Ishenin
29.03.2012 6:14, Paul Ishenin wrote: 28.03.12 23:23, Hans-Peter Diettrich wrote: Currently dragging is broken in the LCL, see Mantis #18525. Currently any attempt to undock a docked window makes at least a Windows application hang, in an unusable state, until a *different* application is

Re: [Lazarus] IDE Messages window uses much CPU when building a project on Win32

2012-03-28 Thread cobines
2012/3/28 Alexander Klenin kle...@gmail.com: The flicker bothers me as well, Win7, trunk. Does it also affect CPU usage? -- cobines -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org