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 in Windows: a small problem
Re: FileSel in Windows: a small problem [message #49759 is a reply to message #49757] Mon, 23 April 2018 18:45 Go to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
There is a small problem with Linux.
FileSel::GoToPlace() should look like below.

void FileSel::GoToPlace()
{
	if(places.IsCursor()) {
#ifdef PLATFORM_WIN32
		netnode.Clear();
#endif
		dir <<= places.GetKey();
		Load();
	}
}


Regards,
Novo
 
Read Message
Read Message
Read Message
Previous Topic: Different GetHomeDirectory() in PLATFORM_POSIX and PLATFORM_WIN32
Next Topic: FileList/FileSel: Load() function ignores the last modification time of entries
Goto Forum:
  


Current Time: Mon Aug 25 10:01:50 CEST 2025

Total time taken to generate the page: 0.05852 seconds