Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Dialog as Custom Control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Dialog as Custom Control

 Post Reply Post Reply
Author
Message
dijesh.k.a View Drop Down
Newbie
Newbie
Avatar

Joined: 15 October 2006
Location: India
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote dijesh.k.a Quote  Post ReplyReply Direct Link To This Post Topic: Dialog as Custom Control
    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
Back to Top
gibbo View Drop Down
Groupie
Groupie
Avatar

Joined: 04 January 2007
Location: United Kingdom
Status: Offline
Points: 47
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibbo Quote  Post ReplyReply Direct Link To This Post 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
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.164 seconds.