Re: CF8 web service invocation error - possibly when under high load or after 2-3 days uptime

2009-11-09 Thread Simon Hooker
It looks as though this issue still recurred though I have no new information to go with the issue. I will probably make some adjustments later on to see if that helps Try checking the runtime logs as well as the CF logs. http://www.coldfusionmuse.com/index.cfm/2005/6/23/coldfusion_logs

Re: Element thumbnail is undefined in a Java object of type class coldfusion.xml.XmlNodeList.

2009-11-09 Thread Casey Dougall
On Sun, Nov 8, 2009 at 11:35 AM, Dave Watts dwa...@figleaf.com wrote: I don't understand how this is failing... keeps on saying thumbnail doesn't exist... BUT the next node down is content which DOES exist. From the docs: If the thumbnail is not available for the clip then the element

Re: SOT: flex App not working in IE

2009-11-09 Thread Rick Root
Thanks Dave. It wasn't my web server settings, but some changes I'd made to the code caused some cfheader and cfcontent statements to be included in calls to this application that set the no-cache stuff. So I removed those, and issue resolved. Rick

Deleting contents within a folder

2009-11-09 Thread Damo Drumm
Hi Im trying to delete all the contents within a folder using coldfusion, but its deleting the actual folder each time The contents of the folder contains be PDF's has anyone any tips on deleting the contents and not the actual folder Thanks

Re: Deleting contents within a folder

2009-11-09 Thread Barney Boisvert
If you don't mind synchronizing, you can just delete the directory (as you are now) and then recreate an empty one after you're done. Otherwise you'll need to use CFDIRECTORY to get a list of the contained files and delete them individually with CFFILE. cheers, barneyb On Monday, November 9,

Re: Deleting contents within a folder

2009-11-09 Thread JediHomer
You could use CFDirectory to get the listings of the directory, then loop over that calling FileDelete() on the results... 2009/11/9 Damo Drumm damien.dr...@quinn-group.com: Hi Im trying to delete all the contents within a folder using coldfusion, but its deleting the actual folder each

Re: Deleting contents within a folder

2009-11-09 Thread Charles Sheehan-Miles
cfdirectory action=list loop through the list cffile delete based on list contents On Mon, Nov 9, 2009 at 11:07 AM, Damo Drumm damien.dr...@quinn-group.comwrote: Hi Im trying to delete all the contents within a folder using coldfusion, but its deleting the actual folder each time The

RE: Deleting contents within a folder

2009-11-09 Thread LRS Scout
Get a list of the files with cfdirectory action=list then loop over the files. Delete the files with cffile action=delete -Original Message- From: Damo Drumm [mailto:damien.dr...@quinn-group.com] Sent: Monday, November 09, 2009 11:07 AM To: cf-talk Subject: Deleting contents within a

RE: Deleting contents within a folder

2009-11-09 Thread Robert Harrison
Use cfdirectory to list the content of the directory. Then loop through the contents and delete the files you don't want. cfdirectory action=list directory = mydirectorypath\ name=dirlist cfloop query=dirlist YOU COULD INSERT A TEST HERE

SOT: I need a new IDE.

2009-11-09 Thread Michael Reick
I've been using Dreamweaver for the last couple iterations (7 through CS4) and I'm done. Can't stand it anymore. I'm a coder, not a drag/drop, re-write horrible code that the wizards generate. Except it's site system makes it really easy to publish templates between servers (I have a

Re: Deleting contents within a folder

2009-11-09 Thread Eric Cobb
I agree with Barney just deleting the directory and recreating it. Having to get a list of everything in the directory and then loop through that list and delete each item one-by-one seems dirty to me. That being said, if you do want to go the list/loop/delete route, I would suggest using

Re: SOT: I need a new IDE.

2009-11-09 Thread Gerald Guido
Both CFE and CFB can do what you want. Since they are based on Eclipse you can add a number of SVN, CVS and GIT clients. As for which one, that is a matter of preference and requirements. If you do work with Flex I would lean toward CFB seeing that Flex and Adobe CF are joined at the hip

Re: SOT: I need a new IDE.

