There is any sample how to use WebMessageDlg with custom buttons or other customizable dialog ?
When i show a dialog buttons appear like 1 image. If i move with mouse dialog buttons are disposed like 2 image. But i have the title problem (is not showed only "Custom") and size problem too (see Annulla button)
I guess this is because you use bootstrap and for bootstrap, typically buttons are auto-sizing HTML elements, i.e. it sizes height different because wordwrapping makes it use one or two lines.
There is any way to have it fixed ? if i use FNCTaskDialog i have more reliability?