Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Q2 more flicker in CXTPTabClientWnd class
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Q2 more flicker in CXTPTabClientWnd class

 Post Reply Post Reply
Author
Message
nayogi View Drop Down
Newbie
Newbie
Avatar

Joined: 14 March 2005
Location: Korea, South
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote nayogi Quote  Post ReplyReply Direct Link To This Post Topic: Q2 more flicker in CXTPTabClientWnd class
    Posted: 07 June 2006 at 2:33am

am update today V10.20

but CXTPTabClientWnd use Window more flicker than V10.11

(when dockingbar attached or Window Create time)

Please check CXTPTabClientWnd Class.

thank you..

 

 

Back to Top
nayogi View Drop Down
Newbie
Newbie
Avatar

Joined: 14 March 2005
Location: Korea, South
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote nayogi Quote  Post ReplyReply Direct Link To This Post Posted: 08 June 2006 at 7:44pm

i guess below code

CXTPTabClientWnd::CalcWindowRect function

V10.20
  Line number 1631

  CXTPBufferDC dcMem(dc, rcWorkspace);
  OnDraw(&dcMem, rcWorkspace);
 
  --> if docking bar attached

        first s how memory DC screen,

        second show changed size screen..


V10.11 
  Invalidate(FALSE);

        one turn changed size screen...

we develop CAD software.. flicker is critical problem..

I'm wait your opinion...

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.