PDA

View Full Version : ScrollPane Missing Arrows


sally
02-02-2005, 10:33 PM
Hi All

I'm trying to load a library mc into a scrollPane Component. This works fine. However, the loaded mc can then duplicate itself in rows. Again this works fine. However, when the duplicated rows outnumber the viewport of their scrollPane container, no scrollbars arrow buttons appear, thus denying access to the newly created rows.

I've searched exhaustively for an answer to this and have picked up some hints, like Set movie AS 2, etc but still doesn't work.

Even when I load the content via external SWF, still no functionality.

Hope you can help
Thanks in advance

CyanBlue
02-02-2005, 11:53 PM
Howdy and Welcome... :)

I cannot really tell what's going on, but the first thing that hit by brain is that you need to refresh the scrollPane whenever the content changes(duplicates)... Did you try that??? :)

ufitzi
02-04-2005, 05:54 PM
try scrollpane.invalidate()
or
scrollpane.refreshPane()

Check macromedia Livedocs, there might be some specific usage examples