I have this scenery:
- 1 ScrollPane
- 1 UILoader.
And i do that:
myScrollPane.source = myUILoader;
Everything is ok here! (The contens apear correctly).
Im using UILoader as source because i need 'loadBytes' method to show my pre-loads ByteArrayData.
The problem is the SCROLLBAR of ScrollPane doesn't show the scroll handler when the content get out of wiew port.
Obs this doesn't work too, in any time, after load, on click , etc.
myUILoader.invalidate(); myUILoader.refreshPane(); myUILoader.update();
Any help , thanks!!!!