https://bugzilla.novell.com/show_bug.cgi?id=629739
https://bugzilla.novell.com/show_bug.cgi?id=629739#c2 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Geoff Norton <[email protected]> 2010-09-01 02:47:30 UTC --- Fixed by something else? I modified your sample to say: this.mapMain.GetViewForOverlay += (m, o) => { Console.WriteLine ("CALLED"); if(this._circleView == null) { this._circleView = new MKCircleView(this._circleOverlay); this._circleView.FillColor = UIColor.LightGray; } return this._circleView; }; And the Console.WriteLine was hit. -- 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
