Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bug with 11.1.3 as worked in 11.1.0
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug with 11.1.3 as worked in 11.1.0

 Post Reply Post Reply
Author
Message
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Topic: Bug with 11.1.3 as worked in 11.1.0
    Posted: 09 June 2007 at 9:55am
The following code:
 

CXTPRibbonBar *pRibbonBar = (CXTPRibbonBar *)GetCommandBars()->GetAt( 0 );

pRibbonBar->SetMinimized( !pRibbonBar->IsMinimized() );

worked fine in 11.1.0 but in 11.1.3 the functions IsMinimized and SetMinimized do not exist ???

Look forward to a solution
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 09 June 2007 at 10:13am
Ah found the problem, in 11.1.3 the function names had been changed to:
 
SetRibbonMinimized() and IsRibbonMinimized()
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
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.047 seconds.