[Gambas-user] Moving modal form if width derived from style.css

Gianluigi Gradaschi bagonergi at gmail.com
Fri Sep 24 10:49:07 CEST 2021


Il 24/09/21 10:31, Bruce Steers ha scritto:
> Me.Move((Screen.Width - Me.Width) / 2, 0)
> 

Screen in WebGui?

Try:
Webform2.ShowModal(Me)

Regards
Gianluigi


More information about the User mailing list