[Mono-bugs] [Bug 608155] New: ADBannerView created in Interface Builder gets auto created as "object" but should be "MonoTouch.iAd.AdBannerView"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun May 23 12:51:49 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=608155
http://bugzilla.novell.com/show_bug.cgi?id=608155#c0
Summary: ADBannerView created in Interface Builder gets auto
created as "object" but should be
"MonoTouch.iAd.AdBannerView"
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: gnorton at novell.com
ReportedBy: chrisntr at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
When you create a AdBannerView as a Outlet in Interface Builder, the code
behind generates it as a "object" type when it needs to be of type
"MonoTouch.iAd.AdBannerView".
Reproducible: Always
Steps to Reproduce:
1. Create a new View Controller and open the view in Interface Builder.
2. Add in a AdViewBanner control and hook it up as an outlet.
3. Designer file creates it as an object and causes compilation issues.
Actual Results:
Generates type for AdBannerView as "object"
Expected Results:
Should generate type as MonoTouch.iAd.AdBannerView.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list