[Lazarus] RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Ludo Brands
There is actually a very small problem: when selecting a line with MasterID =3 the dropdownbox will select the first xxx instead of the second. Please create a specific bugreport for dbgrid so i can provide a patch DBGrid? It is the dropdownbox of the TDBLookupComboBox that

[Lazarus] RE : RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Ludo Brands
Sorry, I don't understand what you mean. In a dataset i have to fields: PreferredFruit and FallbackFruit. Both are indexed fields that lookup de display value in the same dataset Fruits I set the PreferredFruit to 1 (Orange) and FallbackFruit to 2 (Banana) Where the cursor of

Re: [Lazarus] @DBLookupControls users: call for test

2011-12-13 Thread Marcos Douglas
On Mon, Dec 12, 2011 at 10:27 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: On 12/12/2011 21:47, Marcos Douglas wrote: On Mon, Dec 12, 2011 at 8:23 PM, Luiz Americo Pereira Camara luiz...@oi.com.br  wrote: On 12/12/2011 16:58, Marcos Douglas wrote: Resume: The problem exists

Re: [Lazarus] RE : RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Marcos Douglas
On Tue, Dec 13, 2011 at 6:05 AM, Ludo Brands ludo.bra...@free.fr wrote: Sorry, I don't understand what you mean. In a dataset i have to fields: PreferredFruit and FallbackFruit. Both are indexed fields that lookup de display value in the same dataset Fruits I set the PreferredFruit to

[Lazarus] LazReport page-size

2011-12-13 Thread Koenraad Lelong
Hi, I would like to use LazReport to print barcode labels. Unfortunately, I seem unable to specify my label-size : 50.8 x 13mm. Where does LazReport get it's page definitions ? Is this hardcoded ? Is it possible at all to specify page-dimensions ? Thanks for any pointers. Regards, Koenraad

Re: [Lazarus] Where to find the output/input messages in MacOS/Linux?

2011-12-13 Thread Martin
On 13/12/2011 01:03, Kelvin Jiao wrote: Hi all, I'm new to Lazarus and use it on MacOS and Linux. I tried to compile a simple console program and debug/run it (like writeln and readln), but I can not find the output/input in the Messages window. In windows edition, there will be a pop-up

Re: [Lazarus] LazReport page-size

2011-12-13 Thread Koenraad Lelong
On 13-12-11 15:01, Koenraad Lelong wrote: Hi, I would like to use LazReport to print barcode labels. Unfortunately, I seem unable to specify my label-size : 50.8 x 13mm. Where does LazReport get it's page definitions ? Is this hardcoded ? Is it possible at all to specify page-dimensions ?

[Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Frank Church
How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know if the latter works on Windows. /vfclistsGUY -- Frank Church === http://devblog.brahmancreations.com -- ___

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Bart
On 12/13/11, Frank Church vfcli...@gmail.com wrote: How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know if the latter works on Windows. Compiling with heaptrace enabled (-gh) will report unfreed memory. In Lazarus it is

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Marcos Douglas
2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know if the latter works on Windows. Include heaptrc unit in your program (would be the first unit) or use IDE 'Project''Project

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Frank Church
On 13 December 2011 17:10, Marcos Douglas m...@delfire.net wrote: 2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know if the latter works on Windows. Include heaptrc unit in

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Marcos Douglas
2011/12/13 Frank Church vfcli...@gmail.com: On 13 December 2011 17:10, Marcos Douglas m...@delfire.net wrote: 2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but don't know if the

[Lazarus] Fwd: PPU checksum issue

2011-12-13 Thread ik
-- Forwarded message -- From: ik ido...@gmail.com Date: Tue, Dec 13, 2011 at 20:31 Subject: Re: PPU checksum issue To: FPC-Pascal users discussions fpc-pas...@lists.freepascal.org It only happen on Lazarus. normal app does not raise such error. On Tue, Dec 13, 2011 at 18:55,

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Michael Van Canneyt
On Tue, 13 Dec 2011, Frank Church wrote: On 13 December 2011 17:10, Marcos Douglas m...@delfire.net wrote: 2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects in Lazarus? I hav read something about heaptrc and valgrind, but

Re: [Lazarus] Fwd: PPU checksum issue

2011-12-13 Thread Mattias Gaertner
On Tue, 13 Dec 2011 20:46:43 +0200 ik ido...@gmail.com wrote: -- Forwarded message -- From: ik ido...@gmail.com Date: Tue, Dec 13, 2011 at 20:31 Subject: Re: PPU checksum issue To: FPC-Pascal users discussions fpc-pas...@lists.freepascal.org It only happen on Lazarus.

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Frank Church
On 13 December 2011 19:32, Michael Van Canneyt mich...@freepascal.orgwrote: On Tue, 13 Dec 2011, Frank Church wrote: On 13 December 2011 17:10, Marcos Douglas m...@delfire.net wrote: 2011/12/13 Frank Church vfcli...@gmail.com How do you get a report of unfreed objects

Re: [Lazarus] [fpc-pascal] Re: PPU checksum issue

2011-12-13 Thread ik
On Tue, Dec 13, 2011 at 22:14, leledumbo leledumbo_c...@yahoo.co.id wrote: Old PPU of base64, try recompiling everything (because there's a chance that more packages are having the same problem), make a clean build if possible. A clean svn version of fpc 2.6.0 (rc), and Lazarus 0.9.31 r34161

Re: [Lazarus] [fpc-pascal] Re: PPU checksum issue

2011-12-13 Thread Mattias Gaertner
On Tue, 13 Dec 2011 23:08:39 +0200 ik ido...@gmail.com wrote: On Tue, Dec 13, 2011 at 22:14, leledumbo leledumbo_c...@yahoo.co.id wrote: Old PPU of base64, try recompiling everything (because there's a chance that more packages are having the same problem), make a clean build if

Re: [Lazarus] [fpc-pascal] Re: PPU checksum issue

2011-12-13 Thread ik
On Tue, Dec 13, 2011 at 23:40, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Tue, 13 Dec 2011 23:08:39 +0200 ik ido...@gmail.com wrote: On Tue, Dec 13, 2011 at 22:14, leledumbo leledumbo_c...@yahoo.co.id wrote: Old PPU of base64, try recompiling everything (because there's a

Re: [Lazarus] RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Luiz Americo Pereira Camara
On 13/12/2011 06:25, Ludo Brands wrote: There is actually a very small problem: when selecting a line with MasterID =3 the dropdownbox will select the first xxx instead of the second. Please create a specific bugreport for dbgrid so i can provide a patch DBGrid? It is the dropdownbox of

Re: [Lazarus] RE : RE : RE : RE : @DBLookupControls users: call for test

2011-12-13 Thread Luiz Americo Pereira Camara
On 13/12/2011 09:35, Marcos Douglas wrote: On Tue, Dec 13, 2011 at 6:05 AM, Ludo Brandsludo.bra...@free.fr wrote: Sorry, I don't understand what you mean. In a dataset i have to fields: PreferredFruit and FallbackFruit. Both are indexed fields that lookup de display value in the same

[Lazarus] Changing the type of debug info

2011-12-13 Thread William Oliveira Ferreira
does lazarus takes some especific advantage changing the type of debug info? (project options compiler options linking) William de Oliveira Ferreira Bacharel em Sistemas de Informação -- ___ Lazarus mailing list

Re: [Lazarus] Changing the type of debug info

2011-12-13 Thread Martin
On 14/12/2011 01:14, William Oliveira Ferreira wrote: does lazarus takes some especific advantage changing the type of debug info? (project options compiler options linking) yes, but only for a few things. Before changing it, ensure your gdb can deal with it. Normally that is the cases -

Re: [Lazarus] [fpc-pascal] Re: PPU checksum issue

2011-12-13 Thread Graeme Geldenhuys
2011/12/13 ik : That helped a lot. It seems that tiopf have also base64, and it loaded it first. I renamed that unit in tiOPF2 to tiBase64.pas to avoid any future conflicts. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI

Re: [Lazarus] How do you get a report of unfreed objects in Lazarus after a program runs?

2011-12-13 Thread Graeme Geldenhuys
2011/12/13 Frank Church : I am running in both console mode and in the normal mode using forms, and when I exit the program a lot of text flies by. TIP - I highly recommend that any body developing software use heaptrc (-gh compiler parameter) from the start of their project if possible.