Flávio,
I was able to recreate the bug. Thank you.
I think I have a simpler solution, which you can apply to the original
source code.
Simply replace the function "initRubberBandOverlay ()" with this:
private function initRubberBandOverlay ():void
{
rubberband.x = 0;
rubberband.y = 0;
rubberband.visible = false;
map.addChild (rubberband);
}
What I like about this solution is that the user doesn't have to pass
pixel offsets in the constructor.
Please let me know if this works for you. If so, I will apply this
change to the archive.
Thank you again for reporting the bug. If you find anything else, just
let me know.
Kevin
On Oct 22, 8:28 am, Flávio Carmo <[email protected]> wrote:
> Kevin,
>
> not paddingTop, but Top.
>
> <mx:VBox top="100" left="200">
>
> Im using the SDK 3.3 yet, if this help you to find the bug.
>
> Regards,
>
> Flavio
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---