TabWorkSpace draw slowly and flicking |
Post Reply |
Author | |
beifang
Newbie Joined: 13 July 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 13 July 2006 at 4:48am |
I use TabWorkSpace in my vb6 MDI project, the children windows I use vsflexgrid to show some data. I found if the data count is small, the TabWorkSpace worked fine. But if data count is large (more than 1000) the TabWorkSpace need long time (more than 1 minute) to draw himself and children windows. This looked like computer died. And I found when you close a children window , then other children windows will zoom and flicking. I need Form_Resize to do something, if your TabWorkSpace tig windows resize event more times in drawing himselft ?My English is poor, I hope you understand my topic and give some advice.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Can you attach sample test project.... Actually TabWorkspace only draw itself and never Child Forms....
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
beifang
Newbie Joined: 13 July 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Hi, thanks for your response, I found the reason of TabWorkSpace drawing slowly , my data count is too large, and I do some work in data fill to table.
But if I opened much children windows, when I closed one the other children windows would zoom like cascade and restore Maximize. It may be flicking, How can I aviod this.
|
|
beifang
Newbie Joined: 13 July 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Please respond
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
MDI Maximize windows behaviour is controlled by OS. You can try set EnableGroups parameter to true may be it will reduce some flickers.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
beifang
Newbie Joined: 13 July 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Thanks for respond, I tested your advice and found that tabworkspace's flickers reduced, but the interface is not beautiful. Can you do something to aviod this in next version. In other MultiTab control I didn't found this question. |
|
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 |