RE: imageRead plus imagepaste plus imageGetBlob issue

2010-06-04 Thread Bobby Hartsfield
I wouldn't mind taking a look at what you put together for an event gateway if the offer still stands. -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Thursday, June 03, 2010 12:01 PM To: cf-talk Subject: Re: imageRead plus imagepaste plus imageGetBlob issue

Re: CF PDF and Print Functions

2010-06-04 Thread Mike Chabot
Using cfdocument to create PDFs should produce better printouts than a typical browser printout. You will have much more control over what is displayed. With a normal browser print there are settings that are controlled by the browser, such as added headers and footers, and the removal of

Re: imageRead plus imagepaste plus imageGetBlob issue

2010-06-04 Thread Raymond Camden
Code is written - just ran into some other stuff yesterday which prevented me from blogging it. Will be the first thing I do once I get to work today. :) On Thu, Jun 3, 2010 at 5:02 PM, Bobby Hartsfield bo...@acoderslife.com wrote: I wouldn't mind taking a look at what you put together for an

Re: imageRead plus imagepaste plus imageGetBlob issue

2010-06-04 Thread Raymond Camden
http://www.coldfusionjedi.com/index.cfm/2010/6/4/Automating-watermarking-of-images-with-ColdFusion On Fri, Jun 4, 2010 at 6:40 AM, Raymond Camden rcam...@gmail.com wrote: Code is written - just ran into some other stuff yesterday which prevented me from blogging it. Will be the first thing I

RE: imageRead plus imagepaste plus imageGetBlob issue

2010-06-04 Thread Bobby Hartsfield
Within 30 seconds they were all noticed by the event gateway, watermarked, and copied over. Like magic. :) See how cool magic is? Heh Thanks Ray; good stuff. I'll definitely be playing around with this (and trying to talk the guys hosting my site into letting me set it up on the server) I've

CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
Normally I just write my own to handle async calls my cfc's, however since I've never used cfajaxproxy I thought I'd give it a try and now I'm determined to make it work. I am using cfajaxproxy to send some form data (as a js object) to my .cfc which then runs a query and is supposed to send

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Raymond Camden
So I assume you used Firebug, or another network monitor, to see the HTTP hit and result. Right? What did it show? On Fri, Jun 4, 2010 at 9:40 AM, Michael Grant mgr...@modus.bz wrote: Normally I just write my own to handle async calls my cfc's, however since I've never used cfajaxproxy I

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
Well I used the ajax debug window that comes with CF8. I has assumed that's the best tool given the circumstance. The window output (from bottom to top) is: info:*http*: CFC invocation response: info:*http*: HTTP GET

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Raymond Camden
Nah, use Firebug.If you are on Chrome, use the Dev Tools. On Fri, Jun 4, 2010 at 10:35 AM, Michael Grant mgr...@modus.bz wrote: Well I used the ajax debug window that comes with CF8. I has assumed that's the best tool given the circumstance. The window output (from bottom to top) is:

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
*Here's the dev tools resource output for when I call getExcatMatch(). The Content tab seems to show 40 lines of white space?* *I've uploaded a screener of the content output here:* *http://tinyurl.com/2cbpjxj * *or the full url:* http://www.modus.bz/firebug_screen.jpg 1. 2. 3. Request

Re: ColdFusion and .NET Web Services running WSE 3.0

2010-06-04 Thread Dan O'Keefe
Philip, Did you authorization require WS-Security? Dan -- Dan O'Keefe On Thu, Apr 29, 2010 at 12:13 PM, Phillip Duba phild...@gmail.com wrote: Dave, thanks for the response. I've gone to executing the request using CFHTTP, creating the soap:Header tag and building it as I go

Re: ColdFusion and .NET Web Services running WSE 3.0

2010-06-04 Thread Phillip Duba
It did for the pure web services, not for the HTTP Post method (not recommended for production). It was a proof-of-concept under a tight deadline so I didn't have time to follow the web service all the way to the conclusion I would need for production. I did find a few blog posts that got me

Help CF 8 - Enterprise, Collections are Disappearing

