Dominique,

Awesome, thank you.

Jeff

On Fri, Sep 2, 2011 at 3:48 PM, Dominique Louis <
[email protected]> wrote:

>  Hi Jeff,
>   A bug has been raised and a test case attached to
> http://bugzilla.xamarin.com/show_bug.cgi?id=608
>
> Thanks,
>
>
> Dominique.
>
>
> On 02/09/2011 02:49, Jeff Stedfast wrote:
>
> A test-case that depends on MonoTouch.Dialog is fine.
>
>  Jeff
>
> On Thu, Sep 1, 2011 at 5:43 PM, Dominique Louis <
> [email protected]> wrote:
>
>>  Hi Jeff,
>>   I've not received any reply from Sebastien, or anyone else.
>> The code is actually part of a MapKitElement class I wrote for
>> MonoTouch.Dialogs, and I submitted a pull request to Miguel here...
>> https://github.com/migueldeicaza/MonoTouch.Dialog/pull/53
>>
>> So would you like a MonoTouch.Dialogs based test case or a pure MT test
>> case?
>>
>> Dominique.
>>
>>
>> On 01/09/2011 21:54, Jeff Stedfast wrote:
>>
>> Hi Dominique,
>>
>>  Sorry for taking so long to get around to your mail (but probably
>> Sebastien already replied and just forgot to Cc the list?).
>>
>>  Did you ever get an answer for this? If not, could you file a bug report
>> with a small test-case at http://bugzilla.xamarin.com ?
>>
>>  I'm really interested to know what the issue turns out to be because I'm
>> writing an app that I'd like to use this functionality on for iPad in my
>> spare time (from 9:30pm to 10pm most weeknights, hah).
>>
>>  Thanks,
>>
>>  Jeff
>>
>> On Fri, Aug 26, 2011 at 12:34 PM, Dominique Louis <
>> [email protected]> wrote:
>>
>>> Hi X-Men/Women and MT gurus,
>>>   I'm just in the process of finishing a little app, while on holiday,
>>> which makes use of MapKit.MKMapView. I've noticed that the
>>> CalloutAccessoryControlTapped event never fires on iPad, but works fine
>>> on iPhone/iPod devices.
>>>
>>> The code used for all devices is...
>>> if ( mkHandleMapViewCalloutAccessoryControlTapped != null )
>>>             {
>>>                 MapView.CalloutAccessoryControlTapped +=
>>> mkHandleMapViewCalloutAccessoryControlTapped;
>>>             }
>>>
>>> And the assignment line is hit on both devices, but is ONLY fired on
>>> iPhone/iPod devices.
>>>
>>> The variables are defined as...
>>> public MKMapView MapView = null;
>>> EventHandler<MKMapViewAccessoryTappedEventArgs>
>>> mkHandleMapViewCalloutAccessoryControlTapped;
>>>
>>> Everything else in MKMapView seems to work on all devices.
>>>
>>> Is anyone else seeing this? Do you have a work-around or am I supposed
>>> to set things up differently when handling call-outs on iPad devices?
>>> Could this be an issue within MonoTouch?
>>>
>>> Thanks in advance.
>>>
>>>
>>> Dominique Louis.
>>>
>>> _______________________________________________
>>> MonoTouch mailing list
>>> [email protected]
>>> http://lists.ximian.com/mailman/listinfo/monotouch
>>>
>>
>>
>>
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to