[Gambas-user] TabStrip question
gambix at ...2...
gambix at ...2...
Sun Jun 27 19:23:18 CEST 2004
> Benoit Minisini wrote:
>On Saturday 26 June 2004 09:44, Paolo Saudin wrote:
>Hi all,
>I've got a TabStrip control with two tabs. The default Enabled property
>is set to false. When upon a user action I activate it, only the child
>control on the first tab become active while the ones on the second tab
>are still not enabled. Any idea?
>Thanks
>Paolo
hi Paolo
it seem to be a bug
But i've a work arround :
PUBLIC SUB Button1_Click()
TabStrip1.Enabled = True
TabStip1[0].Enabled = True
TabStip1[1].Enabled = True
END
That's all
Fabien BODARD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 53 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040627/010038a5/attachment.obj>
More information about the User
mailing list