I am having the same problem, for some reason anytime I use a
UIScrollBar component within an info window using customContent and
setting my display object to be a sprite with a textfield child and a
uiscrollbar child this behavior occurs. Its like the initial hit area
for startDrag of the scrollbar is where it should be, but then onDrag
only works outside of the infoWindow itself.
My infoWindow options are as follows:
e.target.openInfoWindow(new InfoWindowOptions({
title: "Geocoded Result",
customContent: e.target.infoWindow,
customCloseRect: new Rectangle(198,-380,27,37)
}));
e.target.infoWindow.initialize();
e.target is the CustomMarker class clicked on. (extended Marker).
The infoWindow is basically just a sprite with a UIScrollbar and
textfield.
If you need any more information I can provide but I havent found a
solution to this!
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---