Hi Flexa-

Thanks for the additional info, I was able to replicate. We'll look into it.

- pamela

On Wed, Nov 26, 2008 at 7:51 AM, Flexa <[EMAIL PROTECTED]> wrote:
>
> Hi Pamela,
>
> I only use the code above, not more. I preview in firefox browser and
> standalone Flash Player 10 Debugger... the strange thing.. it only
> occours in flash player 10 debugger and you have to scroll very fast
> (as many user do ;). And I  think you will see, that the zoom
> animation is not very smooth... maybe a timing problem ?
>
>
> Thanks a lot, Flexa.
>
>
>
> On Nov 24, 12:26 pm, "pamela (Google Employee)" <[EMAIL PROTECTED]>
> wrote:
>> Hi Flexa-
>> I'm still unable to replicate. Are you previewing that map in the browser,
>> or somehow inside Flex Builder? Are you using the zoom slider or the scroll
>> wheel to zoom? Thanks for the additional info!
>>
>> - pamela
>>
>> On Thu, Nov 20, 2008 at 9:25 PM, Flexa <[EMAIL PROTECTED]> wrote:
>>
>> > update:
>>
>> > You have to scroll or zoom very fast!!! :)
>>
>> > If you scroll slow than there is not the problem. Without continuous
>> > zoom the problem occurs faster.
>>
>> > On 20 Nov., 11:21, Flexa <[EMAIL PROTECTED]> wrote:
>> > > Hello Pamela,
>>
>> > > I use:
>> > >  - winxp sp3 german !
>> > >  - flex builder 3.01
>> > >  - flash player 10 debugger.
>> > >  - map 1.7a & 1.8
>> > >  - tested with continuous zoom  on/off / scroll wheel is on
>> > >  - actionscript project (not a flex projekt)
>>
>> > > I start debugging with html output. I zoom from 7 to 17 (with
>> > > mousescroll or zoom control). The flexbuilder  console now show me the
>> > > warning.
>>
>> > > thats my test class:
>>
>> > >         public class TestMap extends Sprite
>> > >         {
>> > >                 private var map:Map;
>>
>> > >                 public function TestMap()
>> > >                 {
>> > >                         map = new Map();
>> > >                         map.key = "122";
>>
>> > >                         map.addEventListener(MapEvent.MAP_READY,
>> > onready);
>> > >                         this.addChild(map);
>> > >                 }
>>
>> > >                 private function onready(e:MapEvent):void
>> > >                 {
>> > >                         map.enableContinuousZoom();
>> > >                         map.enableScrollWheelZoom();
>> > >                 }
>> > >         }
>>
>> > > I don't see any fancy code there :). The problem i think is a
>> > > flashplayer 10 problem?
>>
>> > > The Message:
>> > > "Warnung: Der Filter wird nicht dargestellt. Die gefilterten Maße
>> > > (3868, 1515) des DisplayObject sind zu groß zum Zeichnen."
>>
>> > > The translation of the message:
>> > > Warning, The filter can not displayed. The size of the the display
>> > > object (3868, 1515) is to huge to draw.
>>
>> > > I really hope there's a fast fix, because the map is in that version
>> > > not really usable. :(
>>
>> > > best regards,
>> > > Flexa.
>>
>> > > On 19 Nov., 06:24, "pamela (Google Employee)" <[EMAIL PROTECTED]>
>> > > wrote:
>>
>> > > > Hi Flexa-
>> > > > I'm using the Flash 10 debug player and haven't seen messages like
>> > that.
>> > > > Which map were you viewing when you saw that message?
>>
>> > > > - pamela
>>
>> > > > On Wed, Nov 12, 2008 at 12:31 AM, Flexa <[EMAIL PROTECTED]> wrote:
>>
>> > > > > Hello,
>>
>> > > > > the flash 10 debug player throw some nice messages.. that the
>> > > > > DisplayObject is to large.. is that a known problem?
>>
>> > > > > "Warnung: Der Filter wird nicht dargestellt. Die gefilterten Maße
>> > > > > (8189, 3206) des DisplayObject sind zu groß zum Zeichnen."
>>
>> > > > > thank's a lot, Flexa.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to