Installed TMS FNC UI Pack v6.3.0.1 where this was claimed fixed (see topic 24337). Problem still exists.
Hi,
Can you provide a sample project for this as we are no longer able to reproduce the issue? Can you also let us know your Delphi and iOS verisons?
Certainly, see attached zip file. I'm on Delphi 12.2 (patch 1), iOS 18.1.1 (iPhone 11 Pro), Xcode 16.0.
Project12.zip (9.1 KB)
Thank you, we'll investigate. Stay tuned.
Currently it's unclear why the AutoSize is not working properly if the Text is assigned in the form constructor. If it's assigned at design-time or in the Form's OnShow/OnCreate, then it works. We'll need to investigate this further, in the meantime please use OnShow/OnCreate (or the AfterConstruction override) as a workaround.