JonRobertson 72 Posted November 27, 2023 Has anyone attempted to add VCL Styles support to TChromeTabs? In my search, I see Jerry Dodge asked the author on StackOverflow back in 2015, who responded he did not use VCL Styles and had no plans on adding the support. I can attempt to do it. I think most of the work would be in TCustomChromeTabs.DrawCanvas. Unfortunately, I have very little experience writing custom drawing/painting code and no experience implementing VCL Styles in a component. Can anyone recommend a book or online resource to get my feet wet? Share this post Link to post
RaelB 4 Posted November 30, 2023 What you can do is download the Konopka Signature controls from getit package manager, and look at the source for RzTabs Share this post Link to post
JonRobertson 72 Posted November 30, 2023 (edited) Thank you for the suggestion. I have looked at code by Ray, Chris Rolliston, and Rodrigo Ruz. My first attempt was a good learning experience. Now I need to start over and do it piece by piece. Edited November 30, 2023 by JonRobertson Share this post Link to post