https://bugzilla.novell.com/show_bug.cgi?id=324964#c1
Sebastien Pouliot <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL
PROTECTED]
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]> 2007-11-13 06:32:57
MST ---
The supplied code doesn't run on Silverlight 1.1. This fragment:
InitializeFromXaml("<Rectangle Name=\"Rect\" />");
rect = (Rectangle)FindName("Rect");
always results in a null rect (throwing a NullReferenceException at the next
line). Changing the lines for:
rect = (Rectangle) InitializeFromXaml("<Rectangle Name=\"Rect\" />");
does return a Rectangle instance.
Anyway setring Canvas.Left and/or Canvas.Top works in both Moonlight and
Silverlight.
--
Configure bugmail: https://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