rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Fabrication Module doesn't like <fabrication:layout> #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<?xml version="1.0" encoding="utf-8"?>
<fabrication:FlexModule 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:s="library://ns.adobe.com/flex/spark" 
    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:fabrication="http://puremvc.org/utilities/fabrication/2010"
    paddingLeft="20" paddingRight="20" paddingTop="20" paddingBottom="20">

    <fabrication:layout>
        <s:BasicLayout/>
    </fabrication:layout>
</fabrication:FlexModule>

Gives me:  
Invalid value:  .  It must be one of vertical, horizontal, absolute.    

Original issue reported on code.google.com by ad...@projectladybug.org on 24 Jul 2011 at 7:34

GoogleCodeExporter commented 9 years ago
Fixed in 0.8.7 version Flex-sparkonly swc.

Original comment by PiotrZarzycki21@gmail.com on 23 Oct 2013 at 4:46

GoogleCodeExporter commented 9 years ago
Fixed in 0.8.7 version Flex-sparkonly swc.

Original comment by PiotrZarzycki21@gmail.com on 23 Oct 2013 at 4:48