[Flashcoders] Stage Height Bug?

2006-11-17 Thread Helmut Granda
I am sure this has come up before but I couldnt find any specific answer to this bug. If i create a blank movie and post this scrit trace(Stage.height); it will give 100 less than the actual size. but if you do this: this.onEnterFrame = function() { trace(Stage.height); } it will trace the

Re: [Flashcoders] Stage Height Bug?

2006-11-17 Thread Claus Wahlers
If i create a blank movie and post this scrit trace(Stage.height); it will give 100 less than the actual size. but if you do this: this.onEnterFrame = function() { trace(Stage.height); } it will trace the true size after the first enterFrame. This is a known issue. It may take up to two

Re: [Flashcoders] Stage Height Bug?

2006-11-17 Thread Mick G
It works OK for me without the onEnterFrame... I think what's happening is your Flash IDE SWF preview window is being cropped for display. Is the bandwidth profiler open and cropping your SWF? Have you tried outputting your trace to the stage and previewing it in a HTML file? On 11/17/06,

Re: [Flashcoders] Stage Height Bug?

2006-11-17 Thread Helmut Granda
Huh.. If i have the bandwidth profile open it traces 100px less than the actual size althought the window size is the right one (i took a screenshot and masured). So this issue only appears when the bandwidth profile is open. That is weird but good to know. I had some items on stage that would