TMS FMX Compass

Hi all,

could someone tell me how to rotate the needle only, not the complete compass ?
If not possible - any hints ?

Thanks, Tom

The following code can be used to rotate the needle only:


  TMSFMXCompass1.NeedStyleLookup;
  TMSFMXCompass1.ApplyStyleLookup;
  TMSFMXCompass1.GetNeedle.RotationAngle := 45;

Hi Pieter,

thanks - worked perfect !

Regards, Tom