![]() |
Dialog as Custom Control |
Post Reply ![]() |
Author | |
dijesh.k.a ![]() Newbie ![]() ![]() Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
![]() ![]() ![]() ![]() ![]() 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
|
|
![]() |
|
gibbo ![]() Groupie ![]() ![]() Joined: 04 January 2007 Location: United Kingdom Status: Offline Points: 47 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Was wondering if you ever found a solution for your problems?
If so, was wondering if you could share the solution..
Thanks
|
|
Gibbo
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |