[Gambas-user] Problems with HSplit
herberth guzman
herberthguzman at ...626...
Fri Jun 26 22:33:19 CEST 2015
Salut Amicalement
>Salut Herberth,
>Public Sub Button1_Click()
> Dim i As Integer
> HSplit1.Children.Clear
> For i = 1 To 2
> hToggle = New Button(HSplit1)
> hToggle.Text = "T" & i
> hToggle.Picture = Picture["icon:/32/add"]
> Next
> hToggle.AutoResize = True
>End
>This works for me.
>But how you want to distinguish your buttons.
--
>Amicalement
>Charlie
I drown in a glass of water.
Your solution works well for me.
Super.
This is what I needed.
Regards and thanks
More information about the User
mailing list