I'm trying to use HGroup to keep several optional images together in a group however I'm not hitting the right combination. In short, the code is:
hgroup = new HGroup(); hgroup.right = 0; hgroup.top = 0; hgroup.gap = 0; Within the renderer I try to add the element addChild(hgroup); // have also tried addChild(DisplayObject(hgroup)); And when I want to add images within the HGroup hgroup.addElement(lockedImage); hgroup.addElement(noteImage); Nothing appears visually. Any suggestions? Thank you -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/