On Wed, Oct 05, 2005 at 09:50:08PM -0500, Manuel Alejandro Cer?n Estrada wrote:

> Hello,
> 
> I'm writing an interactive canvas for the MonoUML Case Tool. I'm using
> Cairo with Gtk# and I have experimented an ascending memory
> consumption when drawings are continuously performed, for example
> inside a MotionNotifyEvent Handler. This memory is never released and
> eventually SWAP memory is needed making all too slow.

Yes, this is a known issue (leak). It's being tracked here:

     http://bugzilla.ximian.com/show_bug.cgi?id=76230
     
For now you can pinvoke directly into gdk_cairo_create in gdk (check 
http://www.mono-project.com/Drawing , this will work only with gdk >= 2.8) 


-- 
Michael Dominic K.
[EMAIL PROTECTED]
http://www.mdk.org.pl
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to