Home » Community » U++ community news and announcements » 2023.1 alpha
Re: 2023.1 alpha [message #59866 is a reply to message #59864] |
Sat, 13 May 2023 17:47   |
 |
mirek
Messages: 14257 Registered: November 2005
|
Ultimate Member |
|
|
Tom1 wrote on Fri, 12 May 2023 10:23Hi Mirek,
There is an issue with FileSel with the current version. I can select a file, e.g. "datafile.csv", but the returned result is "datafile.csv.csv". Sometimes FileSel compalains it cannot find the file that was picked up from the list:
FileSel fs;
fs.Multi();
fs.Type(t_("All supported formats"),"*.csv; *.CSV; *.txt; *.TXT");
fs.Type(t_("Comma separated values file"),"*.csv; *.CSV");
fs.Type(t_("Text file"),"*.txt; *.TXT");
if(fs.ExecuteOpen(t_("Import data file"))){
Best regards,
Tom
Remove ';'.
fs.Type(t_("All supported formats"),"*.csv *.CSV *.txt *.TXT");
fs.Type(t_("Comma separated values file"),"*.csv *.CSV");
fs.Type(t_("Text file"),"*.txt; *.TXT");
|
|
|
 |
|
2023.1 alpha
By: mirek on Mon, 01 May 2023 19:44
|
 |
|
Re: 2023.1 alpha
By: GiuMar on Mon, 01 May 2023 21:40
|
 |
|
Re: 2023.1 alpha
By: zsolt on Tue, 02 May 2023 07:35
|
 |
|
Re: 2023.1 alpha
By: pvictor on Tue, 02 May 2023 08:11
|
 |
|
Re: 2023.1 alpha
|
 |
|
Re: 2023.1 alpha
By: mirek on Tue, 02 May 2023 20:14
|
 |
|
Re: 2023.1 alpha
By: Tom1 on Fri, 05 May 2023 14:51
|
 |
|
Re: 2023.1 alpha
By: Tom1 on Fri, 12 May 2023 10:23
|
 |
|
Re: 2023.1 alpha
By: Tom1 on Fri, 12 May 2023 15:09
|
 |
|
Re: 2023.1 alpha
By: mirek on Sat, 13 May 2023 17:48
|
 |
|
Re: 2023.1 alpha
By: Tom1 on Mon, 15 May 2023 08:43
|
 |
|
Re: 2023.1 alpha
By: mirek on Sat, 13 May 2023 17:47
|
 |
|
Re: 2023.1 alpha
By: Tom1 on Mon, 15 May 2023 08:38
|
Goto Forum:
Current Time: Tue May 13 08:18:45 CEST 2025
Total time taken to generate the page: 0.02854 seconds
|