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 » FileSel has classic Windows look since r2848
Re: FileSel has classic Windows look since r2848 [message #31413 is a reply to message #31408] Tue, 01 March 2011 11:33 Go to previous messageGo to previous message
ratah is currently offline  ratah
Messages: 107
Registered: July 2010
Experienced Member
Against, I 'm in need to just choose a directory not a file
Here is the code i use with FileSel (UPP look)

FileSel fs;
fs.ActiveDir("C:/Test");
		
if (!fs.ExecuteSelectDir("Ouvrir à partir de ..."))
	return;

String selectedFolder = ~fs;


In FileSelector (native look), the user must select a file to allow me to have the directory needed.
FileSelector fsNative;	
fsNative.ActiveDir("C:/Test");
		
if (!fsNative.ExecuteOpen("Ouvrir à partir de ..."))
	return;

String selectedFolder = fsNative.GetActiveDir();


Do someone have an idea,

thank you
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: File Chooser closing
Next Topic: Little fix for FileSel::AddPlace
Goto Forum:
  


Current Time: Sat May 04 05:32:25 CEST 2024

Total time taken to generate the page: 0.02284 seconds