2009-11-09 Thread Azadi Saryev
before you jump to a different ide (which is not saying it's a bad idea), configure dw to work only in code view and see if that makes your life easier. it's a setting in dw configuration - just a list of file extensions to open in code view only. add all extensions that are not there already. dw

Re: SOT: I need a new IDE.

2009-11-09 Thread Michael Reick
Oh I've played with just about every setting I can to get it to behave the way I want it to, but I'm just fed up with having to beat my IDE into shape. I'm spending way too much of my time fighting with DW to do what I want rather than coding. If I were more of a designer and less of a coder

RE: I need a new IDE.

2009-11-09 Thread Justin Scott
I've been using Dreamweaver for the last couple iterations (7 through CS4) and I'm done. Can't stand it anymore. I'm a coder, not a drag/drop, re-write horrible code that the wizards generate. I'm trying to figure out how to get HomeSite+ 5.5 to work with Windows 7 myself. Seems like no

RE: SOT: I need a new IDE.

2009-11-09 Thread Will Swain
One thing to add to this. At the moment, CFB is in public beta, and therefore free. Once it is officially released it will cost of course, whereas CFE doesn't. Might make a difference to the OP. Will -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: 09

Re: I need a new IDE.

2009-11-09 Thread Dominic Watson
Hi Justin. I use Eclipse, and whether you use CFBuilder or CFEclipse, you can indeed work directly over ftp. However, it's never off the shelf with Eclipse and you need the wonderful Aptana plugin for decent FTP (I believe that CFBuilder is using Aptana for ftp and comes with it built in...

RE: I need a new IDE.

2009-11-09 Thread Jason Fisher
@Justin, I had been giving CFB a decent run for its money, but still lovin' HomeSite+ for all the reasons you list. For me, the move to Windows 7 64-bit at home means that I cannot even install HS, let alone use it, so I've been having to give it a full focus effort. So far, I don't mind

Re: I need a new IDE.

2009-11-09 Thread Casey Dougall
On Mon, Nov 9, 2009 at 3:31 PM, Jason Fisher ja...@wanax.com wrote: @Justin, I had been giving CFB a decent run for its money, but still lovin' HomeSite+ for all the reasons you list. For me, the move to Windows 7 64-bit at home means that I cannot even install HS, let alone use it, so

RE: I need a new IDE.

2009-11-09 Thread Robert Harrison
ESET Smart Security, version of virus signature database 4589 (20091109) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Want to reach the ColdFusion community with something they want? Let them

RE: I need a new IDE.

2009-11-09 Thread Justin Scott
Can't you do that directly through the FTP directory under your project. you should have one ftp setup per project or at least those projects on different domains / servers. My problem is that I have no concept of a project in my regular workflow. I have one FTP account that gives me access

RE: I need a new IDE.

2009-11-09 Thread Justin Scott
For me, the move to Windows 7 64-bit at home means that I cannot even install HS, let alone use it, so I've been having to give it a full focus effort. I'm running Windows 7 Pro on a 64-bit proc and was able to install HomeSite, though it wouldn't run at all until I selected the run in

Re: I need a new IDE.

2009-11-09 Thread Dominic Watson
But you *can* browse FTP directly in Eclipse (CFBuilder). Try Window - Show view - Other... - Aptana standard views - File. Dominic 2009/11/9 Justin Scott jscott-li...@gravityfree.com Can't you do that directly through the FTP directory under your project. you should have one ftp setup

CF LiveDocs

2009-11-09 Thread Steve Keator
Anyone else having a problem accessing them besides me? Two computers / OS'es and 4 different browsers later, I'm still having an issue. Any thoughts? ~| Want to reach the ColdFusion community with something they want?

RE: CF LiveDocs

2009-11-09 Thread Joshua Rowe
It was in and out for me throughout the weekend. Seems to be working okay here now, though. -Original Message- From: Steve Keator [mailto:skea...@mlinc.com] Sent: Monday, November 09, 2009 2:43 PM To: cf-talk Subject: CF LiveDocs Anyone else having a problem accessing them besides

Re: CF LiveDocs

2009-11-09 Thread Cutter (ColdFusion)
CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs, came up with no problem Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _

Re: CF LiveDocs

2009-11-09 Thread Charlie Griefer
Yeah, but who'se using CF8 anymore? That's so last month. :) On Mon, Nov 9, 2009 at 1:52 PM, Cutter (ColdFusion) cold.fus...@cutterscrossing.com wrote: CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs, came up with no problem Steve Cutter Blades Adobe Certified

RE: CF LiveDocs

2009-11-09 Thread Rick Faircloth
Yeah, but who'se using CF8 anymore? I am! I'll probably wait another 8 years for an upgrade. I waited for CF 8 until I moved off 4.5! :o) CF8's image handling functions made the difference. (That and the dramatic drop in Virtual Server prices so I didn't have to buy a license!) Rick

Re: CF LiveDocs

