Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread ShowMessage shows outside the Web Page
Mon, Jun 24 2019 5:36 PMPermanent Link

KimHJ

Comca Systems, Inc

I have an web where I create the form depending of it is a Desktop or Mobile that view it.

My problem is that any ShowMessage or Messagedlg shows outside the page instead of in the middle of the page.

Whit that result that the mobile viewer can't see the ShowMessage.

Any one know how to fix it?

Thanks,
Kim
Tue, Jun 25 2019 4:06 AMPermanent Link

Matthew Jones

KimHJ wrote:

> My problem is that any ShowMessage or Messagedlg shows outside the page instead of in the middle of the page.

I think this is because your main form, or something like that, is set for Consumption that is not lcNone. So the message dialog is pushed out of the window. You can have it take all the space still, just stop it consuming everything on the application's surface.

--

Matthew Jones
Tue, Jun 25 2019 1:53 PMPermanent Link

KimHJ

Comca Systems, Inc

"Matthew Jones" wrote:

>>I think this is because your main form, or something like that, is set for Consumption that is not lcNone. So the message dialog is pushed out of the window. You can have it take all the space still, just stop it consuming everything on the application's surface.<<

Thanks Matthew,
That is exactly what I had it set to "BottomRight".
I had to remove it from the from the container and the ScrollPanel.
Image