View Single Post
04/28/14, 10:17 AM   #3
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
You could also use a TextBufferControl, AddMessage() the filter options colored depending on if they are enabled or disabled and check via OnMouseDown() the coordinates to calculate which line was clicked to change the state. GetDimensions() the control and divide by entries, then you have nearly the height per line, there might be a little correction value necessary.
  Reply With Quote