I am trying to create a container type component (which extends UIComponent), for flash. Now the problem is that if the added content contains other UIComponents, they will not be drawn. I cannot call drawNow() on them, since they can be unknown, or private. Components such as scrollPane display content with UIComponents correctly, but for some reason I cannot find in its source how it does that…If I nest a scrollPane in UIComponent, UIComponents in the scrollPane content do not display correctly either. Any ideas how I can force them to redraw?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| [Flex] Creating Sprite in a UIComponent? | 0 | 102 | February 13, 2007 | |
|
Components not getting displayed
|
0 | 46 | February 7, 2007 | |
| UI components not working | 0 | 65 | May 27, 2004 | |
|
UI components not working
|
1 | 57 | May 28, 2004 | |
| Putting components inside a scrollPane component | 0 | 77 | February 14, 2007 |