TMSFMXPopup

Hello,


i try to use TMSFMXPopup with a TEDIT inside ( Edit is DetailControl of TMSFMXPopup ) but when you click inside the Popup (inside the TEdit ), this one is automatically closed.
Is it possible to use an edit control inside a TMSFMXPopup ?

Hi, 


To focus an editable control, you'll need to show the popup modally. Without modal support the edit cannot be focused and the popup closes.

Ok, it's logic, Thanks