Re: [fpc-pascal] Directory Tree

2021-04-15 Thread James Richters via fpc-pascal
Thanks for the explanations and fixing your sample program. I thought there would probably be an easy way to save settings in an Ini File >>Is there a way to export the file list and the second TVirtualStringTree to a >>PDF file? >As far as I know, there is no way to directly export it. I will

Re: [fpc-pascal] Directory Tree

2021-04-15 Thread Jean SUZINEAU via fpc-pascal
Le 15/04/2021 à 15:31, James Richters via fpc-pascal a écrit : How did you make the TVirtualStringTree open the first level? I've been looking to see how you did it but I don't see how that was done. unit uFileVirtualTree, line 360,  method ThVirtualStringTree.vst_expand_first_level; I

Re: [fpc-pascal] Directory Tree

2021-04-15 Thread James Richters via fpc-pascal
>I finally found on my linux machine a 'test_gICAPI\jsLignes.Exclus.txt' >... >It should work for you now. I've tested several time checking out the whole >repository and switching to the TjsDataContexe branch It does work, but not perfectly. I'm using GitKracken and Github desktop. I am able

Re: [fpc-pascal] More problems in Sinclair QL port (M68K)

2021-04-15 Thread Norman Dunbar via fpc-pascal
Good Afternoon All, just a quick update on my run time error problem. It is now resolved. While looking for this problem, I found a couple of places where the fact that the parameters were being passed in registers was causing problems as some of the code was overwriting those registers