Charlie Heaps

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: CodeSite 6?? #4512
    Charlie Heaps
    Participant

      Good question!  I would also like to know – long time user of v5.

      in reply to: Source for KSVC 8.0 to fix issued in TrzCheckTree #4355
      Charlie Heaps
      Participant

        FYI – I managed to hack the TrzCheckTree to make it stop drawing the white bar to the right of check boxes.

        In procedure “TRzCheckTree.InitStateImages” I changed this line as follows:

        //R := Rect( 0, 0, W, H ); //old
        R := Rect(0, 0, W+ScaleValue(4), H); //extra width to match FCheckImages.Width

        in reply to: Source for KSVC 8.0 to fix issued in TrzCheckTree #4354
        Charlie Heaps
        Participant

          Apologies – I found it on my PC. In case anyone else is looking, you can find the source for KSVC8/Delphi 12.3 here:

          C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\KonopkaControls-290-8.0_For12.3\Source

        Viewing 3 posts - 1 through 3 (of 3 total)