MessageDialog using Bootstrap

Hi,

The new update 1.3.0.1 resolves the  transparency problem of the message , but now the dialog is allays displayed at the bottom of the screen.


Regards

Jose

I cannot reproduce this.

Test is calling MessageDlg() from button click in a new application.
What are you doing different?
I think the problem is that modal-dialog class has style position: relative but should be e.g. fixed.
In TMS Web Core 1.3.x the message dialog is div with margins left/right to center this on the screen but top is relative to other element. This is different behavior from version 1.2.8.




Hi Czech, 


I don't know if you are right or not, but there is no doubt that the behavior is different in version 1.3.x
It would be nice to have some property that allow us to choose the position of the modal-dialog.
Your question is good question to support ... I have the same problem on my Login Page :( ... but now you can add css like this:
.modal-dialog{
  top: -10vh;
}
Try change top attribute value to your requirements :)

Regards,

Thanks Czech,


I will give it a try :)

Again: how exactly can a problem be reproduced?

Ok no problem Bruno ... download please my example project from https://appmaster.pl/tms/
The quwstion is why dialog is at the bottom?

Regards,

Thanks for the sample. That helped to trace & fix the issue.
The next update will address this.