[Mono-bugs] [Bug 64216][Min] Changed - Custom NSViews do not get initialized
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 31 Aug 2004 09:12:24 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by umuff@quark.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64216
--- shadow/64216 2004-08-29 04:33:41.000000000 -0400
+++ shadow/64216.tmp.26547 2004-08-31 09:12:24.000000000 -0400
@@ -3,13 +3,13 @@
Version: 0.1
OS: Mac OS X 10.3
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Minor
Component: Bindings.
AssignedTo: mono-bugs@ximian.com
ReportedBy: pat2man@comcast.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -43,6 +43,16 @@
------- Additional Comments From pat2man@comcast.net 2004-08-26 18:23 -------
Created an attachment (id=9694)
Nib File Calling Custom NSView Subclass (Any Nib file will work)
+
+------- Additional Comments From umuff@quark.com 2004-08-31 09:12 -------
+first of all: you need this constructor:
+public NetworkMap(System.IntPtr a, bool b) : base(a, b) {
+ setNeedsDisplay(true);
+}
+
+second: the initWithFrame code is wrong, you don't need it
+
+tell me if that helps