Re: [fpc-pascal] Directory Tree

2021-04-11 Thread Jean SUZINEAU via fpc-pascal
I have updated the VirtualTreeView example with sub-totals of time. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Version 3.2.2 changes

2021-04-11 Thread Marco van de Voort via fpc-pascal
Op 2021-04-11 om 15:21 schreef Marco van de Voort via fpc-pascal: Op 2021-04-09 om 10:42 schreef Florian Klämpfl via fpc-pascal:  but the "fix version" of most bug reports does not get updated when fixes are backported. I used to spend days on going through all merges and updating the merge r

Re: [fpc-pascal] Directory Tree

2021-04-11 Thread Jean SUZINEAU via fpc-pascal
TStringList works pretty much like an inifile section. The index corresponds to the line number in you text block. The Names property corresponds to the part of the line before the '=' char. The ValueFromIndex property corresponds to the part of the line after the '=' char. So if you line i conta

Re: [fpc-pascal] Directory Tree

2021-04-11 Thread James Richters via fpc-pascal
I had a feeling it wouldn't be easy to change, but thought I would ask. I like the selected items to be highlighted as they are in your TTreeview example. I'm confused by your reference to slFiles.Names and slFiles.ValueFromIndex I am trying to see how those got defined. I see slFiles is a TS

Re: [fpc-pascal] Directory Tree

2021-04-11 Thread Jean SUZINEAU via fpc-pascal
Indeed, I think it's difficult (if possible) to change the behaviour of the multiselection this way. The TTreeview.MultiSelectStyle property allows you to change from CtrL+Click to Shift+Click. https://lazarus-ccr.sourceforge.io/docs/lcl/comctrls/tmultiselectstyle.html To make the multi sele

Re: [fpc-pascal] Version 3.2.2 changes

2021-04-11 Thread Marco van de Voort via fpc-pascal
Op 2021-04-09 om 10:42 schreef Florian Klämpfl via fpc-pascal:  but the "fix version" of most bug reports does not get updated when fixes are backported. I used to spend days on going through all merges and updating the merge revisions and fix versions when a release was nearing, but I no longe

Re: [fpc-pascal] Version 3.2.2 changes

2021-04-11 Thread Jonas Maebe via fpc-pascal
On 09/04/2021 10:42, Florian Klämpfl via fpc-pascal wrote: > > >> Am 08.04.2021 um 21:27 schrieb Jonas Maebe via fpc-pascal >> : >> >> On 08/04/2021 21:07, Peter via fpc-pascal wrote: >>> Does anyone have a link to useful list of changes or bug fixes for 3.2.2? >> >> Unfortunately, no. In theory

Re: [fpc-pascal] Interruption handling on i8086

2021-04-11 Thread Guillermo via fpc-pascal
El Sun, 11 Apr 2021 00:26:39 +0200 Sven Barth escribió: > That revision wasn't merged to 3.2.x, so it's not fixed in the RC. > I've now done so, thus it should be in the final 3.2.2. Thanks Sven. I was about to ask at Lazarus forums right now. :) > > Regards, > Sven Regards, Guillermo "Ñuño

Re: [fpc-pascal] Interruption handling on i8086

2021-04-11 Thread Guillermo via fpc-pascal
Hi, Tomas. El Sat, 10 Apr 2021 16:05:28 +0200 Tomas Hajny via fpc-pascal escribió: > > Hi, > > I believe that you need to add the "far" modifier after the > "interrupt" - at least this has been the case with TP/BP and is > probably needed at least for some memory models supported with FPC > for