[Lazarus] RE : RE : RE : RE : RE : Issuing debug commands from the ide.

2012-06-02 Thread Ludo Brands
> On 01/06/2012 21:30, Ludo Brands wrote: > > is this worth the effort? > > Well that depends how many people benefit. > Though having said that, there is nothing wrong with a > feature, even if > there was just one person. SO long as in is no issue to others. > That was my point. Adding a fro

Re: [Lazarus] crash on bootstrap

2012-06-02 Thread ik
On Sat, Jun 2, 2012 at 9:00 AM, leledumbo wrote: > Platform + OS + widgetset please... > Arch Linux, 64 bit, GTK 2 > > -- > View this message in context: > http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-crash-on-bootstrap-tp4024245p4024288.html > Sent from the Free Pascal - Lazarus mai

Re: [Lazarus] RE : RE : RE : RE : RE : Issuing debug commands from the ide.

2012-06-02 Thread Martin
On 02/06/2012 08:23, Ludo Brands wrote: 1) this a 2 individual things. keeping a scrolling history in the evaluate window can be done for all evaluates. May even be useful. Could have a checkbok in that window. So that part is to be skipped. But a better version is welcome. What would a better

[Lazarus] RE : RE : RE : RE : RE : RE : Issuing debug commands from the ide.

2012-06-02 Thread Ludo Brands
> Well It would have a checkbox, to decide if history is kept, or if > result replaces all. > > Maybe insert > -- > between results > OK I'll propose a patch. > > Btw, what do you think about insert on top and scroll the down? > Probably less disturbing for the users when showin

[Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Geoffray Levasseur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I'm actually preparing a conference in my LUG about FPC and Lazarus. Regarding that conference, I'd like to incorporate some stats in the conference. I'm so looking for the actual number of active and occasional developers, number of

[Lazarus] TStringGrid checkboxes

2012-06-02 Thread Mark Morgan Lloyd
http://lazarus-ccr.sourceforge.net/docs/lcl/grids/howtousegrids.html describes cbsCheckboxColumn as being inoperative except in the case of a TDBGrid. Is this still the case? I notice that the checkbox correctly tracks 0/1 values in the grid: is there a simple event-handler hack to get adequat

[Lazarus] Can I use Delphi Components in Lazarus? thn How?.

2012-06-02 Thread Bob Axtell
Eric makes some good Delphi IO Components, COMPORT and IOPORT. These worked GREAT in Delphi 6, but I can't afford anything new since I retired, so I am trying Lazarus. Has anyone successfully used Eric Z's stuff in Lazarus? -- Bob A -- ___ Lazarus

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Samuel Herzog
Forum stats: http://www.lazarus.freepascal.org/index.php?action=stats For constributors see : http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/docs/Contributors.txt?view=markup&revision=37352&root=lazarus Download statistics at sourceforge: http://sourceforge.net/projects/lazarus/files/st

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread leledumbo
That would be quite... hard to impossible, but this could help a few: http://www.ohloh.net/p/freepascal http://www.ohloh.net/p/lazarus http://sourceforge.net/projects/freepascal/files/stats/timeline http://sourceforge.net/projects/lazarus/files/stats/timeline http://www.lazarus.freepascal.org/index

[Lazarus] Error running Lazarus

2012-06-02 Thread Reinier Olislagers
Windows Laz x86 bigide trunk r37483, FPC trunk r21457 After compilation, when starting Laz I get an error message TButtonGlyphs.GlyphChanged: Max(1,0) gives a wrong result 0, should be 1. Attached log (both laz and fpc built with -g -gl) (Had built with fpcup; have deleted all .ppu, .o. .a from bo

Re: [Lazarus] Can I use Delphi Components in Lazarus? thn How?.

2012-06-02 Thread Zaher Dirkey
On Sat, Jun 2, 2012 at 5:11 PM, Bob Axtell wrote: > Eric makes some good Delphi IO Components, COMPORT and IOPORT. These > worked GREAT in Delphi 6, but I can't afford anything new since I retired, > so I am trying Lazarus. > > No, you can't use it directly, you need minor changes, but there is m

Re: [Lazarus] Build Lazarus + MINGW32

2012-06-02 Thread Marco van de Voort
On Sat, Jun 02, 2012 at 03:59:52AM +0200, Hans-Peter Diettrich wrote: > >> I remember seeing questions of this problem also before. How to solve it? > > > > Don't put sh.exe in your path or in the dir with "make.exe" in it. > > I use a standard Windows console for make. Define "standard". You do

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Marco van de Voort
On Sat, Jun 02, 2012 at 07:18:39AM -0700, leledumbo wrote: > http://www.ohloh.net/p/freepascal That is just the compiler/ dir. The whole project has this ohloh page: http://www.ohloh.com/projects/3311 -- ___ Lazarus mailing list Lazarus@lists.lazarus.f

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Juha Manninen
On Sat, Jun 2, 2012 at 5:18 PM, leledumbo wrote: > http://www.ohloh.net/p/lazarus > Lazarus has 74,772 code lines written with Puppet. What is that? At least I didn't write any Puppet code. :) Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.free

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Marco van de Voort
On Sat, Jun 02, 2012 at 09:02:46PM +0300, Juha Manninen wrote: > > Lazarus has 74,772 code lines written with Puppet. > What is that? > At least I didn't write any Puppet code. :) Some scripting language that claims the .pp extension. But don't worry, you might know quite some people from the to

Re: [Lazarus] Error running Lazarus

2012-06-02 Thread Juha Manninen
On Sat, Jun 2, 2012 at 7:22 PM, Reinier Olislagers < reinierolislag...@gmail.com> wrote: > Windows > Laz x86 bigide trunk r37483, FPC trunk r21457 > > After compilation, when starting Laz I get an error message > TButtonGlyphs.GlyphChanged: Max(1,0) gives a wrong result 0, should be 1. > Attached

Re: [Lazarus] Error running Lazarus

2012-06-02 Thread Juha Manninen
Amazing, I got the same effect with the latest FPC trunk. I try to make a simple test prog and a bug report about it. I changed Lazarus code in r37485 so that it can be used. Now it only shows DebugLn lines about the wrong values. Juha -- ___ Lazarus mai

Re: [Lazarus] Build Lazarus + MINGW32

2012-06-02 Thread Hans-Peter Diettrich
Marco van de Voort schrieb: On Sat, Jun 02, 2012 at 03:59:52AM +0200, Hans-Peter Diettrich wrote: I remember seeing questions of this problem also before. How to solve it? Don't put sh.exe in your path or in the dir with "make.exe" in it. I use a standard Windows console for make. Define "st

Re: [Lazarus] Error running Lazarus

2012-06-02 Thread Reinier Olislagers
On 2-6-2012 20:21, Juha Manninen wrote: > On Sat, Jun 2, 2012 at 7:22 PM, Reinier Olislagers > mailto:reinierolislag...@gmail.com>> wrote: > > Windows > Laz x86 bigide trunk r37483, FPC trunk r21457 > > After compilation, when starting Laz I get an error message > TButtonGlyphs.Gl

Re: [Lazarus] Remove unused lines depend on SYN_LAZARUS and FPC defines

2012-06-02 Thread Zaher Dirkey
On Sat, Jun 2, 2012 at 1:25 AM, Martin wrote: > We can decide that in a 2nd step > > and further more, when they can be tested. > > > > >I don't have the time to test them now. > > I can postpone this modification if u like. > > Would be good. one patch ifdef. > > then we can see. > > Done http:/

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Dimitri Smits
- Oorspronkelijk e-mail - > On Sat, Jun 02, 2012 at 09:02:46PM +0300, Juha Manninen wrote: > > > > Lazarus has 74,772 code lines written with Puppet. > > What is that? > > At least I didn't write any Puppet code. :) > > Some scripting language that claims the .pp extension. > > But don

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-02 Thread Marco van de Voort
On Sat, Jun 02, 2012 at 11:12:59PM +0200, Dimitri Smits wrote: > > puppet > > programmers: > > > > http://www.ohloh.net/languages/puppet > > 'some scripting language'? :-) I saw some connection with apache and assumed yet another web scripting language, and didn't look further. Can you really bl