I got tired of maintaining my CF based site so I moved to a WordPress blog. It’s so much easier to plug new stuff in and there are a bunch of people building stuff for WP, I figured that I might as well do it.
I am in the process of moving all of my old [...]
Entries from April 2008
Moved to a WordPress blog
April 28th, 2008 · No Comments
Tags: Uncategorized
Set Cursor Focus in Flex
April 28th, 2008 · No Comments
I have a pet peeve, although I’ll admit it’s one of many. The pet peeve is this. When starting a Flex application that requires authentication, I have to use tabbing or, heaven forbid, my mouse to set focus to the “user name” field on the login screen. Why!! We have been doing this for years [...]
Tags: Flex
FlexReport Release
April 28th, 2008 · No Comments
It doesn”t matter where I go, I always run into people having printing issues with Flex. Most have found the FlexPrintJob class and samples on how to use it, but for those who print multiple pages the results are sometime less than stellar.
I just found a new open source project called FlexReport. It is said [...]
Tags: Flex
Denver Flex Users Group
April 28th, 2008 · No Comments
Our new site is RIA5280.org and is growing fast!
The Denver Adobe Flex UG has been meeting for a year and a half now with great success. We have had great topics, great speakers and great involvement from the community.
We”ve taken the next step in expanding our community by revamping the website. We are using a [...]
Tags: Flex
Also released BlazeDS
April 28th, 2008 · No Comments
In short, it’’s the free version of LiveCycle Data Services that includes the Remoting and Messaging technology previously available only as part of LiveCycle Data Services. It will now be available for free as a new Open Source product called BlazeDS (under LGPL v3 license).
Get BlazeDS
Tags: Data Services · Flex
Flex 2 Runtime CSS
April 28th, 2008 · No Comments
So they”ve added this new feature called Runtime CSS to Flex 2 and integrated it with Flex Builder 2.0.1. You may over think this a bit, as I did, but it is really quite simple. In this entry, I go over the details.
I also have a gotcha that may have you scratching your head for [...]
Tags: Flex
How to share your Flex code
April 28th, 2008 · 1 Comment
Sharing your source code is easy in Adobe Flex 2. After a quick glance at the Application class in the Flex API, you”ll find that the viewSourceURL property will allow you to open a new browser window at which your source would be stored. You could point it to a specific file or zip as [...]
Flex 2 Error with XML
April 28th, 2008 · No Comments
While teaching a Flex class recently, I had several students encounter this error in which their application would error out with the following: “Error #2148: this error did not allow to read data from a file XML”
This seemed rather strange because the XML file was surely there, but something else was up. So we started [...]
Tags: Flex
Coding in the correct Font
April 28th, 2008 · No Comments
Having used a dozen or so IDE over the years, I appreciate it when they provide a way for me you use my favorite font (Bitstream Vera Sans Mono). You can set the font in Flex Builder from Windows > Preferences dialog window. Select the General > Appearance > Colors and Fonts category. Then in [...]
Tags: Best Practise · Eclipse
RDS in Eclipse
April 28th, 2008 · No Comments
There is a new view that you can get from Adobe Labs that will add an RDS view to the eclipse IDE. It uses an updated version of ColdFusion MX, so it takes an update to your ColdFusion MX server before you add the plugin to eclipse.
The RDS view can be configured to point to [...]
Tags: ColdFusion · Eclipse