Print Page | Close Window

Hide the Frame to show Full view in Ribbon frame

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=6350
Printed Date: 04 October 2024 at 9:32pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hide the Frame to show Full view in Ribbon frame
Posted By: dijesh.k.a
Subject: Hide the Frame to show Full view in Ribbon frame
Date Posted: 08 February 2007 at 7:47am

Hai,

i am using q3 ribbon frame theme.I want to hide the frame and show full view during runtime  .For that i have used the below code
 

GetCommandBars()->ToggleVisible(0);

m_wndStatusBar.ShowWindow(SW_HIDE) ;

ModifyStyle(WS_TILEDWINDOW|WS_BORDER ,NULL,0);

ModifyStyleEx(WS_EX_OVERLAPPEDWINDOW, NULL, 0);

ShowWindow(SW_HIDE);

ShowWindow(SW_SHOWMAXIMIZED);

but Frame is not hided at rutime .
 
How can i do this  .Need Help.
 
Dijesh
 
 
 

 



-------------
Dijesh.K.A



Replies:
Posted By: Oleg
Date Posted: 08 February 2007 at 11:38am
Hi,
 
think you also have to call pRibbon->EnableFrameTheme(FALSE);


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: dijesh.k.a
Date Posted: 09 February 2007 at 1:04am
hai,
 
But  "EnableFrameTheme();  "
 
Having no arguments in 10.3
 
is there any other method
 
Thanks
Dijesh


-------------
Dijesh.K.A


Posted By: Oleg
Date Posted: 09 February 2007 at 1:56am
Hi,
Afraid no. Recommend you update to 10.4.2.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: dijesh.k.a
Date Posted: 09 February 2007 at 3:03am
hi,
 
Thanks  oleg.
 
 


-------------
Dijesh.K.A



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net