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 » FileSel&FileList, Path » Style for FileSel / FileList
Style for FileSel / FileList [message #27243] Wed, 07 July 2010 13:15 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
hi folks

FileSel / FileList is not Style complient, so when changing the
global params SColorFace(), SColorText() etc. at runtime, the first settings remain..

normally, after a SColor* change, i do

//for all relevant UI parts that depend on global GUI style i do, (here only TabBar shown)
	{
		//TABBAR STYLE
		TabCtrl::Style& st = TabBar::StyleDefault().Write();
		st = st.Standard();
		
	}
//after recalculating default style infos
	RefreshLayoutDeep();


this works pretty fine for most controls,
well except for FileSel and FileList for now.

any idea how to change the visual formatting of FileList / FileSel on the fly?
 
Read Message
Read Message
Read Message
Previous Topic: Problem with FileSel
Next Topic: FileSel: How to get the file name (just saved).
Goto Forum:
  


Current Time: Thu May 09 07:20:49 CEST 2024

Total time taken to generate the page: 0.01856 seconds