Charlie Heaps

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 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 2 posts - 1 through 2 (of 2 total)