2010-06-04 Thread Richard Steele
Help! Our verity collections are starting to disappear! The files are there, but some (not all) are no longer listed in the admin verity collections list. We try to recreate them and it says that they can't be recreated because they already exist. Sometimes we can delete those folders and

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Raymond Camden
So that tells you that your CFC isn't returning anything. Are you on CF8? Do you have an Application.cfc that makes use of onRequest? On Fri, Jun 4, 2010 at 11:40 AM, Michael Grant mgr...@modus.bz wrote: *Here's the dev tools resource output for when I call getExcatMatch(). The Content tab

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
Yes I am on CF8 and I do have an application.cfc. Here it is: cfcomponent name=Application displayname=Application Component. cfsilent cfsetting showdebugoutput=yes / ![ Set up basic application settings, cross-version ] cfset this.name = WA-AVMApp cfset this.applicationTimeout =

CFPDF Merge - ZLIB Error - CF8 vs CF9

2010-06-04 Thread Jon Sala
Hello all - is there a patch/JAR somewhere that addresses this? It works on CF9Dev, but not on CF8Ent I've come up empty searching. cfpdf action = merge source = #variables.mergefilelist# destination = baz.pdf Action MERGE Cause Unable to copy the stream. Detail Error: Unable to

RE: CFPDF Merge - ZLIB Error - CF8 vs CF9

2010-06-04 Thread Jon Sala
Forgot to mention - there was a reason this server was not brought to CF 8.0.1 -Original Message- From: Jon Sala Sent: Friday, June 04, 2010 1:47 PM To: cf-talk Subject: CFPDF Merge - ZLIB Error - CF8 vs CF9 Hello all - is there a patch/JAR somewhere that addresses this? It works on

Re: Home Site+ and Windows 7

2010-06-04 Thread denstar
On Thu, Jun 3, 2010 at 10:10 AM, Raymond Camden wrote: I know this was for Sean, but I'd like to chime in too. ;) Since you can add custom dictionaries and you can tell CFB which is active, couldn't the Railo folks simply create and share a library? There's a Railo dictionary file (that's

Re: Handling In-Field Commas in CSV import?

2010-06-04 Thread denstar
On Thu, Jun 3, 2010 at 2:35 PM, Paul Henderson wrote: This solution worked for me: http://www.bennadel.com/blog/1903-Parsing-CSV-Data-With-ColdFusion-s-CFHTTP-Tag.htm I've done that in the past with some success. It all depends on how good the data is. GIGO, ja know? There's a long,

Re: CF PDF and Print Functions

2010-06-04 Thread denstar
On Fri, Jun 4, 2010 at 5:37 AM, Mike Chabot wrote: ... program like InDesign. Even if there are 100 documents, doing this is fairly easy. It doesn't work so well if the content is constantly being updated or new content is being added every day. InDesign has excellent XML sync capability

Re: Redirect question

2010-06-04 Thread Shaun Webster
I would just use ISAPI_Rewrite on the windows server and then a rewrite rule in a .htaccess file to interpret /foo as /foo.cfm This rule should work... RewriteRule ^([^/\.]+)/?$ $1.cfm -- Shaun Webster 480 Broadway Suite 328, Saratoga Springs NY 12866 office: 518.632.4333 | mobile:

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
I've finally come across some info, ironically from you Ray, that mentions onRequest breaking ajax. I removed them from the application.cfc for now and will look at using the workaround. ~| Order the Adobe Coldfusion Anthology

Re: CFAJAXPROXY - Getting NULL as the result sent to the callback.

2010-06-04 Thread Michael Grant
Yes, after commenting it out I get the expected result. Thanks for steering me in the right direction Ray. On Fri, Jun 4, 2010 at 9:59 PM, Michael Grant mgr...@modus.bz wrote: I've finally come across some info, ironically from you Ray, that mentions onRequest breaking ajax. I removed them

Tip of my tongue

2010-06-04 Thread Phillip Vector
I know these is a simple solution, but I seem to be in a can't see the forest through the trees situation... I have 2 tables. Foo and Bar. Both have 1 column called World (not really, but it's an example). How would I write a query (named Hello) that produces 1 result as a mix of Foo and Bar?

Re: Tip of my tongue

2010-06-04 Thread Phillip Vector
Sorry about that guys. UNION. I spaced on it. False alarm. :) On Fri, Jun 4, 2010 at 9:20 PM, Phillip Vector vec...@mostdeadlygame.com wrote: I know these is a simple solution, but I seem to be in a can't see the forest through the trees situation... I have 2 tables. Foo and Bar. Both have 1