Re: [flexcoders] Yahoo Maps questions

2006-07-18 Thread JesterXL
Learn from the master.  Nahuel's app won in his category in the Flex Derby. 
As a judge, I gave him mad props for getting this to work.  Here's how he 
did it:

http://www.asfusion.com/blog/entry/inserting-yahoo-maps-in-a-flex-2-application

- Original Message - 
From: "jgraham_us" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, July 18, 2006 1:32 AM
Subject: [flexcoders] Yahoo Maps questions


1)  I have a marker CustomPOIMarker, I want to embed a link and call
an actionscript function in my flex code.  I have tried this with
and without _parent,parent and it never works.  If I put a link to
an HTML page it works fine.  But I need to notify my application
when the click has occured.  Any ideas?  or a better way to do this?

Example.

var markerArgs = {index:"marker 1",description:"print something",
title:"print something",
markerColor:0x990099, strokeColor:0x00};
.
.
.
function cpiClicked() : Void
{
  Echo.debug("Marker 1 clicked");
}












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Yahoo Maps questions

2006-07-17 Thread jgraham_us
1)  I have a marker CustomPOIMarker, I want to embed a link and call 
an actionscript function in my flex code.  I have tried this with 
and without _parent,parent and it never works.  If I put a link to 
an HTML page it works fine.  But I need to notify my application 
when the click has occured.  Any ideas?  or a better way to do this?

Example.

var markerArgs = {index:"marker 1",description:"print something", 
title:"print something",
markerColor:0x990099, strokeColor:0x00};
.
.
.
function cpiClicked() : Void
{
  Echo.debug("Marker 1 clicked");
}   











 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread Tom Fitzpatrick
Thanks, John - yes, I've posted to that list, but there don't seem to be 
many people there either working with the Flex API.

- Tom

At 03:30 PM 1/19/2006, you wrote:
>Tom Fitzpatrick wrote:
> > Any input or pointers to other Flex/Yahoo Maps code examples much 
> appreciated.
>
>I haven't been able to dig as deeply as I'd like, and so can't answer
>the questions, but I do know a riper venue for such discussions:
>http://groups.yahoo.com/group/yws-maps/
>
>jd
>
>
>
>
>--
>John Dowdell . Adobe Developer Support . San Francisco CA USA
>Weblog: http://weblogs.macromedia.com/jd
>Aggregator: http://weblogs.macromedia.com/mxna
>Technotes: http://www.macromedia.com/support/
>Spam killed my private email -- public record is best, thanks.
>
>
>--
>Flexcoders Mailing List
>FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>Yahoo! Groups Links
>
>
>
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread John Dowdell
Tom Fitzpatrick wrote:
> Any input or pointers to other Flex/Yahoo Maps code examples much appreciated.

I haven't been able to dig as deeply as I'd like, and so can't answer 
the questions, but I do know a riper venue for such discussions:
http://groups.yahoo.com/group/yws-maps/

jd




-- 
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Yahoo Maps questions

2006-01-14 Thread Tom Fitzpatrick
Anyone else working with Yahoo Maps?

I've been playing with it (using Flex 1.5) and have a some questions.

Building on the "standard" examples at Yahoo, I'm getting things to work, but:

- At certain zoom levels, the navigator seems to have a hard time 
refreshing; it will go black, but then if I drag  the map around it 
sometimes refreshes - and then sometimes only partially

- I don't see where I'm supposed to put my Yahoo Maps AppID, and wonder 
whether this makes a difference

- Generally, things seem much slower than on the Yahoo Maps beta site

Trying to get Jesse's example (posted earlier) to work:

- I get a hard crash every time as soon as I try to use the sliders to zoom

Any input or pointers to other Flex/Yahoo Maps code examples much appreciated.

- Tom






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/