Re: [ACFUG Discuss] Recompiling on the fly

2006-10-13 Thread Max Immelman
Thanks Charlie. I'll test it out today. Max - Original Message - From: Charlie Arehart [EMAIL PROTECTED] To: discussion@acfug.org Sent: Thursday, October 12, 2006 8:19 PM Subject: RE: [ACFUG Discuss] Recompiling on the fly No, it doesn't. And that wouldn't be CF but the editor

Re: [ACFUG Discuss] Recompiling on the fly

2006-10-12 Thread Douglas Knudsen
In the CFAdmin tool in version 7 in the caching section, there is a button at the bottomClick the button below to clear the template cache. ColdFusion will re-load templates into memory the next time they are requested and recompile them if they have been modified.There is no page level cache

Re: [ACFUG Discuss] Recompiling on the fly

2006-10-12 Thread Max Immelman
everytime to insure recompile. Again, I have not been doing this a long time. Thanks for you help. - Original Message - From: Teddy Payne To: discussion@acfug.org Sent: Thursday, October 12, 2006 3:56 PM Subject: Re: [ACFUG Discuss] Recompiling on the fly Unless

Re: [ACFUG Discuss] Recompiling on the fly

2006-10-12 Thread Max Immelman
: Thursday, October 12, 2006 5:09 PM Subject: RE: [ACFUG Discuss] Recompiling on the fly If you mean a recompile of the CFC itself, one thing to do is to flush the template cache. That would force a recompile. Of course, it's one thing to flush the whole cache, and another to flush just one

RE: [ACFUG Discuss] Recompiling on the fly

2006-10-12 Thread Charlie Arehart
] On Behalf Of Max Immelman Sent: Thursday, October 12, 2006 5:47 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Recompiling on the fly Charlie, I know in VS (building .net app) you press the F5 key to compile and load in debug mode or ctrl F5 (i think) without debug. CF has nothing

IDE for ActionScript/Flex (was RE: [ACFUG Discuss] Recompiling on the fly)

2006-10-12 Thread Charlie Arehart
/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max ImmelmanSent: Thursday, October 12, 2006 6:09 PMTo: discussion@acfug.orgSubject: Re: [ACFUG Discuss] Recompiling on the fly DK, This is very helpful! I thought there must be an easier way to do this. My CFC were not being