[Mono-bugs] [Bug 671885] HelloGridView fails to run (linker + classlib)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 6 15:56:00 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=671885

https://bugzilla.novell.com/show_bug.cgi?id=671885#c3


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Jonathan Pryor <jpryor at novell.com> 2011-04-06 19:55:58 UTC ---
The sample was buggy, specifically:

    imageView.LayoutParameters = new ViewGroup.LayoutParams (85, 85);

should be:

    imageView.LayoutParameters = new GridView.LayoutParams (85, 85);  

This change has already been applied to the tutorial.

-- 
Configure bugmail: https://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