cristallium opened a new issue #784: HGroup/HContainer itemsVerticalAlign 
property issue SDK0.9.7#1086
URL: https://github.com/apache/royale-asjs/issues/784
 
 
   Hi Carlos,
   
   I'm playing a little with `itemsVerticalAlign  `and `itemsHorizontalAlign 
`for H/V Group and Container.
   
   when using a `VGroup `or `VContainer `then 
`itemsHorizontalAlign="itemsCenter"` works fine.
   1) In this case (VGroup or VContainer), is `itemsVerticalAlign `must be 
usable ? (if yes it seems not working)
   
   Now the opposite: when using `HGroup `or `HContainer `then 
`itemsVerticalAlign  `doesn't work.
   
   2) Same question as previous,  in this case (HGroup or HContainer) is 
`itemsHorizontalAlign`must be usable ? (if yes it seems not working)
   
   Here is test case for the issue with `HGroup `:
   ```
   
   <j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
        xmlns:j="library://ns.apache.org/royale/jewel" 
        xmlns:js="library://ns.apache.org/royale/basic" 
        xmlns:local="*" width="100%" height="100%">
   
   
        <j:valuesImpl>
                <js:SimpleCSSValuesImpl />
        </j:valuesImpl>
   
        <j:initialView >
                <j:View width="100%" height="100%">
   
                        <j:HGroup width="100%" height="100%" 
itemsVerticalAlign="itemsCenter" >
                                        <j:Card width="80%" height="10"/>
                                        <j:Label text="HELLO"/>
                        </j:HGroup>
   
                </j:View>
        </j:initialView>
   
   </j:Application>
   ```
   
   and the result :
   
![image](https://user-images.githubusercontent.com/6851433/77406318-c1221a80-6db4-11ea-8705-9d2836059d09.png)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to