[MonoDevelop] Problems with ConfigureEvent

Marcos Marín marcosmarin at gmail.com
Fri May 9 13:00:15 EDT 2008


Maybe it was a typo while writing the email but onConfigureEvent !=
OnConfigureEvent

On Fri, May 9, 2008 at 10:55 AM, lordphoenix <lordphoenix at tuxfamily.org>
wrote:

> Hi all,
> I'm trying to use Gtk.Widget.ConfigureEvent in order to get informed
> about window moving and resizing.
>
> In my constructor I have this code
>
> this.ConfigureEvent += onCofigureEvent;
>
> and in this same class I've method
>
>  void OnConfigureEvent (object o, Gtk.ConfigureEventArgs
> args)
> {
> Console.Writeline("test");
> }
>
> Nothing really difficult but it doesn't seems to be good solution
> because nothing happens.
>
> Someone has an idea about the problem?
>
> Thanks for help.
>
> PS : Sorry for my bad English I don't speak it very often.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20080509/531422c1/attachment.html 


More information about the Monodevelop-list mailing list