123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|472|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Web Development -> Actionscript

Fri, 01 Aug 2008, 08:33
Nolan
If your sizes are correct, the scroll bar shouldn't be there? Are you using Flex Builder, or just their compiler?

A picture of the problem would be helpful, too.

-=-=-
nolandc.com
Fri, 01 Aug 2008, 09:46
Nolan
Have you tried setting the maxHeight and maxWidth attributes for the canvas?

-=-=-
nolandc.com
Fri, 01 Aug 2008, 11:31
Nolan
Ok, I think I got it this time -- I pulled out FlexBuilder and did a bit of testing

Set the horizontalScrollPolicy and verticalScrollPolicy attributes to "off" for the canvas. You may have to add the maxHeight and maxWidth to the canvas as well, if your scroll bar is actually being added to the parent element.

-=-=-
nolandc.com