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: ...
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...
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...
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...
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...
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 ...
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 ...
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...
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...
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). -...
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. ... ...
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...
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...
Hi, I am displaying multiple CustomPOIMarker's on Map. Out of them multiple CustomPOIMarker may have same Latitude, Longitudes....Hence Markers overlap. In the...
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...
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...
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...
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...
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...
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...
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: ...
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...
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...
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. ...