View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000124 | SKGB-offline | gui | public | 2014-07-31 16:26 | 2017-01-30 00:32 | ||||
Reporter | aj | ||||||||
Assigned To | aj | ||||||||
Priority | high | Severity | tweak | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Projection | major rework | ETA | < 1 month | ||||||
Platform | Windows | OS | Java | OS Version | 7 | ||||
Product Version | 0.2.5 | Product Build | |||||||
Target Version | 0.3 | Fixed in Version | 0.3 | ||||||
Summary | 0000124: Automatically add ".csv" to out file name if no extension given | ||||||||
Description | Java / Windows 7 doesn't seem to ensure that the AWT Save dialog has the proper extension set. If the file name provided by AWT doesn't end in ".csv", let's just add ".csv" so that downstream clients don't choke. | ||||||||
Additional Information | OS X 10.6 handles this very well. Preferably keep that as is. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
aj (manager) 2014-09-06 18:00 |
requires checking for existing file with that name |
aj (manager) 2014-09-06 18:24 |
see http://java.dzone.com/news/native-dialogs-swing-little for an interesting approach |
aj (manager) 2014-09-06 22:24 Last edited: 2014-09-06 22:41 |
Turned out to be difficult because Swing sucks and Windows sucks. Surprisingly enough, Windows turned out to suck less than Swing does. :-( fixed in r734 |