Illudium Code Generator Updated
- Enhancement Request 24: Show Busy Cursor
- Enhancement Request 25: Admin Password Visually Asked For
- Bug Fix 31: Reset Tab Index on Regenerate
- Enhancement Request 35: Release Flex Source
- Bug Fix 38: Typo in /xsl/to.xsl
The major change here is that you no longer need to hard-code your ColdFusion administrator password into the Application.cfm. Instead, you will be prompted with a nice little Flex popup when the application starts to enter your password, at which point stuff will proceed and load up as before.
The other major "enhancement" is that I *finally* released the Flex source, which is available under /trunk/cfcgenerator (flex source)/. So, for those of you who want to mess with it, or perhaps contribute, feel free.
The major bug fix was a pain to fix (thanks Todd). Basically, I use a repeater to dynamically populate the the tabs and their content when you click generate. However, in what appears to be a Flex bug, it would reload showing the content of tab 1, but whatever tab you had selected, say tab 3, would remain selected. After trying just about every avenue I could think of, I finally added an observer that kicks off when you click generate and resets the selected tab to 1 before the tabs are repopulated (if you are curious, hey, the Flex code is there now).
As usual, if you enjoy this project and it saves you time (and from the feedback I got at cf.Objective() there are a lot of folks using it), I would love anything off my wishlist.
