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 » Automagic default extension with multiple file types [FEATURE REQUEST]
Automagic default extension with multiple file types [FEATURE REQUEST] [message #13584] Tue, 15 January 2008 16:53 Go to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Hi Mirek,

I have a dialog that gets setup like this

FileSel dlg;
dlg.Type("ESRI Shape files","*.shp");
dlg.Type("Google Earth files","*.kml");

if(!dlg.ExecuteSaveAs("Export Lines"))
		return;
...


and I would like the dialog to set the default extension depending on the currently active file type. Is there already a way to do this please? Is it something you think would be good to add?

Cheers,

Nick


 
Read Message
Read Message
Read Message
Previous Topic: How to select Directory
Next Topic: how to GetCurrentDirectory? [SOLVED]+how to search example
Goto Forum:
  


Current Time: Fri Mar 29 09:46:17 CET 2024

Total time taken to generate the page: 0.01415 seconds