Hello,
I am trying without success to remove the range shading on a TLMDTrackbar when the thumb tab is moved back and forth. What property or properties control this or how would I keep the shading from occurring (or at least change the color to match the trough)? (LMD2013 and Delphi XE3)
Thank you.
Jerry
Comments
The image below shows the darker shading when the LMDTrackbar thumb tab has been moved (up and down and back for the one on the left and up and back to the start for the one on the right). I just want to use the LMDTrackbar as a slider control with a wide trough area without the range marking where the thumb has been moved.
Thank you.
I had no luck adding a picture from two different browsers on two different machines. I am trying to attach an image link:
In making the demo sample project I was able to track down the problem.
The FBack and FBuff bitmaps were not being updated in LMDCustomTrackBar.pas when colors (such as trackcolor) were changed, so were redrawing from old bitmaps.
Thank you.
Jerry