issues when saving files - no automatic extension added in dialog

Hello all,

I'm developing a software for Geology, using wxpython for the GUI.
When I want to export any graphics, clicking on the
"save" button on the MPL toolbar, I get a dialog to save the file
(with a default "image.png" filename) and where I
can choose between some file formats. When I select any format from
the drop-down list, I expected it to change the extension
of the file on the dialog, but it doesn't. So I have to set it up
manually. Is this a bug?

thanks

···

--
Prof. Carlos Henrique Grohmann - Geologist D.Sc.
Institute of Geosciences - Univ. of São Paulo, Brazil
http://www.igc.usp.br/pessoais/guano
http://lattes.cnpq.br/5846052449613692
Linux User #89721
________________
Can’t stop the signal.

Hello all,

I'm developing a software for Geology, using wxpython for the GUI.
When I want to export any graphics, clicking on the
"save" button on the MPL toolbar, I get a dialog to save the file
(with a default "image.png" filename) and where I
can choose between some file formats. When I select any format from
the drop-down list, I expected it to change the extension
of the file on the dialog, but it doesn't. So I have to set it up
manually. Is this a bug?

Yes. It works correctly with gtk, but it looks like there are problems with wx and qt4.

Eric

···

On 02/07/2011 05:47 AM, Carlos Grohmann wrote:

thanks