Hi,

Can you try add for the HGroup and images some width and height to check
whether they appear ?

Thanks, Piotr


2017-11-30 15:41 GMT+01:00 Tucsonjhall <jh...@cactusware.com>:

> 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/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Reply via email to