Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
open it. > > > > > > Further click on a link in the htmlText description was not > generating > > > any POIMarkerClick events, so we could not catch anything. > > > > > > > > > > > > But may be, we did something wrong, we have to check

[flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread anupam_111181
the marker to open it. > > > > Further click on a link in the htmlText description was not generating > > any POIMarkerClick events, so we could not catch anything. > > > > > > > > But may be, we did something wrong, we have to check it out again... >

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
OIMarkerClick events, so we could not catch anything. But may be, we did something wrong, we have to check it out again... Benoit Hediard #affinitiz.com *De :* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *De la part de* anupam_111181 *Envoyé :* mercredi 25 avril 2007 09:27

[flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread anupam_111181
;> description htmlText? > >> > >> I think we've tried to play around with the POIMarkerClick event. > >> > >> But it was only dispatched when you first click on the marker to open it. > >> > >> Further click on a link in the htmlText description

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
ick on the marker to open it. >> >> Further click on a link in the htmlText description was not generating >> any POIMarkerClick events, so we could not catch anything. >> >> But may be, we did something wrong, we have to check it out again… >> >> Benoit Hedia

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
the marker to open it. >> >> Further click on a link in the htmlText description was not generating >> any POIMarkerClick events, so we could not catch anything. >> >> But may be, we did something wrong, we have to check it out again… >> >> Benoit Hediard >

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Michael Wills
thing. > > But may be, we did something wrong, we have to check it out again… > > Benoit Hediard > > #affinitiz.com > > *De :* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *De la part de* anupam_111181 > *Envoyé :* mercredi 25 avril 2007 09:27 > *À :* flexcod

RE: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Benoit Hediard
À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction Hi michael, I have done this and its pretty easy, You can call any flex event on the click of the marker click there is one event called onPOIMarkerClick in the Yahoo map component. You

[flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread anupam_111181
Hi michael, I have done this and its pretty easy, You can call any flex event on the click of the marker click there is one event called onPOIMarkerClick in the Yahoo map component. You should have the latest code because this event handler was not there in the previous versions. I have written a