View Single Post
  #4 (permalink)  
Old 02-10-2009, 06:37 PM
itjunkii itjunkii is offline
Junior Member
 
Join Date: Feb 2009
Posts: 3
Default Scrollbar Width on Resize

Hi Razvan,

First off I would like to sincerely thank you for getting back to me. I sincerely appreciate your time.

I tried what you suggested and it made a large blank space appear on the right side. I don't think it is possible without destroying and rebuilding the whole bar on a resize.

Currently I have modified

<code>
settings.maskWidth = Stage.width;
</code>

in main.as which is causing it to resize to the stage on the initial build, but of course it does not work if a resize happens after that. Take a look here if you like mc_DMW

If I could embed the scrollbar in a movie clip then I could just resize the MC very easily, don't mind if I lose some quality on the resize. If I put MAIN mc in another mc it won't run, will only run under root.

Thank you again for your time and expertise!
Reply With Quote