Recently I attempted at add copy, paste, delete to a ContextMenu (rt-click menu) of a Flash movie. I quickly discovered that copy, paste, and delete are reserved words and cannot be used. I tried the trick of putting a space after the words, i.e. “copy “. That did not work. I found a decent work [...]
Read full blog post: Flash ContextMenuArchive for the ‘Flex’ Category
Google App Engine Text Datastore Object not Saving with AMF
Thursday, July 2nd, 2009
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMF
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMFCreating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
Friday, June 26th, 2009
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash BuilderA Chat About PHP with Adobe Flash Builder 4 and Flash Catalyst
Thursday, June 25th, 2009
With all the hoopla that is going on with the Flash Platform… probably the biggest news comes from Flash Builder 4 (Flex) with Data Services. The new wizards that can introspect your data service and help you create code to build effortlessly (well at least it is a good start). You may use whatever flavor [...]
Read full blog post: A Chat About PHP with Adobe Flash Builder 4 and Flash Catalyst
With all the hoopla that is going on with the Flash Platform… probably the biggest news comes from Flash Builder 4 (Flex) with Data Services. The new wizards that can introspect your data service and help you create code to build effortlessly (well at least it is a good start). You may use whatever flavor [...]
Read full blog post: A Chat About PHP with Adobe Flash Builder 4 and Flash CatalystAdobe Flash Builder and Catalyst Tips, Tricks, and Hacks
Tuesday, June 23rd, 2009
Adobe Catalyst was released at the beginning of June with great fanfare, and with that positive buzz a lot of tutorials have been created that demonstrate how quickly a developer can go from a Catalyst project to a Flash Builder project to a working application. However, there aren’t many tutorials on how to go back [...]
Read full blog post: Adobe Flash Builder and Catalyst Tips, Tricks, and Hacks
Adobe Catalyst was released at the beginning of June with great fanfare, and with that positive buzz a lot of tutorials have been created that demonstrate how quickly a developer can go from a Catalyst project to a Flash Builder project to a working application. However, there aren’t many tutorials on how to go back [...]
Read full blog post: Adobe Flash Builder and Catalyst Tips, Tricks, and HacksHow to Create a Spark Icon Button and Skin
Thursday, June 18th, 2009
With the new spark components in MXML 2009 you may have noticed there is not longer an “icon” style property you can set for a button. So what do you do if you want an icon in your button? One solution is to put the icon in your button skin, but this would require you [...]
Read full blog post: How to Create a Spark Icon Button and Skin
With the new spark components in MXML 2009 you may have noticed there is not longer an “icon” style property you can set for a button. So what do you do if you want an icon in your button? One solution is to put the icon in your button skin, but this would require you [...]
Read full blog post: How to Create a Spark Icon Button and SkinA Taste of “Flash on Tap” 2009
Saturday, June 6th, 2009
A week ago this night, the first “Flash on Tap” conference was winding down as the rocking reggae band (Toussaint and the China Band) finished their set. It was fitting end to an unconventional meeting of design and development professionals; a Flash conference/Micro-beer festival mash-up. The main focus of this three day convention was the [...]
Read full blog post: A Taste of “Flash on Tap” 2009
A week ago this night, the first “Flash on Tap” conference was winding down as the rocking reggae band (Toussaint and the China Band) finished their set. It was fitting end to an unconventional meeting of design and development professionals; a Flash conference/Micro-beer festival mash-up. The main focus of this three day convention was the [...]
Read full blog post: A Taste of “Flash on Tap” 2009Paginated DataGrid with Sorting
Saturday, April 4th, 2009
In a recent project we built a DataGrid that showed paginated data from a web service. That itself was pretty straight-forward. It eventually required sorting. And of course the sorting feature with DataGrid would only sort the data within a single page when we wanted the sorting to be applied to the entire data set. [...]
Read full blog post: Paginated DataGrid with Sorting
In a recent project we built a DataGrid that showed paginated data from a web service. That itself was pretty straight-forward. It eventually required sorting. And of course the sorting feature with DataGrid would only sort the data within a single page when we wanted the sorting to be applied to the entire data set. [...]
Read full blog post: Paginated DataGrid with Sorting