I have just started to move an Adobe Flex 4.6.0 to Apache Flex, but cannot
get mx:VDividedBox or mx:DividedBox to be recognized. I built the sdk by
unzipping the Apache Flex 4.16.1 SDK, and then overlaying the AIR 27 SDK.

Is there something I am missing?

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                       xmlns:s="library://ns.adobe.com/flex/spark" 
                       xmlns:mx="library://ns.adobe.com/flex/mx" >
    
    <fx:Script>
        
    </fx:Script>
    
    <ns:VDividedBox direction="vertical" 
                   top="205" bottom="10" left="10" right="10"
                   verticalScrollPolicy="off">
    </ns:VDividedBox>
    
</s:WindowedApplication>




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to