I suggest downloading the sample apps and tearing into the code. That's what does it for me. I like the wegotwidgets app for breaking in new Fuseboxers. ...
... 140 - attributes scope not available in exception handler 153 - element fusebox is undefined after renaming application 160 - sequence of conditional logic...
If you pull Fusebox from SVN, the version will report 5.0.1. (svn_revision) so that you can tell exactly what should be in a given build. Fusebox SVN...
I have integrated Daniel Schmid's Java fix for the timestamp detection on the circuit loading code. It's in build 264. Please feel free to pull this version...
Please review Ticket 139: http://trac.fuseboxframework.org/fusebox/ticket/139 I think this is a good idea because it will make it easier to reuse common...
6 is okay, I also think you could get away with a variation of 3 3. Add a new Fusebox parameter (enableRelativeCircuits?) default it to true (FB4.1 behavior) ...
How about #3, with leading slashes throwing an error in strictMode if it's disabled. Otherwise, if it's disabled and your'e in a dev mode, leading slashes...
Is there an advantage to using a Fusebox parameter over using an attribute inside the circuit tag? It seems to me that since you're controlling the behavior of...
... An obvious question: what about running FB on Bluedragon.net, won't this break compatibility? Does that then mean that you are primarily focused on ...
Given one of the main goals of FB5 is to backward compatibility w/ 4.1 I vote against anything that breaks that directive. I do not like any of the ideas for...
... According to Peter Boughton, the fix ought to work on both BD and Railo but I don't have BD.NET on hand to try it out. My understanding is that basic Java...
... Well, that's the logic leading me to prefer #6... But #3 was my second choice. I've implemented #6 locally and played with it and it seems to work very...
You can also check out Sean Corfield's site corfield.org. He has a link to some example frameworks code that is an application refactored in several different...
Russ Johnson
russ.cfcoder@...
Nov 7, 2006 4:25 am
1556
Sean, I will do some more on the documentation if you want. What do you thing about RoboHelp? Could we use that? I have never used it but I thought the docs...
I'm about ready to pull my hair out. I'm trying to implement Nifty Corners with a new FB5 application I am working on and it simply will not work. Right now...
It's a pathing problem. You need to ensure the JS and CSS files are accessible relative to index.cfm, not your view template, since index.cfm is the URL that...
Your js and css and image files are called relative to the index.cfm. I'm taking a guess (your local host url won't run on my computer), that you have your js...
Ray, It sounds like a 'relative' mapping issue. You should double check the paths you are using to the images and js files. Those paths need to be from the...
Thanks for the suggestions. I thought it was a mapping issue too. I have CF mappings to folders for image and js files that are the wwwroot directory. ...
I think the problem is inside this newer version of NiftyCorners itself - it dynamically adds in a new CSS file: function AddCss(){ niftyCss=true; var...
Good morning all, Well, after three years away, I am back in FB land, and very glad to be here! I have downloaded the FB5 files and have set up my first app...
... [snip] ... Shouldn't that be http://myserver:8080/myApp_FB5/ ? Also, what is your defaultfuseaction? It should be something like this: <parameters> ...
Sean, I pulled down the latest code from SVN to test out the new absolute path support and am running into some issues. Before I add a ticket for it I wanted...
Damien, Thanks so much for the reply. Yes the link should have been http://myserver:8080/myApp_FB5/, that was a typo on my part. I got FB to recognize the new...
Good afternoon all, I am wondering if anyone has any tag def files for FB5 that work in Dreamweaver 8. I have tried using the .vtm files from fusebox.org, but...