TMSFNCPlanner questions

  1. TMSFNCPlanner1.SelectedResource;
  2. Use the following code instead
  if DayOf(AEndTime) = 1 then
  begin
    AGraphics.Fill.Color := clWebCoral;
    AGraphics.Fill.Kind := gfkSolid;
  end;
  1. Set TMSFNCPlanner1.ItemPopup := PopupMenu1; then, OnItemPopupMenuPrepare will be called