Re: Native file chooser dialog on Windows



David Cantin wrote:
Hi all,

is there a plan or any activities regarding using the native file chooser on the Windows platform ? Like the print dialog does.

There is already an opened bug about this :
http://bugzilla.gnome.org/show_bug.cgi?id=319312

If you want to do it yourself, I've found that calling GetOpenFileName or GetSaveFileName in a different thread works fine. Just call g_idle_add to send the result back to the main thread when the win32 function finishes. This allows the win32 dialog to run without blocking expose events on your GTK+ windows.

--
Tim Evans
Applied Research Associates NZ
http://www.aranz.com/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]