Re: ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Mark Mandel
I may be on repeat at the moment, but while it has it's rough edges, the CFML plugin for IntelliJ is quite nice. You can always evaluate that for 30 days. I just switched to using that full time, and I'm quite enjoying it. Mark On Wed, Dec 7, 2011 at 1:38 PM, Eric Roberts < ow...@threeravenscon

RE: ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Eric Roberts
I got rid of CFBuilder and went back to CFEclipse...CFBuilder is still too buggy and clunky... Eric -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Tuesday, December 06, 2011 11:01 AM To: cf-talk Subject: Re: ColdFusion Builder - Cut/Paste Delay Problem Th

DirectoryExists sometimes returning incorrect value

2011-12-06 Thread Shannon Rhodes
This appears to happen randomly, making it difficult to replicate. Code will error that looks like this: The error looks like this: The specified directory attribute value \\blah\AppDev\ParisDocs\blah\docs\ could not be created The most likely cause of this error is that (above) already exis

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Rick Faircloth
Well, now I'm not having the problem! But, I've had the same issue on another site, as well. Hopefully, it's just some bad code I wrote somewhere. Thanks, for the feedback! Rick -Original Message- From: Captain Obvious [mailto:mr.happ...@gmail.com] Sent: Tuesday, December 06, 2011 12

RE: Changing Application settings at runtime

2011-12-06 Thread Brook Davies
What I ended up doing was just setting a flag in the request scope when I need to fallback to an alternate SMTP server. I just set request.toggleSMTP = true and then in the onRequestEnd() method, I check for that flag and do the processing to update this.smtpserversettings to an available serve

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Captain Obvious
FWIW - could not reproduce the problem on my Transformer, using "Browser". ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.house

Re: Changing Application settings at runtime

2011-12-06 Thread Judah McAuley
In CF9, there is the ApplicationStop() method which will restart the application on the next request, thus reinitializing the application scope. Ben Nadel wrote up an investigation of this awhile back: http://www.bennadel.com/blog/1667-Learning-ColdFusion-9-Resetting-Applications-With-Application

Re: ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Cameron Childress
That did clear up the problem, though I suspect it's only temporary. I restart Eclipse at least once a day already and see this problem continuously. If anyone else has any ideas of what I might try disabling in Eclipse or CFB relating to cut/pasting content, I'm willing to give it a try. I don'

Re: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Raymond Camden
PhoneGap has a Google Group - https://groups.google.com/forum/#!forum/phonegap On Tue, Dec 6, 2011 at 10:53 AM, Rick Faircloth wrote: > > Alright... thanks for the feedback.  I'll have another > look at PhoneGap. > > May be time for Michael to add a mobile list for cf-talk... > > Rick > >

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Rick Faircloth
Alright... thanks for the feedback. I'll have another look at PhoneGap. May be time for Michael to add a mobile list for cf-talk... Rick -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, December 06, 2011 11:36 AM To: cf-talk Subject: Re: SOT: Mob

Re: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Raymond Camden
Well, we probably should change the subject now,b ut yes, I'm doing a heck of a lot of PhoneGap stuff now. It's not nearly as complicated as you may think. Check it out. ADC published 3 videos on it by Kevin Hoyt showing PhoneGap, PhoneGap/Android, PhoneGap/iOS. If you can do HTML and JavaScript,

Re: ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Steve 'Cutter' Blades
I've had similar issues, due to some kind of internal memory leak (possibly related to search). I've found that if I restart Eclipse when I first notice the issue, then I can avoid it until Eclipse gets bogged down again. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Exper

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Rick Faircloth
I'm trying avoid PhoneGap. I've looked it over a couple of times, and though having a web app working as a "native" app is appealing, PhoneGap seems to add more complication than I'd like to add to the development process. I thought it was simple at first, but digging into the weeds of the proce

Re: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Raymond Camden
Well, I figured it wasn't the root cause, but when debugging, I try to get rid of anything that may be an issue. So yea - you can't do an XHR request to another domain. That's basic browser security. If you are building a mobile app via PhoneGap, that restriction goes away, but in a regular brows

Re: Is CFMAIL reliable??

2011-12-06 Thread Aaron Rouse
We just recently ran into an issue on one of our CF8 enterprise servers that the mail had to be restarted. We figured it was probably because we are not up to date on the fixes/patches for CF on that server. Even saw postings online that described our same basic symptoms and how I believe one of

ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Cameron Childress
Some weeks ago I started having a problem where using CTRL+X, CTRL+C, CTRL+V in ColdFusion builder seems to work only sporadically. Eventually I narrowed it down to a problem where Eclipse/CFB seems to need me to hold the keys for a second or two before the cut/paste takes effect. If I copy an i

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Rick Faircloth
Ray, Are you looking at this on desktop Chrome or do you have a mobile version of Chrome on an Android? Rick -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Monday, December 05, 2011 11:01 PM To: cf-talk Subject: Re: SOT: Mobile Web App Dev Problem Not s

RE: SOT: Mobile Web App Dev Problem

2011-12-06 Thread Rick Faircloth
Thanks for taking a look, Ray. Those JS error don't matter for the problem... those were just leftover js script lines from another page referencing js validation and js form processing routines that I haven't implemented for the page, yet. I saw another error in Chrome's dev tools, as well... i

RE: I can't count

2011-12-06 Thread Gilbert Midonnet
I was about to mention that. I wasted hours on that just last week. :-) Gilbert Midonnet -Original Message- From: Kevin Parker [mailto:tras...@internode.on.net] Sent: Tuesday, December 06, 2011 7:39 AM To: cf-talk Subject: RE: I can't count Solved - a stray space in the code will

RE: I can't count

2011-12-06 Thread Kevin Parker
Solved - a stray space in the code will do it everytime :-) Should be ++ Kevin Parker Advanced Imaging e: webmas...@advancedimaging.com.au w: www.advancedimaging.com.au m: 0418 815 527 ++ http://au.linkedin.com/in/krparker -Original Message- From: Kevin Parker [

I can't count

2011-12-06 Thread Kevin Parker
I'm testing a value passed on a URL to check that it's an integer and no longer than 6 characters but get the error below. I suspect the question is that if I'm do a cfqueryparm for an integer then do I need to test the length at all but if so then why is 380001 more than 6 characters long. "The