FNCTaskDialog on iOS Device

Hello,
in windows platform FNCTaskDialog runs fine. But on iOS i get unvalid type cast or the dialog appears unreadable at the top of the screen.
I tried both design and runtime.
Thanks
Theo

Hi,

What is your IDE and iOS version?

Hi,
as far as i know everything newest version:
Delphi 12
TMS FNC Core 3.1.3.3
TMS FNC UI Pack 5.2.1.5
iphone 13 with iOS 17.1.1
Thanks
Theo

Thank you, we'll investigate.

We are unable to reproduce this. How do you initialize the TTMSFNCTaskDialog? Can you send a small sample app that has this issue?

Hello,

thank you, i will try to make a small sample app.

My project is based on the "Delphi Low Code Wizard for FireMonkey".

May be that is the problem, because it works heavily with TFrames.

I tried in Designtime, by putting it on the frame and setting ApplicationIsParent=true;

I also tried to create it in Runtime. But then it creates access violation with any parent i use.

Theo

PS: i found a working solution. I put the taskdialog on the mainview and within all frames i call this taskdialog.

1 Like