Entries Tagged as "Adobe"
Squiggly Spell Checking Engine
Adobe has just released (Mar 30) its Preview 3 build of Squiggly, a spell checking engine for Flex 3 or Flex 4 text controls. I was very interested in using Squiggly in some of my projects so I was fast to jump on this and give it a try.
Squiggly is very easy to use! All you have to do is copy the .swc's into your projects libs directory, copy the 'dictionaries' directory into your src directory of your project and you are ready to use Squiggly.
The easiest way for me to use Squiggly was to create new classes that extend the TextInput and TextArea controls and enable/disable the spell checking on focus change. This gives it the "check as you type" functionality.
I did run into a bit of trouble after I moved my demo to my server and tried pulling it up. I was getting this error:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://labs.dcfusion.com/flex/Squiggly/dictionaries/en_US/en_US.aff
What this means is my IIS (7.5) web server didn't know how to handle the .aff extension. I also had the same issue when trying to pull up the en_US.dic file. The en_US.aff and en_US.dic files are basically dictionary files that the .swc's use in order to evaluate the text properly. So I had to add new mime types for these extensions. So, in summary, I added a total of 2 new mime types:
File name extension: .aff
MIME type: text/plain

File name extension: .dic
MIME type: text/plain

Here is my demo (click inside the TextInput or TextArea controls to activate, then right-click on the red squiggly lines):
Download the source to this demo here!
Special thanks to Brian Rinaldi and his Spell checking in Flex with Squiggly - Part 1 blog post to help get me started!
Flash Builder 4 & ColdFusion Builder Install Issues
Posted by David in Adobe , ColdFusion , Flash , Flex on March 26, 2010
While installing both Flash Builder 4 and ColdFusion Builder I ran into an issue that had me wondering what I did wrong. Here is the setup I was going for: Flash Builder 4 Premium Standalone with ColdFusion Builder Eclipse Plug-in installed into the Flash Builder install. This was all done on Windows 7 64-bit.
Step 1. Install Flash Builder 4 Premium Standalone. Everything went great! No issue with this install, as you can see.

Step 2. Install ColdFusion Builder Eclipse Plug-in into the Flash Builder install. The install went well, as expected. The problem was when I launched Flash Builder, I could not find the ColdFusion Builder perspective.
After uninstalling ColdFusion Builder and re-installing with the same results, I tried one last thing. I fired up Flash Builder by right-clicking and "Run as administrator" and I could finally bring up the ColdFusion Builder perspective just fine!

And the results...

Hope this info helps!
Adobe and Avatar
Posted by David in Adobe on December 22, 2009
Here is a great video describing how Adobe software was used throughout the production of the movie Avatar.
Adobe Developer Week Recordings
Posted by David in Adobe on May 7, 2008
Top 10 New Things You Can Do With Photoshop CS3
Posted by David in Web Development , Adobe on May 1, 2007
I know I don't usually talk about Photoshop here, but I use the product frequently and it's an Adobe product =).
Here is a list of the 10 top new things you can do with Photoshop CS3 which came out a couple of weeks ago. I cant wait to check the new features out...
View the list here!
Recent Comments