Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » TabDlg Change Default Background Window
TabDlg Change Default Background Window [message #37669] Thu, 01 November 2012 02:26 Go to previous message
nejnadusho is currently offline  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 Very Happy

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

 
Read Message
Read Message
Read Message
Previous Topic: THISBACK(function(parameter)) Error C2102
Next Topic: Derived Layouts Show/Hide & Run/Close in the Same Window
Goto Forum:
  


Current Time: Mon May 27 02:19:01 CEST 2024

Total time taken to generate the page: 0.01028 seconds