Wireframe editor now makes FB5 switch
The wireframe editor code in subversion now creates an FB4 or FB5 format switchblock. In other words a circuit.xml file. There are more changes I want to make to this code but essentialy it will create a file suitable for use as a starting point in a non MVC application. It only takes a few mods to use the generated file as the controller for an MVC application too.
My plan is to make the generator do both MVC and non MVC code. Watch this space!


Found your wireframe app on RIAForge today and used it to whip up a quick wireframe for a ColdFusion-powered portlet. It worked flawlessly on my local development machine (Windows), but had a little trouble when I ported it up to our shared development web server (Unix OS) due to two capitalization problems:
--In controller/wireframe/circuit.xml.cfm, had to change "fbx_settings.cfm" (line 4) to "fbx_Settings.cfm"
--In model/mWireframe/qry_datafile.cfm, had to change "lesswhitespace.cfm" (line 58) to "LessWhiteSpace.cfm"
...Once I made those changes, it worked perfectly on the server.
You did a really nice job with this application.
--Brian