[ubuntu-mono] [Bug 197385] [NEW] Monodevelop gtk incorrect code using custom signals

Launchpad Bug Tracker 197385 at bugs.launchpad.net
Sat Mar 1 19:31:21 GMT 2008


You have been subscribed to a public bug:

1:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)"

2:
Not sure. The gtk-sharp2 lib is not installed but still working with gtk2# projects in mono

3:
Not sure what package its in

4:
When adding custom signals I expect that the code generated is 

this.customwidget.oncustomsignal += new
customwidget.customsignaldelegate(this.customwidgetnameoncustomsignal);

where
mainwidget: is the widget containing the customwidget
customwidget: is a custom widget
oncustomsignal: is the event/signal listened to
customsignaldelegate: is the delegate in the custom widget
mainwidget.oncustomsignal: is the listening function

5:

this.customwidget.oncustomsignal += new
customwidget/customsignaldelegate(this.customwidgetnameoncustomsignal);

This cannot compile as the type is wrong.

** Affects: mono (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Monodevelop gtk incorrect code using custom signals
https://bugs.edge.launchpad.net/bugs/197385
You received this bug notification because you are a member of MOTU Mono Team, which is subscribed to mono in ubuntu.



More information about the Ubuntu-mono mailing list