Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 937 - 980 of 2034   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
937
How about removing/disabling the up/down scroll arrows? There seems to be a skin for "disabled" scroll arrows... I have no idea what that thing does. Namely: ...
ezpurchase2000
Offline Send Email
May 1, 2008
10:31 pm
938
The disabled skin is for when the entire List/Tree is disabled. In that case, you can't interact with the control at all. To remove the scroll arrows, you'll...
Josh Tynjala
joshtynjala
Offline Send Email
May 1, 2008
10:40 pm
939
I'll give that a shot. I have another question. I want to style some text in the list/tree a certain way, and some other text another way. I remember a...
ezpurchase2000
Offline Send Email
May 2, 2008
12:56 am
940
Hello, i'm french so excuse me if i make fault. I have a problem with getLocalPointToLatLon. I implement the drag & drop for a marker. So when i finish drag...
anthony.yelloware80
anthony.yell...
Offline Send Email
May 2, 2008
7:33 am
941
Anthony, I am having difficulty with this particular API as well. On Fri, May 2, 2008 at 1:33 AM, anthony.yelloware80 <anthony@...>...
Randy Troppmann
randy.troppmann
Offline Send Email
May 2, 2008
8:36 pm
944
Zach, A few more: 1. Declutter support – on mouse over a group of icons – moving them apart from one another / provide a list on click, etc 2....
Sefi Ninio
sefi.ninio
Offline Send Email
May 3, 2008
1:36 pm
945
Actually, I have been using it very effectively. The only thing to note is, that you have to take the offset into consideration. What I mean is, that when you...
Sefi Ninio
sefi.ninio
Offline Send Email
May 3, 2008
1:48 pm
946
For #3. I've went ahead and coded in the events into the open() and close() methods on the searchmarker. Look for it in the next release. :) -zach...
Zach Graves
z.graves
Offline Send Email
May 4, 2008
3:06 am
947
Can you explain #2 a bit more? Not quite sure what you mean there....
Zach Graves
z.graves
Offline Send Email
May 4, 2008
3:07 am
948
Zach, Well, on the project I'm currently working on, we need support for moving markers - meaning that given a target LatLon, the marker will move to that ...
Sefi Ninio
sefi.ninio
Offline Send Email
May 4, 2008
5:22 am
950
This is a bug. Filed and fixing. Thanks! ... http://developer.yahoo.com/flash/maps/examples/YahooMap_CustomMarkers/YahooMap _CustomMarkers.html...
Zach Graves
z.graves
Offline Send Email
May 4, 2008
8:16 am
953
Zach, I'm intrested to know how would you go about fixing this, considering each marker might have a different registration point, unless you will expose a ...
Sefi Ninio
sefi.ninio
Offline Send Email
May 4, 2008
6:24 pm
961
Thanks to all for your responses. Zach, is it possible to have the script allowing to calculate the good latitude and the good longitude. This feature is very...
anthony.yelloware80
anthony.yell...
Offline Send Email
May 5, 2008
7:33 am
964
There was a lot of spam this weekend on ydn-flash (and last weekend too, if I remember correctly). I've cleared it all out, and I apologize for the bombardment...
Josh Tynjala
joshtynjala
Offline Send Email
May 5, 2008
4:53 pm
965
Sefi, I am positive that the latlon of a marker will correspond to the origin (0,0) in the marker's local coordinate system (since Marker extends Sprite). -...
Randy Troppmann
randy.troppmann
Offline Send Email
May 6, 2008
4:27 pm
966
Correct, the latlon is determined by its X,Y value at 0,0. Ideally you should set the tip of the marker to point at 0,0. But that is up to you. ... ...
Zach Graves
z.graves
Offline Send Email
May 6, 2008
6:00 pm
967
That's true. But consider that the marker image has a visual point of reference that is located on the middle bottom of the image. You'd want the marker latlon...
Sefi Ninio
sefi.ninio
Offline Send Email
May 6, 2008
8:08 pm
968
Hi All, When I use ZoomBarWidget, It shows the details of areas only to certain zoom level. If I zoom in more, it says data not available. Where as it shows...
PABBOJU SATEESH KUMAR
sateeshk754
Offline Send Email
May 7, 2008
2:17 pm
969
Hi, I am displaying multiple CustomPOIMarker's on Map. Out of them multiple CustomPOIMarker may have same Latitude, Longitudes....Hence Markers overlap. In the...
PABBOJU SATEESH KUMAR
sateeshk754
Offline Send Email
May 7, 2008
2:17 pm
970
Hi, I am creating the CustomPOIMarker's and giving the name related to this marker in side bar. If I click the marker name on side bar I want to trigger...
PABBOJU SATEESH KUMAR
sateeshk754
Offline Send Email
May 7, 2008
2:17 pm
971
Hi, Is it possible to change dataProvider for autoComplete dynamically? What I am trying to do is on the key_up event of autoComplete call a server script...
a1234_ec
Offline Send Email
May 7, 2008
9:58 pm
972
hello, i have a request from a customer who wants to place a touchscreen in his shop with a flex application using yahoo maps. i will charge the customer for...
mad.processor
Offline Send Email
May 8, 2008
8:52 pm
973
Have you got an example to implement the solution? I subtract the position of image on the marker, but the latlon is not correct. I try without change the...
anthony.yelloware80
anthony.yell...
Offline Send Email
May 9, 2008
4:55 pm
974
I've made some changes to the TimeAxis.as file, and i'm just trying to working out how to recompile the source files back into the charts.fla and then into a...
jpspringall
Offline Send Email
May 9, 2008
4:56 pm
975
I might have found a bug in the MenuBar component. If I create a menu with one of the items disabled like this: <menuitem label="orange" enabled="false"/> Then...
mrjoecutting
Offline Send Email
May 9, 2008
5:12 pm
976
You need to rebuild the component shim and replace it in the installed FLA file. You don't really need to make a new MXP. This tutorial might help: ...
Josh Tynjala
joshtynjala
Offline Send Email
May 9, 2008
5:18 pm
977
Hi Joe, I am having trouble reproducing this issue. I have tried XP with IE 6, 7, FF 2.0.0.14 and Safari 3.1. I have also tested within the Flash IDE. In all...
tripp.bridges
Offline Send Email
May 9, 2008
6:16 pm
978
I'll be able to provide some code snippet on Sunday, I'm not at work right now. Hope I'll remember... :)...
Sefi Ninio
sefi.ninio
Offline Send Email
May 9, 2008
6:16 pm
979
Once again, you can use the marker groupId to search for it, and dispatch the event from that instance - assuming there is some other class that listenes for...
Sefi Ninio
sefi.ninio
Offline Send Email
May 9, 2008
6:16 pm
980
Hi. I don't know if you noticed in one of Zach's earlier mails, we actually requested for a declutter feature that will accomplish exactly what you are after. ...
Sefi Ninio
sefi.ninio
Offline Send Email
May 9, 2008
6:16 pm
Messages 937 - 980 of 2034   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help