[Mono-bugs] [Bug 622732] New: Creating outlets to UIAlertView does not generate correct code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 15 15:22:18 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: ldavismead at acculence.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list