2009-11-09 Thread Leigh
Yes, I could not access it at all yesterday (CF8). Today, the initial detail pages load fine. But then livedocs does that dreaded auto-reload in frames action and the result is nothing but a white screen. In the meantime... http://www.cfquickdocs.com/cf8/ anyone? ;) Any thoughts? Umm..

RE: CF LiveDocs

2009-11-09 Thread Brook Davies
I use http://www.cfquickdocs.com/cf8/ almost exclusively now, its super fast to lookup tags... -Original Message- From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: November-09-09 1:55 PM To: cf-talk Subject: Re: CF LiveDocs Yeah, but who'se using CF8 anymore? That's so

Solution for Flash videos needed

2009-11-09 Thread Claude Schneegans
Hi, I have a content management system on a CF 5 server. A couple of customers asked me to put some videos on their site. They all come up with different solutions and implementations for Flash players, ActiveX players, etc. It is out of question I implement a different solution for each

Re: Solution for Flash videos needed

2009-11-09 Thread Jordan Michaels
OpenBD uses FlowPlayer, which is actually pretty slick: http://flowplayer.org/ It's not end-to-end instructions, I know. But it's a nice, free, open-source place to start from. Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon

Re: Solution for Flash videos needed

2009-11-09 Thread Casey Dougall
On Mon, Nov 9, 2009 at 5:20 PM, Claude Schneegans schneeg...@internetique.com wrote: Hi, I have a content management system on a CF 5 server. A couple of customers asked me to put some videos on their site. They all come up with different solutions and implementations for Flash players,

Re: CF LiveDocs

2009-11-09 Thread Leigh
Yeah, but who'se using CF8 anymore?  That's so last month. :) Hey! I resemble that remark. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: Solution for Flash videos needed

2009-11-09 Thread Jason Fisher
+1 for LongTail player. Easy to implement, very good JavaScript controls. We have implemented on both ColdFusion and ASP.NET sites and been very happy with it. Just need to get the player and the JS library and then code your videos as FLV files. Pretty slick. On Mon, Nov 9, 2009 at 5:20

Re: CF LiveDocs

2009-11-09 Thread Charlie Griefer
Wow. It's a good thing CF developers aren't at all reflexively defensive. (i kid, i kid) :D On Mon, Nov 9, 2009 at 2:53 PM, Leigh cfsearch...@yahoo.com wrote: Yeah, but who'se using CF8 anymore? That's so last month. :) Hey! I resemble that remark.

Re: Solution for Flash videos needed

2009-11-09 Thread Claude Schneegans
OpenBD uses FlowPlayer, which is actually pretty slick: Pretty clean and simple indeed. And the domain name unlimited licence is most convenient also. Just one question: do you know if it is possible to get the actual width and height from the flv file in order to adapt the size of the viewer

Re: Solution for Flash videos needed

2009-11-09 Thread Jordan Michaels
Hmm... that's an unusual request. Usually you want a video to conform to your site's design. That said, you *might* be able to do it with FFMPEG. FFMPEG can do a LOT of things, plus, this grid says FFMPEG can read FLV files: http://ffmpeg.org/general.html#SEC4 Get the size however I'm

Re: Deleting contents within a folder

2009-11-09 Thread Kevin Pepperman
cflib has a function for this. http://cflib.org/udf/deleteDirectory ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Solution for Flash videos needed

2009-11-09 Thread K-Sea - dvsDJTV.com
On Mon, Nov 9, 2009 at 6:27 PM, Claude Schneegans schneeg...@internetique.com wrote: OpenBD uses FlowPlayer, which is actually pretty slick: Pretty clean and simple indeed. And the domain name unlimited licence is most convenient also. Just one question: do you know if it is possible to

Re: CF LiveDocs

2009-11-09 Thread Leigh
Wow. It's a good thing CF developers aren't at all reflexively defensive. (i kid, i kid) :D What are you implying?! Oh ...nevermind ;-) ~| Want to reach the ColdFusion community with something they want? Let

Quiz Recommendation

2009-11-09 Thread Randy Messer
Anyone have a recommendation on Quiz Making software, articulate, captivate, etc that works well for exporting test results to ColdFusion, without re-purposing the send email method. ~| Want to reach the ColdFusion community

Re: CF LiveDocs

2009-11-09 Thread Charlie Griefer
On Mon, Nov 9, 2009 at 5:33 PM, Leigh cfsearch...@yahoo.com wrote: Wow. It's a good thing CF developers aren't at all reflexively defensive. (i kid, i kid) :D What are you implying?! Oh ...nevermind ;-) I see what you did there :) -- Charlie Griefer http://charlie.griefer.com/ I