[Mono-bugs] [Bug 64216][Wis] New - Custom NSViews do not get initialized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 17:22:57 -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 pat2man@comcast.net.

http://bugzilla.ximian.com/show_bug.cgi?id=64216

--- shadow/64216	2004-08-26 17:22:57.000000000 -0400
+++ shadow/64216.tmp.25921	2004-08-26 17:22:57.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 64216
+Product: Cocoa#
+Version: 0.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Bindings.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pat2man@comcast.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Custom NSViews do not get initialized
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Create a new Nib Based Application with a custom NSView
+2. Create a C# NSView subclass
+3. Build Application
+
+Actual Results:
+
+Nothing
+
+Expected Results:
+
+Custom NSView should get initialized and drawn
+
+Additional Information:
+
+I am new to Cocoa# so if this works for you just ignore it :)