Last night I held a Parsley Bring Your Own Laptop Workshop, part of the New York Flex Meetup. We had a very good attendance (around 26 people) considering how niche the topic is. I’d like to thank everyone for participating to this event and to help us reach 100 members. It is with your continued involvement that we’ll reach 200 by year’s end.
As usual, we’ve recorded the workshop on UStream. You can follow along using the pre-made workshop files or you can skip right to the end and get the completed workshop files. I hope that this helps anyone out there trying to learn Parsley for their next project.
I’d also like to thank Lab49 for their continued sponsorship of the New York Flex Meetup and events such as these. As well as Adobe for providing 2 Flash Builder 4 Premium licenses and Shashank Tawari for giving 3 AdvancED Flex 4 books to give away at the event.
Copyright © Thinking in Code. All Rights Reserved. Powered by Wordpress
Nice presentation, we are using it in our project. I tried to run the Flickr app. When i click on ‘Search’ button, nothing happens, not sure why. I put a debug point at >>> this.dispatchEvent(new DataEvent(‘search’, false,false,input.text)); in MainUI.xml but couldnt debug.
MainUI.mxml
Do you see any thing out of ordinary?
thanks
Well, I don’t have all the code, but after a quick look I noticed that your MessageHandler option is wrong. It should be “messageProperties” not “messageProperty”. This should of given you a runtime error I believe.
Hope that works.