Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1540 - 1569 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1540
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. ...
Greg Luce
cf_greg
Offline Send Email
Nov 1, 2006
2:43 pm
1541
Whilst I haven't (yet) gotten around to the documentation updates on the website... ...I have started work on Fusebox 5.1 per this blog post: ...
Sean Corfield
seancorfield
Offline Send Email
Nov 4, 2006
5:39 am
1542
... 140 - attributes scope not available in exception handler 153 - element fusebox is undefined after renaming application 160 - sequence of conditional logic...
Sean Corfield
seancorfield
Offline Send Email
Nov 4, 2006
6:49 am
1543
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...
Sean Corfield
seancorfield
Offline Send Email
Nov 5, 2006
2:02 am
1544
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...
Sean Corfield
seancorfield
Offline Send Email
Nov 5, 2006
3:22 am
1545
FYI, build 265 applies the same fix to the fusebox.xml handling in fuseboxApplication.cfc as well....
Sean Corfield
seancorfield
Offline Send Email
Nov 5, 2006
3:34 am
1546
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...
Sean Corfield
seancorfield
Offline Send Email
Nov 6, 2006
8:00 pm
1547
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) ...
Sandra Clark
slclark2499
Offline Send Email
Nov 6, 2006
8:12 pm
1548
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...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 6, 2006
8:44 pm
1549
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...
Tim Mixell
tim.mixell
Offline Send Email
Nov 6, 2006
9:03 pm
1550
... 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 ...
Damien McKenna
d_mc_kenna
Online Now Send Email
Nov 6, 2006
9:11 pm
1551
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...
Jason Daiger
jasondaiger
Offline Send Email
Nov 6, 2006
10:58 pm
1552
... 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...
Sean Corfield
seancorfield
Offline Send Email
Nov 6, 2006
11:17 pm
1553
... 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...
Sean Corfield
seancorfield
Offline Send Email
Nov 6, 2006
11:23 pm
1554
Option #6 is checked in. If you feel inclined, pull the latest version from SVN and try it out and give me your thoughts......
Sean Corfield
seancorfield
Offline Send Email
Nov 7, 2006
12:18 am
1555
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@...
Send Email
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...
Kevin Roche
rochekuk
Offline Send Email
Nov 7, 2006
11:44 am
1557
great job Sean....keeping a distant eye on progress at the moment :) see you Thursday kevin :) john....
John Beynon
john_beynon
Offline Send Email
Nov 7, 2006
12:43 pm
1558
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...
Ray
raybtwo
Offline Send Email
Nov 9, 2006
9:27 pm
1559
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...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 9, 2006
9:40 pm
1560
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...
Sandra Clark
slclark2499
Offline Send Email
Nov 9, 2006
9:41 pm
1561
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...
Jason Daiger
jasondaiger
Offline Send Email
Nov 9, 2006
9:54 pm
1562
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. ...
Ray
raybtwo
Offline Send Email
Nov 10, 2006
3:06 pm
1563
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...
Sean Corfield
seancorfield
Offline Send Email
Nov 10, 2006
4:30 pm
1564
That fixed it! Thanks you so much Sean! I really thought I was losing my mind....
Ray
raybtwo
Offline Send Email
Nov 10, 2006
5:31 pm
1565
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...
kbutterly
Offline Send Email
Nov 15, 2006
4:21 pm
1566
... [snip] ... Shouldn't that be http://myserver:8080/myApp_FB5/ ? Also, what is your defaultfuseaction? It should be something like this: <parameters> ...
Damien McKenna
d_mc_kenna
Online Now Send Email
Nov 15, 2006
4:51 pm
1567
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...
Jason Daiger
jasondaiger
Offline Send Email
Nov 15, 2006
6:42 pm
1568
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...
kbutterly
Offline Send Email
Nov 15, 2006
7:25 pm
1569
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...
kbutterly
Offline Send Email
Nov 15, 2006
7:28 pm
Messages 1540 - 1569 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help