Source for KSVC 8.0 to fix issued in TrzCheckTree

Home Forums Konopka Signature VCL Controls (formerly Raize Components) Source for KSVC 8.0 to fix issued in TrzCheckTree

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #4353
      Charlie Heaps
      Participant

        Hello! Could someone please clarify if source code is available with the KSVC v8.0 components (installed from Getit in Delphi 12.3)? If so, any ideas where I can find the source. I only managed to find the BPL files. In the past, (e.g. Raize 6) source was available, but perhaps that was pre-Getit era.

        I’m having some problems with how TRzChecktree draws in (all) dark themes. A white rectangle appears between the check boxes and the node icons. I was hoping to look into the source code to see if I could fix. Seems that rectangle ought to be set to draw in the themes background color.

        Thanks in advance!

        Charlie (loyal Raize components user since way back when!)

      • #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

        • #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

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.