TrentD
04-11-2006, 09:02 PM
In my project, I have a ScrollPane, which has it's content property set to a seperate MovieClip. In a seperate block of code, I have code that does the following with this:
1. Change the color on several "background" sold color movie clips within the content clip.
2. Load in external images into some subclips in the content clip.
3. Change a number of dynamic text fields within the content clip.
It will do #2 just fine, but 1 and 3 don't seem to be happening; I've even tested the ".text" property of the text fields and that comes back correct, it's just that the correct text never shows up in the movie itself. I do call refreshPane() at the end of everything...I maybe thought this was related to my masking problems from my previous question (since the scrollpane could be implemented using an internal mask), but I tried embedding the fonts and nothing changed. Is there something special I need to do to get this to work? Thanks.
Trent
1. Change the color on several "background" sold color movie clips within the content clip.
2. Load in external images into some subclips in the content clip.
3. Change a number of dynamic text fields within the content clip.
It will do #2 just fine, but 1 and 3 don't seem to be happening; I've even tested the ".text" property of the text fields and that comes back correct, it's just that the correct text never shows up in the movie itself. I do call refreshPane() at the end of everything...I maybe thought this was related to my masking problems from my previous question (since the scrollpane could be implemented using an internal mask), but I tried embedding the fonts and nothing changed. Is there something special I need to do to get this to work? Thanks.
Trent