Re: Help on LoadOnDialog

2010-04-03 Thread Mattia Barbon
Peter Gordon wrote: Hi, I am trying to load a dialog from an xrc file, created by DialogBlocks, and I get this error: Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed Any help would be appreciated. just change the LoadOnDialog line to: $xrc->LoadOnDialo

Help on LoadOnDialog

2010-03-31 Thread Peter Gordon
I am trying to load a dialog from an xrc file, created by DialogBlocks, and I get this error: Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed Any help would be appreciated. Peter #!/usr/bin/perl -w package MyDialog; use strict; use Wx qw(:everything); use W