Re: PyGObject: FileChooserDialog and transient parent

2018-08-12 Thread Emmanuele Bassi via gtk-app-devel-list
Hi; On Sun, 12 Aug 2018 at 12:33, c.buhtz--- via gtk-app-devel-list < gtk-app-devel-list@gnome.org> wrote: > Below you see a minimal working example using Gtk.FileChooserNative as > a file-open dialog. While running with Python 3.6.6 I recieve > this warning message > > "GtkDialog mapped without

PyGObject: FileChooserDialog and transient parent

2018-08-12 Thread c.buhtz--- via gtk-app-devel-list
Below you see a minimal working example using Gtk.FileChooserNative as a file-open dialog. While running with Python 3.6.6 I recieve this warning message "GtkDialog mapped without a transient parent. This is discouraged." I understand the logic behind it but can not find a solution BECAUSE the do

FileChooserDialog for saving behaving badly on Windows but fine on Linux.

2010-10-11 Thread Nev Delap
Hi there, My application is fine in Linux running under Mono 2.6.7, but in Windows running in Mono 2.6.4 or Mono 2.8 I get the trace output and crash below when using the file chooser dialog for saving. It is when I do a save as, and type a filename and the dialog selects one of the existing file

filechooserdialog

2006-01-31 Thread Alexander Nagel
Hi all, i use GtkFileChooserButton/GtkFileChooserDialog in my app and it seems that the user can choose only files OR directories. Is there a way to let the user select both? greets Alex ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org