Bug in TabControl |
Post Reply |
Author | |
Jebo
Senior Member Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
Posted: 03 February 2008 at 7:55pm |
Hi,
if I place a Label-Control to the TabControl and set visible-property of the Label-control to False, it is at runtime unvisible!
That's good!
...BUT if I click now to another Tab-Item and back again to the previous one, the Lable is now VISIBLE (!!!)
That's absolutely no good!
Bye, Jebo
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
yes, :( Unfortunatelly we have to change Visible property to show/hide controls.
I recommend use TabControlPages to fix this problem - put Page to tabcontrol and all controls to page.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Jebo
Senior Member Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
|
thx for reply, yes, with Page there is no problem. But I like to put so less controls as realy needed to my forms. So my question is: Do you fix this on the next maintenance? If yes, I'm happy.
|
|
corpcon
Groupie Joined: 28 June 2007 Status: Offline Points: 70 |
Post Options
Thanks(0)
|
With VB3, I might understand that concern under extreme circumstances. But with VB6 and today's computers, that is perhaps the most anal statement I've heard in over a decade.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Jebo, it will work even fater. Now to show controls in form TabControl have to set Visible property of all controls, but if you use TabPage it will set Visible property of Page only.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |