Hi,
I'm having some issues with the TTMSFNCCalendar component in Delphi 12.3, both on iOS and Android, and I wanted to share them here in case someone else has experienced the same, or if the TMS team could take a look. I've attached a small sample project to reproduce the issues.
- SVG with
gfkTexture
When I setDateAppearance.SelectedFill.Kind
togfkTexture
and assign an SVG file toTexture
, the app fails to launch on the device. If I use a PNG instead, it works fine. TextureMode = gtmFit
not working properly
When using a PNG and settingTextureMode
togtmFit
, the image doesn't scale or align properly — it looks distorted or out of place, as if the setting is ignored.- Month and Year selection events triggered on popup open
When I enableInteraction.AllowMonthSelection
andAllowYearSelection
, the eventsOnMonthPopupValueSelected
andOnYearPopupValueSelected
are triggered both when the popup opens and when a value is actually selected. I believe they should only trigger after the user selects a month or year.
Could you please check these issues? Thanks in advance!
Best regards,
Example.zip (22.3 KB)