http://bugzilla.novell.com/show_bug.cgi?id=622732

http://bugzilla.novell.com/show_bug.cgi?id=622732#c0


           Summary: Creating outlets to UIAlertView does not generate
                    correct code
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Runtime
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Customer
           Blocker: ---


Description of Problem:
Creating outlets to UIAlertView does not generate correct private property in
partial class.  It leaves off the MonoTouch.UIKit. prefix and rather the
declaration looks like this: private UIAlertView __mt_myActivityAlert;

Steps to reproduce the problem:
1. Put an UIAlertView inside your view in IB and set up and outlet.
2. Save and close IB so that .xib.designer.cs code [partial class] gets
generated in MD


Actual Results:
private UIAlertView __mt_myActivityAlert;

Expected Results:
private MonoTouch.UIKit.UIAlertView __mt_myActivityAlert;

How often does this happen? 
All the time, everytime

Additional Information:

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to