Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - ribbon on dialogbox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ribbon on dialogbox

 Post Reply Post Reply
Author
Message
userid1 View Drop Down
Newbie
Newbie


Joined: 10 June 2011
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote userid1 Quote  Post ReplyReply Direct Link To This Post Topic: ribbon on dialogbox
    Posted: 10 June 2011 at 6:31am
ribbon
 
 
hi, i am writing some code use codejock.
i use the code on site:http://forum.codejock.com/forum_posts.asp?TID=15276&title=ribbon-control-on-dialog-box
 
i remove the codep "RibbonBar->EnableFrameTheme();" then i find a empty retangle above the ribbon bar. how could i remove this eara.
 
thanks.
Back to Top
userid1 View Drop Down
Newbie
Newbie


Joined: 10 June 2011
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote userid1 Quote  Post ReplyReply Direct Link To This Post Posted: 10 June 2011 at 11:40pm
i search in CXTPCommandBar and CXTPRibbonBar class, but no appropriate method.
anyone can help me?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 13 June 2011 at 2:25am
Hi,

Try add  pRobbonBar->ShowCaptionAlways(FALSE);

or just don't remove EnableFrameTheme
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
userid1 View Drop Down
Newbie
Newbie


Joined: 10 June 2011
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote userid1 Quote  Post ReplyReply Direct Link To This Post Posted: 16 June 2011 at 4:45am
Originally posted by oleg oleg wrote:

Hi,

Try add  pRobbonBar->ShowCaptionAlways(FALSE);

or just don't remove EnableFrameTheme

Smile ShowCaptionAlways(FALSE) works, thanks.


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.141 seconds.