[Gambas-user] webform questions.

Benoit Minisini benoit.minisini at gambas-basic.org
Mon Nov 7 20:35:34 CET 2022


Le 07/11/2022 à 20:30, Bruce Steers a écrit :
> 
> what about just adding a simple _get() to it Ben?
> 
> Public Function _get(Index As Integer) As WebContainer
> 
>    Return $aTab[Index]
> 
> End
> 
> Then could use WebTabPanel[0].Enabled or any individual WebContainer you 
> wanted.
> 
> Or would you prefer a hidden _WebTabPanelContainer.class to only permit 
> certain actions?
> (i've done that too, has Enabled and Text only)
> 
> Respects
> BruceS
> 

It's more complex than just accessing the underlying containers, if we 
want to hide tabs.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list