Jump to content

trond

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. trond

    FMX low code wizard error

    hi, comment this line in Model.Types.pas // Get Screen orientation. function TScreenOrientationMonitor.GetScreenOrientation: TScreenOrientation; begin Result := TScreenOrientation.Portrait; // TMessageManager.DefaultManager.SubscribeToMessage(TOrientationChangedMessage, DoOrientationChanged); var screenService: IFMXScreenService; if TPlatformServices.Current.SupportsPlatformService(IFMXScreenService, screenService) then Result := screenService.GetScreenOrientation; end;
×