Home » Community » Newbie corner » TabDlg Change Default Background Window
TabDlg Change Default Background Window [message #37669] |
Thu, 01 November 2012 02:26  |
nejnadusho
Messages: 60 Registered: October 2012
|
Member |
|
|
Hi,
How can I change/redefine the default/predefined TabDlg
background window/layout and everything that is on top of it?
The one that is behind the tabs.
I tried the following but it does not work.
It gives me an error that I am trying to redefine the TopWindow which is what I am actually trying to do
TabDlg adminDlg;
//-----------------------------
WithTabBackLayout<TopWindow> adminDlg;
//--------------------------------
WithAdminLayout<ParentCtrl> tab1;
WithAdminRegNewUserLayout<ParentCtrl> tab2;
adminDlg (tab1, "Tab1")(tab2, "Tab2")
.Title("Admin's Workspace")
.Sizeable()
.Zoomable();
adminDlg.Execute();
Thank you very much.
nejnio
[Updated on: Thu, 01 November 2012 02:31] Report message to a moderator
|
|
|
|
Re: TabDlg Change Default Background Window [message #37714 is a reply to message #37669] |
Sun, 04 November 2012 22:15  |
nejnadusho
Messages: 60 Registered: October 2012
|
Member |
|
|
Mirek,
Thank you.
However, I tried and find it difficult to understand the TabDlg class.
I even redefined it as MyTabDlg and poked here and there, but it is tough for me still.
If you give me some tips I might be able to pick it up.
Best,
nejnio
|
|
|
Goto Forum:
Current Time: Tue Apr 29 01:47:36 CEST 2025
Total time taken to generate the page: 0.01584 seconds
|