Wow, these controls are amazing!
Thanks.
Few questions:
TECSlider - Is it possible to go to the mouse single click position (like in TECPositionBar)? Is there property for this? Currently it is working only with double click
Are you planning some kind of TECPageControl with own drawed tabs? It could also have multiplatform close button on each tab which is not available on all LCL widgetsets
TECEdit which could have such functionality like: 1) Clickable icons inside edit (like address bar in web browsers). 2) Placeholder text - grayed hint text if edit is empty
1) It is only possible via mouse middle button or double-click. Currently it is not configurable.
2) Yes, I'm working on TECTabCtrl. It will have multiline feature (tabs in 2 or morre rows). Each tab can have close button. Also, tabs will support folding, one tab can fold several other tabs (this feature was in Opera 12).
3) I did some observations about Edit. My idea was to draw image of TEdit, draw icons into it and place borderless TEdit inside the drawing. But currenty image of TEdit is not supported in unit Themes so I cannot do it this way.
(I'm adding screenshot of early TECTabCtrl.)