Skip to content

Latest commit

 

History

History

10.2.2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FMX fix for Delphi 10.2.2

Fixed bug list

  • RSP-10443 FMX.Dialogs.Win.DialogPrint not set copies result.
  • RSP-16670 FMX.DialogHelper not enable Cancel button for work.
  • RSP-17890 FMX.Graphics.TPathData.SetPathString not process Q/q/T/t command and A/a command implementation miss loop check.
  • RSP-19525 FMX.Platform.Timer.Android have a not complete timer impementation,and FMX.Platform.Android not call ProcessQueueTimers on InternalProcessMessages.This make any call message loop and wait timer action blocked,such as AnimateXXXWait function.
  • RSP-19552 FMX.Context.GLES.Android not check application terminate and on finalization recreate share context.This make a 'DoFinalizeShader' error during android application exit.
  • Other fixes Other fixes is not my fix,but verified by other friends.I have not check RSP code.