Re: [Lazarus] LazReport - Group bands

2014-09-24 Thread Tony Whyman
Alejandro, Group Headers do work - I use them myself. Looking at a known working report, the condition field in the group header is linked to field in the dataset used for the Master Data band. Maybe this is where your problem lies. Regards Tony Whyman MWA On 24/09/14 00:01, Alejandro

[Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit, Windows 7 64 bit, 64 bit crosscompiling is installed, but I'm I'm

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Reinier Olislagers
On 24/09/2014 13:50, Virgo Pärna wrote: I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit, Windows 7 64 bit, 64

Re: [Lazarus] Using a DateTimeIntervalChartSource in TAChart

2014-09-24 Thread Richard Mace
On 23 September 2014 23:55, Werner Pamler werner.pam...@freenet.de wrote: Where can I find the Intervals.Min and MaxLength properties? MinLength and MaxLength are sub-properties of the Params of the DateTimeIntervalChartSource. Sorry, I confused it with the property Intervals of the Axis...

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Sven Barth
Am 24.09.2014 13:50 schrieb Virgo Pärna virgo.pa...@mail.ee: I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit,

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
On Wed, 24 Sep 2014 14:20:58 +0200, Reinier Olislagers reinierolislag...@gmail.com wrote: What happens if you specify dwarf2 in project options instead of the default (which is stabs IIRC)? Changing debug info type to Dwarf2 made it work. Thank you. -- Virgo Pärna virgo.pa...@mail.ee

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
On Wed, 24 Sep 2014 14:44:16 +0200, Sven Barth pascaldra...@googlemail.com wrote: Does the method happen to be one of an interface? If so, that's a known problem for years... Yes, it is. I guess my Google skills were not good enaugh to find it. Anyway, using dwarf2 debug format makse

Re: [Lazarus] Pochecker (was Fuzzy traslations ignored)

2014-09-24 Thread Bart
On 9/21/14, Bart bartjun...@gmail.com wrote: On 9/21/14, Giuliano Colla giuliano.co...@fastwebnet.it wrote: Yes. That's the problem. e.g. you put the mouse on the first visible Icon, and you get the hint of the first Icon of the original window (before scrolling) [..] ... Yes. Should we