Well, there's no point putting it on the wiki if a few days later someone is going to have to scrape it off into an application is there ?

Tom

On 23/05/2013 18:35, OmPrakash Muppirala wrote:
That should work, Tom.  Maybe a simple skinning example to go with this
would be nice as well.

The point is to have simple examples out there for people to know that
these components exist and can be used.  As more people use it, we will be
able to make them better and fix any bugs they find.

You can post on the [email protected] to ask for wiki access.  Quality
contributions will be a good way to get invited to become a committer.
  Committers have access to the git and website repos.  Then we can figure
out a permanent home for the tutorials and examples section on the website.


Also, it would be nice to create separate JIRA tasks for each component you
are planning on writing examples for.  This way folks know that your
working on it and there won't be duplicated efforts.

Thanks,
Om

On Thu, May 23, 2013 at 2:39 AM, Tom Chiverton <[email protected]> wrote:

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<http://ns.adobe.com/mxml/2009>
"
                
xmlns:s="library://ns.adobe.**com/flex/spark<http://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<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
______________________________**______________________________**
__________



______________________________________________________________________
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