[Gambas-user] TabStrib Bug (?!?!?!?)
Wellington de Souza Pinto
wspinto at ...1405...
Wed Sep 24 17:11:14 CEST 2008
Hi Benoit!
I'm using gambas3 from svn.
I create form with one checkbox, and this checkbox controled the tabstrib index.
My TabStrib (tbsDados.count = 2).
My CheckBox (chbJuridica.Value = FALSE)
In index 0 put any controls, and in index 1 put anothers controls.
When i click in Checkbox the TabStrip not show another intens in [1] only show
the [0].
Is easy make this test. Below my Subs.
Public Sub Form_Open()
tbsDados[0].Visible = Not (chbJuridica.Value)
tbsDados[1].Visible = (chbJuridica.Value)
End
Public Sub chbJuridica_Click()
tbsDados[0].Visible = Not (chbJuridica.Value)
tbsDados[1].Visible = (chbJuridica.Value)
End
Reguards,
___________________________________________________________________________________
Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem
tarifas muito baratas esperando por você. Aproveite!
More information about the User
mailing list