What do you want out of this ? Should I just post some example code on my blog ? Would doing it on a central Wiki be better ?

There's only so much excitement you can have with :

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">

    <fx:Script>
        <![CDATA[
            import spark.components.Alert;
            protected function button1_clickHandler(event:MouseEvent):void
            {
                Alert.show('A message','A title');
            }
        ]]>
    </fx:Script>


<s:Button click="button1_clickHandler(event)"/>

</s:Application>

:-)

On 20/05/2013 19:10, OmPrakash Muppirala wrote:
It would be great to publish tutorials and examples for the new components
[1]

There are numerous committers and contributors who had expressed interest
in writing documentation and tutorials.  Anyone wants to give it a go?

Thanks,
Om

[1]
https://fisheye6.atlassian.com/browse/~br=develop/flex-sdk/frameworks/projects/experimental/src/spark


______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

Reply via email to