[Gambas-user] 2 Forms on one form!
charlesg
charles at ...1784...
Mon Feb 21 11:47:56 CET 2011
Baris Bicer wrote:
>
> When clicking one button the form will be shown on the same form using
> panels etc.Is it possible?
>
Most objects have a visible property. You can, for example, layer panels on
a form (one on top of the other) and control the visible property from a
button. Here's an example where a gridview is made visible when a textbox
gets focus.
> PUBLIC SUB txtSupplier_GotFocus()
> gvSupp.Visible = TRUE
> showSupplier
> END
>
--
View this message in context: http://old.nabble.com/2-Forms-on-one-form%21-tp30975224p30976099.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list