when I use xxx.PopupModal with a TMSFNCPopup, the popup is first create and shown in a corner of my main form and just after quickly moved at the good place (PlacementControl and Placement).
It is not very "beaufitul"
Is it possible to show it already at the good place ?
Thank you for your answer
Alexandre
A beautiful exception because TComboBox doesn't have any parent ...
I'm going to do it by myself, without using TMSFNCPopup. For a single TComboBox, TMSFNCPopup is not absolutly necessary ... It was just a good occasion to discover it and use it. Later :)
Thank you for your answer
Alexandre
combobox needs a parent to add the items, but after that, the parent can be set to nil, perhaps that will eliminate the flickering, then again, perhaps the flickering will still happen because TComboBox needs a parent Toggling the visible property might help as well.