Page 1 of 1

Dialog to popup from various sources

PostPosted: 11 Jun 2019 21:32
by gbh100
If I wanted to make a dialog popup in front of other frames how would I approach that?

I want a Product Info Dialog to popup that has all the code/functionality required in the ProductInfo unit. I want to be able to call it from a variety of other frames. I'm OK if it is modal and then it would disappear when closed

Re: Dialog to popup from various sources

PostPosted: 13 Jun 2019 09:06
by Alexander Bulei
Hi gbh100,
gbh100 wrote:If I wanted to make a dialog popup in front of other frames how would I approach that?


Use the zIndex property.

Best Regards.