TMSFNCDigitalTimeSelector color, text and state of an item

Hi, how to change at runtime TMSFNCDigitalTimeSelector color, text and (enable/disable) of an item ?

hi any news ? i can manage these situations with "Draw" events ?

Hi,

Looks like there's currently no way to do something like this.

We exposed the TimeSelector property which will give access to the TTMSFNCDigitalTimeSelector that is displayed in the popup. We also added the following events: OnItemBeforeDrawBackground, OnItemAfterDrawBackground, OnItemBeforeDrawContent, OnItemAfterDrawContent, OnItemBeforeDrawText,OnItemAfterDrawText.

The next update will contain these changes.