[Gambas-user] create button at runtime

M0E Lnx m0e.lnx at ...626...
Fri Jul 25 14:13:13 CEST 2008


http://gambasdoc.org/help/comp/gb.qt/button/_new?show

DIM hButton as button

hButton = new button(Your_Form_Here)
With hButton
.X = 4
.Y = 4
.Text = "Button"
.height = 27
.width = 80
END WITH

On Fri, Jul 25, 2008 at 6:51 AM, Francesco Cisco
<francescoxavierkm at ...43...> wrote:
> how to create buttons at runtime?
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list