例如,只有當我將它們直接添加到主應用程序對象時,纔會顯示mx.controls.Image對象。如果我添加一個「子圖像」到以前創建的圖像對象,它不會顯示。爲什麼?我錯過了什麼概念? 我想要做什麼: var img : Image = new Image;
var subimg : Image = new Image;
img.source = "images/panel.png";
sub
我很努力將訪問者模式應用於一些具有標量成員並且同時聚集成員(集合)的對象。 這些是我的對象: Artist
- id
- name
- .. more scalar values ..
- worksOfArt <-- this is a collection as WorkOfArt instances
WorkOfArt
- id
- name
- .. more scal