ScrollPane issue
Smitch1581 Jun 25, 2010 1:08 AMHi all,
i was hoping someone out there could help me with a scrollpane issue in CS5.
The code below adds in a thumbnail at the bottom and once you click it a bigger image appears via the UILoader at the top. This works fine, i then added a scrollPane from the Components, and gave it an instance name of myScrollPane. I added 'myScrollPane.source = allThumbnails;' at the top of my code, and also 'myScrollPane.update();' within the code where i was advised from a training video.
It seems to be updating the ScrollPane OK but there is NO scroll at the bottom to scroll through the thumbnails! If i squash the height of the ScrollPane, the verticle scroll works but if i reduced the width nothing happens, am i missing a trick! The ScrollPane verticle and horizontal scroll is set to auto and i haven't touched any of the settings.
Is there any extra code i need to add?
This is some of my code. I have 10 images in total and the rest of the code is just duplicating the below:

