TAdvSmoothPopup z-order issues

Hello,

When I show an TAdvSmoothPopup  with
.FormStyle:=fsStayOnTop;
.CloseOnDeactivate := False;
and I clik on the MainForm
Only control stay top form but TAdvSmoothPopup is showing under the MainForm.
This is happened with the latest TMS VCL UI Pack and Delphi 7, even with AdvSmoothPopup sample when I change
.CloseOnDeactivate to False.
I don't see this issues with Delphi 10.3.3 Rio.

I need to show several popup notes with info on to the main form until user close it. It is need to be keeped this notes over the main form.
It is the TAdvSmoothPopup  the right choice for this?

Best Regards,
Tiberiu Stoicescu

Dear Mr. Stoicescu,


We will have to confirm this, but as you mentioned that it is working in Delphi 10.3.3 Rio, the reason that this isn't working in Delphi 7 is most likely due to some shortcomings in that version of the IDE. 

I will check to make sure that this is indeed the case, but some searches on the web indicate that this is a problem with the IDE.

Kind Regards,
Gjalt

Is there a workaround to use TAdvSmoothPopup with Delphi7?

We did some research and were not able to find a workaround yet.
As mentioned before this is a shortcoming in the older Delphi Versions (most likely prior to Delphi 2006).