PixInsight Forum (historical)

PixInsight => Bug Reports => Topic started by: twade on 2008 February 01 12:33:18

Title: Save As File Generation Name Bug
Post by: twade on 2008 February 01 12:33:18
PTeam,

While attempting to save the file using the Save As... option, I get the following behavior:

Original file name,

m45_165mm.fit

After clicking on the "Files of type:" drop-down list  and selecting TIFF files in the Save Image File As dialog, I get the following result in the File name: edit box,

T:\Images\M45\165mmm45_165mm.tif

The automatically generated "file name" should be,

T:\Images\M45\165mm\m45_165mm.tif

For some reason, PixInsight Standard v01.00.55.0367 is  "forgetting" to add the last back-slash separating the directory portion from the actual file name.

Wade
Title: Save As File Generation Name Bug
Post by: Carlos Milovic on 2008 February 03 11:43:28
Hi Wade

This has been reported a few days ago too with other formats... we think that it is a Window's issue, due a problem with the Qt libraries. This may take a while to correct, since it involves to modify external source code, wait a fix, or modify our code to use native Window's dialogs (and that option is the less preferable, since we want to keep our code fully cross platform).