Hi Om,

 I have created a basic component Explorer for the Flexlib library on the
lines of Tour De flex .

http://shyamsoftblog.blogspot.in/2013/05/flexlib-component-explorerflex-3.html

Can we have a similar kind of project for creating a showcase for the new
components  till TourDeFlex is donated ? Would like to help in this.

 Regards,

Shyam Sundar Ashok



On Thu, May 23, 2013 at 11:05 PM, OmPrakash Muppirala
<bigosma...@gmail.com>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 dev@flex.apache.org 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 <t...@extravision.com> 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
> >> ______________________________**______________________________**
> >> __________
> >>
> >
> >
>

Reply via email to