[Gambas-user] Center a webButton

Mike Crean mike.crean at y7mail.com
Tue Apr 13 07:51:23 CEST 2021


Hi in Webform1.webform
the code Alignment = Align.Center centres WebLabel1

  { WebLabel1 WebLabel
    #MoveScaled(1,14.5714,84.1429,5.1429)
    Font = "sans-serif,bold"
    Alignment = Align.Center
  }
How do I centre WebButton1 

  { WebContainer1 WebContainer
    #MoveScaled(1,26.8571,84.1429,7.7143)
    { WebButton1 WebButton
      #MoveScaled(0,0,19.2857,5.1429)
      Width = "5em"
      Font = "bold"
      Text = ("Reset")
    }
  }
RegardsMike



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210413/a0e6fbee/attachment.htm>


More information about the User mailing list