cristallium opened a new issue #762: using "gap" property in <j:HGroup> is ignored or throw error (SDK0.9.7 royale-asjs_jsonly #1053) URL: https://github.com/apache/royale-asjs/issues/762 Hi (...Carlos ?), Here is the test case : ``` <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="*" > <j:valuesImpl> <js:SimpleCSSValuesImpl /> </j:valuesImpl> <j:initialView> <j:View width="100%" height="100%"> <j:HGroup gap="40"> <j:Button text="BT1"/> <j:Button text="BT2"/> </j:HGroup> </j:View> </j:initialView> </j:Application> ``` Found issue when using gap property : if set to 20, then it seem have no effet if set to 40, then throw following error  Regards
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
