TTMSFNCPlanner, show hint over Timeline

Hello,

i am looking for a way to show a hint over the timeline but i do not find a way to do so. For Items, Groups and Positions there are events like GetXXXHint, but not for the timeline.

Thank you for your support.
Best regards
Joachim
Screenshot 2024-10-29 114124

We'll investigate this here as soon as possible.

Hi,

We have added a new event: OnGetTimeHint, next version of the TMS FNC Planner will address this.

image

procedure TForm1.TMSFNCPlanner1GetTimeHint(Sender: TObject; AValue: Double;
  ARow: Integer; AKind: TTMSFNCPlannerCacheItemKind; var AHint: string);
begin
  AHint := DateTimeToStr(AValue);;
end;

Thank you very much, we will wait for the next version.
Best regards
Joachim