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 » Splitter » Splitter transparent background
Re: Splitter transparent background [message #24195 is a reply to message #24163] Mon, 04 January 2010 11:47 Go to previous message
koldo is currently offline  koldo
Messages: 3358
Registered: August 2008
Senior Veteran
Hello all

It is solved.

The trick is to follow these rules:

- To define a StaticRect as transparent it is needed to do both:

	Transparent();
	Background(Null);



- To define a Splitter as transparent it is needed to do this:

	Transparent();


Following these rules it is possible to stack some transparent Splitter and StaticRect.

Best regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: Splitter::Reset and Splitter::Clear clarification
Next Topic: Splitter SetPos bug ?
Goto Forum:
  


Current Time: Sat May 04 01:59:39 CEST 2024

Total time taken to generate the page: 0.01540 seconds