Anyone seen the following error?
CGContextSetFillColorWithColor: invalid context 0x0. This is a serious error. 
This application, or a library it uses, is using an invalid context  and is 
thereby contributing to an overall degradation of system stability and 
reliability. This notice is a courtesy: please fix this problem. It will become 
a fatal error in an upcoming update.

Thanks
Michael

From: Sebastien Pouliot 
[mailto:sebast...@xamarin.com<mailto:sebast...@xamarin.com>]
Sent: Friday, September 20, 2013 9:32 AM
To: Mike Murdock
Cc: monotouch@lists.ximian.com<mailto:monotouch@lists.ximian.com>
Subject: Re: [MonoTouch] My First IOS7 Issue yeah I think?

The compiler warns you that `RectangleF` is a value-type, not a class.
See http://stackoverflow.com/a/7902376/220643

On Fri, Sep 20, 2013 at 9:16 AM, Mike Murdock 
<mmurd...@allmeds.com<mailto:mmurd...@allmeds.com>> wrote:
Guys, Gals I have just install Xamarian upgrade for IOS7 and have my first 
issue to resolve.

Mycontrol.frame.location.x = anothercontrol.frame.location.x

I get the following error "Cannot modify a value type return value of 
System.Drawing.RectangleF.Location. "Consider storing the value in a temporary 
variable"

This is my first error I am sure many will follow.  Also getting CGraphics 
error all over the place.

Any help would be great

Thanks
Michael Murdock
AllMeds Inc.


_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com<mailto:MonoTouch@lists.ximian.com>
http://lists.ximian.com/mailman/listinfo/monotouch


_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to