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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 750 - 779 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
750
Sean, Glad I could help a little... I'm able to keep progressing, as I've place the app in production mode and just do a loadclean and a parseall after...
Terry L Schmitt
same1966
Offline Send Email
Jun 1, 2006
1:03 pm
751
Hi, In 4.1, I conceived of fusebox.init.cfm as, essentially, application.cfm (i.e., runs before everything). So I used fusebox.init.cfm to initialize...
idougward
Offline Send Email
Jun 1, 2006
2:37 pm
752
... In fusebox.init.cfm. ... Where does it say that? fusebox.appinit.cfm is for per-application initialization. fusebox.init.cfm is for per-request...
Sean Corfield
seancorfield
Online Now Send Email
Jun 1, 2006
5:24 pm
753
... Hi Sean, Thanks for the info. The rtf file posted in the Alpha3 floder on this site has a section 'Application Initialization', under which it recommends,...
idougward
Offline Send Email
Jun 1, 2006
6:03 pm
754
... It means: Either use fusebox.appinit.cfm or <appinit> global fuseaction, but not both. It's not talking about fusebox.init.cfm (which can be used with...
Sean Corfield
seancorfield
Online Now Send Email
Jun 1, 2006
6:33 pm
755
... Got it. Thanks!...
idougward
Offline Send Email
Jun 1, 2006
7:27 pm
756
... I've made some changes to how locking is handled and I believe I have a fix for this now. I am able to run Terry's test, repeatedly clicking all the AJAX...
Sean Corfield
seancorfield
Online Now Send Email
Jun 3, 2006
10:12 pm
757
I still haven't gotten around to putting this on the wiki but I have done quite a bit of work on it over the last couple of days (yes, at the cat show in...
Sean Corfield
seancorfield
Online Now Send Email
Jun 4, 2006
9:20 pm
758
There's a fair chance this is just a UTS/ID10t error on my part, but in FB4, I have some lexicons that look sort of like this: <cfset fb_.parsedfile =...
Nathan Strutz
nathan_strutz
Offline Send Email
Jun 5, 2006
6:23 pm
759
Some history on that: When John first built the 4.0 cores, he did manual string appends to fb_.parsedfile. That was both rather cumbersome and restrictive to ...
Barney Boisvert
barneyboisvert
Offline Send Email
Jun 5, 2006
6:50 pm
760
... As Barney indicates, if you use fb_appendLine(), it will work with both FB41 and FB5. Since the behavior of lexicons in FB41 was completely undocumented ...
Sean Corfield
seancorfield
Online Now Send Email
Jun 5, 2006
10:29 pm
761
... Well, we've established that it doesn't entirely fix the problem and digging into his new example shows that this is an almost impossibly hard problem to...
Sean Corfield
seancorfield
Online Now Send Email
Jun 7, 2006
5:03 am
762
How much cost is there for a read-only CFLOCK? I've never taken the time to care, but I'm wondering if it's truly an unacceptable cost to throw a read-only...
Barney Boisvert
barneyboisvert
Offline Send Email
Jun 7, 2006
3:56 pm
763
I was hoping to have Beta 2 ready to go out today but it's not there yet. A couple of (minor) FB41 compatibility issues were uncovered that I really want to...
Sean Corfield
seancorfield
Online Now Send Email
Jun 10, 2006
4:24 pm
764
Sean, Thanks for letting us know, but don't sweat it. You're doing an amazing job on FB5. I, for one, am always impressed, and I'm sure no one is literally ...
Nathan Strutz
nathan_strutz
Offline Send Email
Jun 11, 2006
8:28 am
765
... The compatibility issues have been addressed and I've worked through a few more minor issues that I really wanted to get into the Beta for testing before...
Sean Corfield
seancorfield
Online Now Send Email
Jun 12, 2006
2:59 am
766
I have a question about appinit. I'm trying to use appinit to call an initialization fuseaction in my model circuit. This fuseaction initializes reactor and...
Ray Buechler
raybtwo
Offline Send Email
Jun 12, 2006
4:22 pm
767
Are you using a security plugin that fires prefuseaction? The appinit fuseactions (in beta 1) still call the plugins like any other fuseactions. This problem...
Barney Boisvert
barneyboisvert
Offline Send Email
Jun 12, 2006
4:37 pm
768
... Okay....I am stupid! typo alert! I was using <appint></appint> instead of <appinit></appinit>. That leads to the question however of shouldn't fusebox...
Ray
raybtwo
Offline Send Email
Jun 12, 2006
6:21 pm
769
... Fixed for Beta 2: http://projects.simb.net/fusebox/trac.cgi/ticket/49 See also the documentation which comments on this in the description of <appinit>: ...
Sean Corfield
seancorfield
Online Now Send Email
Jun 13, 2006
2:09 am
770
... Since <appinit> is optional, Fusebox is still happy if it doesn't find it :) Mostly Fusebox ignores unknown (but well-formed) XML during compilation. Beta...
Sean Corfield
seancorfield
Online Now Send Email
Jun 13, 2006
2:35 am
771
... Terry has confirmed this. I will update the documentation accordingly. "development-no-load" mode will be the recommended mode for developing applications...
Sean Corfield
seancorfield
Online Now Send Email
Jun 13, 2006
2:58 am
772
... If someone does care to read it, perhaps they use a code sweeper of some sort?...
Nando
deva_nando
Offline Send Email
Jun 13, 2006
3:21 am
773
... As odd as it sounds I do want readable parsed files, since the "speed" up is in development mode and does not really affect the performance profile of the...
David Sparkman
sparkmad
Offline Send Email
Jun 13, 2006
4:14 am
774
... How about if it meant cutting compile/parse time in half? I discovered some CFC "tricks" that have changed the "development-no- load" time (with...
Sean Corfield
seancorfield
Online Now Send Email
Jun 13, 2006
6:31 am
775
... Maybe you should start a poll, I will vote for a faster compiler/parser -Harry...
Harry Klein
derrick13de
Offline Send Email
Jun 13, 2006
7:53 am
776
Go for speed over readability for the parsed files. If you are looking at parsed files, then I suppose you do it to see how they are built. You wouldn't...
Adam Reynolds
awjreynolds
Offline Send Email
Jun 13, 2006
11:17 am
777
I've never looked at the parsed files for debugging purposes, only for curiosity. I vote for speed! Chris...
Christian Ready
christianrea...
Offline Send Email
Jun 13, 2006
1:20 pm
778
... I vote for speed. I think the only time I really looked at the parsed files was when I was testing the thread-safe issue. Terry...
Terry L Schmitt
same1966
Offline Send Email
Jun 13, 2006
1:48 pm
779
I vote for speed as well. Perception is everything and one of the perceptions of FB is that it is slow (mostly because most people think of FB speed as in...
Sandra Clark
slclark2499
Offline Send Email
Jun 13, 2006
1:49 pm
Messages 750 - 779 of 4396   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