Print Page | Close Window

Dialog as Custom Control

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=5490
Printed Date: 04 October 2024 at 7:26pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Dialog as Custom Control
Posted By: dijesh.k.a
Subject: Dialog as Custom Control
Date Posted: 11 November 2006 at 1:34am
Hello ,
 
      I am creating an SDI application  using Xtremetoolkit ribon style.   I have inserted a dialog(CXTPDialog) in the ribbon Group () as a custom control. Below Given The Code.
 
CXTPRibbonGroup* pTab = pTabSettings->AddGroup(ID_MYCUSTOMDIALOG);
m_MyCustomDialog.Create(  CMyCustomDialog::IDD , this );//where  m_MyCustomDialog is CXTPDialog
m_MyCustomDialog.MoveWindow(0,0,240,67);//set position
 
CXTPControlCustom* pControlCustomDialog = CXTPControlCustom::CreateControlCustom(&m_MyCustomDialog);
 pTab->Add(pControlCustomDialog, CMyCustomDialog::IDD );
 
Dialog is insersed in the Group And After activating the COMMAND event its
child controls are working fine.But I am Facing Come Problem.
 
1)At present Office 2007 theme is not in my custom control dialog.
2)How can  i insert  2007 tool tip to the child controls of my dialog
3)when i am resizing the frame this group is not shrinking but all other groups using the inbuit controls are shrinking.
 
4)All controls in this dialogs are flickring when i am resizing frame(SDI)
 
 
  I need Help .Thanks.
                                              Dijesh
 
 
 
 
 
 
 


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



Replies:
Posted By: gibbo
Date Posted: 05 January 2007 at 3:29am
Hi,
Was wondering if you ever found a solution for your problems?
 
If so, was wondering if you could share the solution..
 
Thanks


-------------
Gibbo



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