[Gtk-sharp-list] OnShown not firing when window/form is shown?
ianwbarlow
ianwbarlow at hotmail.com
Wed Jun 15 11:47:40 EDT 2011
Hi Nils,
Is this what you mean?
public Client () : base(Gtk.WindowType.Toplevel)
{
Console.WriteLine("*********** Shown - build next ***********");
this.Build ();
}
This seems to work ok for me also
I came accross a recomendation whilst google-ing this issue, it was to do
some 'tidying up' just before the Build line (related to 'base')
Sorry but cant re-find the post
--
View this message in context: http://mono.1490590.n4.nabble.com/OnShown-not-firing-when-window-form-is-shown-tp3596271p3599757.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
More information about the Gtk-sharp-list
mailing list