Re: [Flashcoders] scrollpane not showing scrollbars - dynamic content

2006-09-11 Thread Adrian Ionut Beschea
happened to me some time ago but I can't remember exactly what solved it. It might be one of this things : - call redraw(true) before you start working with it - before you set the contentPath, wait a few frames to make sure your scrollpane is fully loaded (use doLater if you can) -

[Flashcoders] scrollpane not showing scrollbars - dynamic content

2006-09-09 Thread dnk
Hi there - I am having an issue where I have a scrollpane component on my stage that loads and uses an empty movie clip from my library. Now that clip (from the library) has a few remoting calls in it that dynamically populate the MovieClip with text fields, etc. These text fields are then

Re: [Flashcoders] scrollpane not showing scrollbars - dynamic content

2006-09-09 Thread eric dolecki
force the scrollpane to .invalidate() or .redraw() or something like that. I forget which one exactly at the moment. - e. On 9/9/06, dnk [EMAIL PROTECTED] wrote: Hi there - I am having an issue where I have a scrollpane component on my stage that loads and uses an empty movie clip from my