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 » U++ Library support » TabCtrl » Problems with the visualization of tabctrl in 608-dev1
Problems with the visualization of tabctrl in 608-dev1 [message #4819] Wed, 23 August 2006 01:44 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

the application now does not crash, but all my beautiful tabctrls are disappeared and I cannot use the app!

In 607-dev1 I used
tabs.Set(2, false);
to set the focus on page 2 but now seems I must remove the second argument. The layout file now looks darker than previous version.
The "TabCtrl tabs" is connected with the splitter in this way:
VegaMain::VegaMain()
{
	CtrlLayout(*this, VERSION);
	spls.Vert();
	spls.SetPos(8500);
	spls.Add(tabs);
	spls.Add(consoleFrame);
   
	SetBars();
	SetTabs();
	Init();
	BackPaint();
	this->WhenClose = THISBACK(Exit); // prevent the closure
}

that should be OK. So for the moment I'm a bit confused. Tomorrow I'll inquire better to understand why the tabctrl are not displayed with the splitter with some minimalist example.

Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to move the focus from one tab page to another one
Next Topic: How to get this?
Goto Forum:
  


Current Time: Sat Apr 20 01:47:13 CEST 2024

Total time taken to generate the page: 0.04532 seconds