[Mono-bugs] [Bug 629739] GetViewForOverlay event not called when overlay added to map

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 31 22:47:32 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=629739#c2


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gnorton at novell.com
         Resolution|                            |FIXED

--- Comment #2 from Geoff Norton <gnorton at novell.com> 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.


More information about the mono-bugs mailing list