Creative Flash Scroller Forum


box Creative Flash Scroller
With Creative Flash Scroller you can scroll any kind of Flash Content: static text, dynamic text, pictures, animations, movies. It comes with multiple scroll behaviors: touch scroll, mouse gesture scroll, scrollbar scroll and even supports mouse wheel behavior. You can add smooth scrolling or motion blur effects and customize it to suit your design, from an easy to use interface.

Find out more about Creative Flash Scroller

Thread: How to resize the scroll area ?

title left
User Details
message
title right

post date:
2011-05-20 21:22:00
Hello,rnrnI need to be able to resize the scrollarea, I tried to use the width, height, baseWidth and baseHeight properties but it doesn't seem to work.rnrnI also tried to call the cDimCheck() method after having modified these properties but it throw an Error (null reference).rnrnHow can I resize the component dynamically at runtime ?rnrnI am using the AS3 version of the component.

post date:
2011-05-20 21:23:58
It seems there has been a problem with the carriage return in my previous message.

---

Hello,

I need to be able to resize the scrollarea, I tried to use the width, height, baseWidth and baseHeight properties but it doesn't seem to work.rnrnI also tried to call the cDimCheck() method after having modified these properties but it throw an Error (null reference).

How can I resize the component dynamically at runtime ?

I am using the AS3 version of the component.
Andrei Rinciog [Extend Studio]

post date:
2011-05-23 07:06:47
Hello,

I think that you are calling the cDimCheck() method too early, before the component finishes drawing.

When do you call that method? If you don't call it after an event is dispatched move the call on the next frame.

Regards,
Andrei Rinciog