<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://openpyro.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://openpyro.org/wiki/feed.php">
        <title>OpenPyro</title>
        <description></description>
        <link>http://openpyro.org/wiki/</link>
        <image rdf:resource="http://openpyro.org/wiki/lib/images/favicon.ico" />
       <dc:date>2009-03-23T14:31:06-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://openpyro.org/wiki/doku.php?id=development_themes&amp;rev=1237732493&amp;do=diff"/>
                <rdf:li rdf:resource="http://openpyro.org/wiki/doku.php?id=intro&amp;rev=1237669957&amp;do=diff"/>
                <rdf:li rdf:resource="http://openpyro.org/wiki/doku.php?id=layouts&amp;rev=1235538305&amp;do=diff"/>
                <rdf:li rdf:resource="http://openpyro.org/wiki/doku.php?id=start&amp;rev=1237670068&amp;do=diff"/>
                <rdf:li rdf:resource="http://openpyro.org/wiki/doku.php?id=understanding_the_openpyro_measurement_system&amp;rev=1235537890&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://openpyro.org/wiki/lib/images/favicon.ico">
        <title>OpenPyro</title>
        <link>http://openpyro.org/wiki/</link>
        <url>http://openpyro.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://openpyro.org/wiki/doku.php?id=development_themes&amp;rev=1237732493&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-22T07:34:53-07:00</dc:date>
        <title>development_themes</title>
        <link>http://openpyro.org/wiki/doku.php?id=development_themes&amp;rev=1237732493&amp;do=diff</link>
        <description>*  Smaller k-weight:


One of the primary goals of OpenPyro is to keep filesize small so that these components can be used in small widget type swfs or for Flash 9+ enabled mobile divices.


	*  Composition rather than Inheritance:


OpenPyro components are built using the composition model rather than inheritance. This idea is similar to Flex 4, and each component is assembled by passing it a list of component parts (terminology from Flex 4). If these are not passed in, the component picks a de…</description>
    </item>
    <item rdf:about="http://openpyro.org/wiki/doku.php?id=intro&amp;rev=1237669957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-21T14:12:37-07:00</dc:date>
        <title>intro</title>
        <link>http://openpyro.org/wiki/doku.php?id=intro&amp;rev=1237669957&amp;do=diff</link>
        <description>How is OpenPyro different from Flex ?

	*   Use it as a framework or as a collection of utility libraries: Different packages in OpenPyro can be used just as utility libraries if you dont want to buy into the entire framework. If you, for example, already have an old project and you only want to use the Painters available in OpenPyro, you can do that without having to re-write the entire application in this new framework. However the different packages are even more potent when used together.</description>
    </item>
    <item rdf:about="http://openpyro.org/wiki/doku.php?id=layouts&amp;rev=1235538305&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T22:05:05-07:00</dc:date>
        <title>layouts</title>
        <link>http://openpyro.org/wiki/doku.php?id=layouts&amp;rev=1235538305&amp;do=diff</link>
        <description>Layouts are classes that can be added to any UIContainer to position the children. Layouts need to implement the ILayout interface to actually be assignable to UIContainers. UIControls cannot have Layout's assigned to them. 

Most Layouts also implement the IContainerMeasurementHelper interface, which means that they are responsible for interpreting the percent dimensions as actual pixel values.</description>
    </item>
    <item rdf:about="http://openpyro.org/wiki/doku.php?id=start&amp;rev=1237670068&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-21T14:14:28-07:00</dc:date>
        <title>start</title>
        <link>http://openpyro.org/wiki/doku.php?id=start&amp;rev=1237670068&amp;do=diff</link>
        <description>OpenPyro is an Open Source pure AS3 framework for creating RIA's released under the MIT license. OpenPyro draws a lot of inspiration from Flex but aims to be more expressive and easier to extend as well as have a smaller filesize and memory footprint.</description>
    </item>
    <item rdf:about="http://openpyro.org/wiki/doku.php?id=understanding_the_openpyro_measurement_system&amp;rev=1235537890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T21:58:10-07:00</dc:date>
        <title>understanding_the_openpyro_measurement_system</title>
        <link>http://openpyro.org/wiki/doku.php?id=understanding_the_openpyro_measurement_system&amp;rev=1235537890&amp;do=diff</link>
        <description>One of the best parts of OpenPyro is the layout engine. OpenPyro controls can be sized in a variety of ways that especially makes fluid layouts really easy.

All OpenPyro controls support the following dimension properties:


	*  Explicit Dimensions (explicitWidth, explicitHeight)
	*  Percent Unused Dimensions (percentUnusedWidth, percentUnusedHeight)
	*  Percent Dimensions (percentWidth, percentHeight)
	*  Child Based Validation</description>
    </item>
</rdf:RDF>
