Re: [Spam] [flexcoders] ImageSnapshot without scroll bars?

2009-08-20 Thread flexjunker
Hey Nick, yeah ImageSnapShot is a class that basically takes a UI component and spits out the bitmapData, which you can encode as a jpg / png. http://www.cs.vu.nl/~eliens/im/assets/flex3/langref/mx/graphics/ImageSnapshot.html I just don't want the 'snap' of a container to have any scroll bars,

[flexcoders] Re: ImageSnapshot without scroll bars?

2009-08-19 Thread flexjunker
Hey Fotis, I've tried all that and yes, if I resize the container according to it's children, then remove the scroll bars, it does allow me to take an ImageShapShot that is the correct size height and width. BUT it still has the bars and even strange black 'un-drawn' areas even after containe

[flexcoders] ImageSnapshot without scroll bars?

2009-08-19 Thread flexjunker
Anyone know of how to avoid the scroll bars in an imagesnapshot of a container? Thanks.