TTMSFMXGraphicCheckLabel Hint

Hi,


Is started using the TTMSFMXGraphicCheckLabel, but it looks like this component doesn't have a Hint property (yet).
Is it possible to add the Hint, ShowHint properties?

Without it I can't really use the component.

TIA.

Hi,


We have exposed the Hint and Showhint properties, the next version will address this.

Perfect.

Thanks again Peter for the quick solution.

Any idea when the new version will be available for download?

Just downloaded the latest version, but the problem doesn't seem to be resolved (yet).

Still no Hint property.
Am I doing something wrong ?

We see it is not yet available as published properties but it is already accessible as public properties:


   TMSFMXGraphicCheckLabel1.Hint := 'hello world';
   TMSFMXGraphicCheckLabel1.ShowHint := true;

We will make sure it is published in the next update.

Ok, Thanks Bruno.

I'll just wait until the next update then, because I want to use it design-time.
Hopefully a the new update will be available soon.

We will try to schedule a new release in the week of Aug 27.

Ok, that will be fine.

Thx for the quick update Bruno.