TMSFMXPopup - Freeze

Hi Pieter,

I've downloaded the trial of the 2.1.1.5 package, but when i use
the TMSFMXPopup and use this code it freezes on my iPad, also
on the simulator :

TMSFMXPopup1.ShowPopup(Sender as TControl, TPlacement.plTopCenter);

Do you know what causes this ?

I've only placed a button and the popup on the form.

Cheers,

Paul

The TMSFMXPopup uses the TPopup and this cannot be used on iOS, since the TPopup creates a secondary form to be displayed. We would have to use the native Popover but this is already implemented in the TMS iCL package.


Kind Regards, 
Pieter

Hi Pieter,

Ah oke, i was confused since it says IOS support.

Am i correct that the native control is lacking the properties like :

Footertext
Footerheight
Footerbuttons

Is there anyway around this to make it more visual like the FMX component ?

Cheers,

Paul

On our website you have a full component list that does not have a checkmark on iOS for XE4 for the TTMSFMXPopup:


http://www.tmssoftware.com/site/tmsfmxpcklist.asp

the native control does not have such a collection indeed since it takes over the buttons from a navigationcontroller / viewcontroller / tableviewcontroller toolbar. The footer is currently not exposed on the viewcontrollers.

Kind Regards, 
Pieter

Hi Pieter,

My bad, didn't check there.

Too bad tho, since it's more visual and flexibel then the native one.

Cheers,

Paul