Re: calling a cfc function from the same cfc

2010-08-24 Thread Sean Corfield
On Mon, Aug 23, 2010 at 2:53 PM, Matthew Smith wrote: > > > > Hmm, that's a weird syntax. I'm curious... Why do you think that's a weird syntax? After all, it's how you'd call built-in functions that don't return anything, such as setEncoding() or any number of others... -- Sean A Corfield --

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Brian Kotek
This doesn't have anything to do with CF. JNI won't allow you to run a 32-bit code in a 64-bit JVM. On Tue, Aug 24, 2010 at 10:12 PM, Yui Yui wrote: > > I posted this in the adobe cf forums but that doesn't seem to be helping, > so I'm re-posting it here. > > Dear Adobe Coldfusion, your techn

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Dave Watts
>> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no >> support for COM >> INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418 >> >> Can you please elaborate on that in relation to Coldfusion 64-bit? >> >> Does this mean 32-bit COM won't work in 64-bi

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Dave Watts
> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no > support for COM > INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418 > > Can you please elaborate on that in relation to Coldfusion 64-bit? > > Does this mean 32-bit COM won't work in 64-bit CF? >

COM Object support in 64-bit - Vague and Unclear

2010-08-24 Thread Yui Yui
I posted this in the adobe cf forums but that doesn't seem to be helping, so I'm re-posting it here. Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no support for COM INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418 Can you please elaborate on

Re: Homesite 9 project

2010-08-24 Thread Mike Mace
> I'll be updating Homesite to the latest (CF9) docs. If anyone has any > suggestions, requests, whatever, please let me know. I'll also try > and > update some of the tag controls. I have a program to do this visually > but it'll be a long process. > > Thanks > > -- > Michael Dinowitz > Lead A

RE: RegEx: Grabbing Keywords from Referers

2010-08-24 Thread Che Vilnonis
Thanks for the update Peter. -Original Message- From: Peter Boughton [mailto:bought...@gmail.com] Sent: Tuesday, August 24, 2010 4:58 AM To: cf-talk Subject: Re: RegEx: Grabbing Keywords from Referers > This is incorrect - the | is a literal in character classes. You want [?&][pq]=[

Railo CFVideoPlayer

2010-08-24 Thread Brian McCairn
Hi, just wondered if anyone had come across this. I downloaded Railo Express last night to give cfvideoplayer a try and have got a bit of a problem with the play list feature. However I seem to order the videos in the code the play list just comes up in some random order that seems to change e

Re: RegEx: Grabbing Keywords from Referers

2010-08-24 Thread Peter Boughton
> This is incorrect - the | is a literal in character classes. You want [?&][pq]=[^&]+ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffu