Home » U++ Library support » FileSel&FileList, Path » Problem with FileSel
Problem with FileSel [message #27082] |
Thu, 24 June 2010 23:12  |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hello Mirek
There is a problem with FileSel, at least choosing a file for reading.
It contains a DropList called type.
To add a new type it is used:
type.Add(type.GetCount(), name);
However if a name with wildcards is included as file name, it is called this:
type.Add(fn, t_("Custom file type (") + fn + ')');
After choosing the file, the program gets an exception here:
int ti = ~type;
As type contains an String, it cannot be assigned to an int.
Best regards
Iñaki
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:07:54 CEST 2025
Total time taken to generate the page: 0.00725 seconds
|