U++ framework
Do not panic. Ask here before giving up.

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: Sun May 03 08:15:46 GMT+2 2026

Total time taken to generate the page: 0.00806 seconds