Re: Communication between two flash forms

2005-04-15 Thread Chris Kief | Mindflood
There is the LocalConnection class in Flash which allows communication between movies: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16243 But...I don't know if you're able to use this in CF's Flash forms as many things are disabled. chris + Chris Kief Development Director

Re: CF 7 and Flash Remoting

2005-04-15 Thread Chris Kief | Mindflood
Should have sent a link to the readme as well... http://www.macromedia.com/support/documentation/en/flash_remoting/mx2004/rea dme_source.html ck + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/15/05 8:00 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: So Chris

Re: CF 7 and Flash Remoting

2005-04-15 Thread Chris Kief | Mindflood
= event.result; } ck + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/15/05 8:41 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: Success!!! ;-) the output just shows in the output window and not in the movieand now that I look at the code, that appears

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Brian, Since you're using the AS2 classes, you no longer #include NetServices. There is a whole new approach. I'll send a simple example in a minute... chris + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/14/05 1:18 PM, Bryan Stevenson [EMAIL PROTECTED

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005 1:40 PM Subject: Re: CF 7 and Flash Remoting

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
So you're gateway is: http://127.0.0.1/flashservices/gateway/ You never include the CFC info in the gateway. Since you placed helloWorld in internal/sierra, you're service line should look like: service = new Service(http://127.0.0.1/flashservices/gateway/;, null, internal.sierra.helloWorld,

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
-Original Message- From: Chris Kief | Mindflood [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:18 PM To: CF-Talk Subject: Re: CF 7 and Flash Remoting My bad on those. To get rid of the errors, change the 2 methods to this: onResult = function(event) { trace(event.result

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Yup, its definitely a pain the first time. I forgot to ask, but did you install the source files as well as the components? http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscr ipt_2.0/flashremoting_comp_sourcecode.zip These need to go into your Flash Install Dir/First

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
- Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005 3:08 PM Subject: Re: CF 7 and Flash Remoting Yup, its definitely a pain the first time. I forgot to ask, but did you install the source files

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
I host a bunch of sites there and didn't need them to do anything to get remoting going (with 6.1 or 7). Worked out of the box. HMS would never need to install the source files or components - those are just for the Flash IDE. chris On 4/14/05 3:24 PM, Bryan Stevenson [EMAIL PROTECTED] wrote:

Re: Has anyone else applied this patch yet???

2005-03-30 Thread Chris Kief | Mindflood
That did not work for me as the new version of wsconfig.jar was still used to generate the connectors. You would actually need to: 1. Run remove_all_coonectors.bat 2. Revert back to the previous version of wsconfig.jar 3. Run IIS_connectors.bat to reconfigure IIS. Chris On 3/30/05 7:42 AM,

Re: Has anyone else applied this patch yet???

2005-03-29 Thread Chris Kief | Mindflood
I'm seeing the same problems here. Had to remove this patch. Chris On 3/28/05 5:04 PM, Paul Vernon [EMAIL PROTECTED] wrote: With regards to the following patch, has anyone applied it yet... ColdFusion MX 6.1 Updater: Hot Fix to upgrade web server connectors

Cfchart on OS-X

2005-02-22 Thread Chris Kief
Has anyone been able to get cfchart working on OS X (CF 6.1)? I¹ve tried adding the -Djava.awt.graphicsenv=com.gp.java2d.ExHeadlessGraphicsEnvironment JVM argument but that doesn¹t work for me. Thanks...chris __ Chris Kief Mindflood, Inc. www.mindflood.com 714.557.2488 x211

CF7 on OS X

2005-02-19 Thread Chris Kief
then found this technote (http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19400) and tried moving the CFIDE to the new document root as it says to do. Of course that doesn't work either - same error. Has anyone been able to accomplish this? __ Chris Kief Mindflood

Re: CF7 on OS X

2005-02-19 Thread Chris Kief
I'll answer my own question for the archive. If you change the context root to /, you need to remove the CFMX RDS Application (for me this was located at /Applications/JRun4/servers/cfmx7/CFIDE). Just delete that folder and the CFIDE will work. chris __ Chris Kief Mindflood

Re: Flash Remoting remains as elusive as ever

2005-02-18 Thread Chris Kief
things). And we haven't even started using the stuff yet. So I hear ya Mike! So I see you're using MX04. I take it you're using CF 6.1 or CF 7? Which remoting components have you installed (if any)? chris __ Chris Kief Mindflood, Inc. www.mindflood.com 714.557.2488 x211 On 2/18

RE: Flash question - newbie

2004-01-05 Thread chris kief
At a minimum, Flash Pro with or without the studio (not sure if you need that extra stuff) and the free developer version of CFMX (which comes with Flash Remoting). You could get away with the standard version of Flash but the additional components and integrated AS editor in Pro make it worth

RE: flash remoting help

2003-12-30 Thread chris kief
Did you get this working? From the looks of your code, you're never calling the function, just declaring it. You need to invoke the function to get it to work: stop(); // Include the Required NetService class files #include NetServices.as // Connect to the Flash Remoting service // Make the

RE: OT: flash remoting help

2003-12-30 Thread chris kief
That is incorrect. stop() only controls the timeline - not the execution of AS. He just wasn’t invoking his function after he declared it. chris From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 6:29 AM To: CF-Talk Subject:

RE: OT: flash remoting help

2003-12-30 Thread chris kief
www.digital12studios.com Original Message: +AD4-From: +ACI-chris kief+ACI- +ADw-chris+AEA-riseinteractive.com+AD4- +AD4-To: CF-Talk +ADw-cf-talk+AEA-houseoffusion.com+AD4- +AD4-Subject: RE: OT: flash remoting help +AD4-Date: Tue, 30 Dec 2003 17:00:13 -0800 +AD4-That is incorrect. stop() only controls

RE: flusing the trusted cache

2003-12-23 Thread chris kief
Not recommended by whom? From: Doug White [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 1:51 PM To: CF-Talk Subject: Re: flusing the trusted cache Tip:  Turn Trusted Cache off!    That feature is not recommended.

RE: Flash troubles?

2003-12-22 Thread chris kief
To display html formatted text correctly in Flash, you’ll need to make it 'Flash-safe' first. This UDF should do the trick: http://www.cflib.org/udf.cfm?ID=467 chris From: Kristopher Pilles [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 12:16

RE: Register Trial version of CFMX...

2003-11-28 Thread chris kief
This is incorrect. The bits layed down for CFMX Enterprise / Standard / Developer stand alone (ie. has an integrated version of JRun) are all the same. Various features are enabled / disabled depending on the serial number. There is no need to uninstall / reinstall to switch between the versions,

RE: CFFUNCTION - Any thoughts??

2003-11-28 Thread chris kief
I've been unable to get this bit of code working on Linux myself. I'd like to see a solution as well. Also, not that it helps your problem, but no #s necessary here: CreateObject(java,javax.swing.ImageIcon).init(ARGUMENTS.FileLoc) chris From: Bryan

RE: SessionTracker and session expiration

2003-11-22 Thread chris kief
Sam Neff talks about the reflection technique here: http://www.rewindlife.com/archives/69.cfm chris _ From: Benoit Hediard [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 2:01 AM To: CF-Talk Subject: SessionTracker and session expiration Hi everyone, Looking for an

RE: SQL server question

2003-11-16 Thread chris kief
Open Enterprise Manager and right click the Databases folder. Choose attach database from the all tasks menu. A new window will open which will allow you to select the MDF file and attach the database. chris _ From: Robyn Follen [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003

RE: CF MX 6.1 Migration issue

2003-11-10 Thread chris kief
StructDelete on the Form scope works just fine, as does setting form values: cfdump var=#form# cfset form.foo = hello cfdump var=#form# cfset StructDelete(form, foo) cfdump var=#form# chris From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: OT: Flash Remoting Question

2003-11-03 Thread Chris Kief
Flash Remoting is installed with CFMX - you don't need to buy anything else or even download anything else. Sounds like you have a configuration problem. Open the IIS snap-in and look for a JRunScripts virtual directory in the site you're having problems with...is it there? chris _ From:

RE: Verity on Linux

2003-10-18 Thread Chris Kief
Can you explain how you got Verity running? Macromedia issue number 50943 states Verity cannot index documents on RedHat Linux versions 7.3 and later. (http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_pro blems.html#verity) chris

RE: Server Hardware

2003-10-13 Thread Chris Kief
The issue with Verity on Linux is that it doesn't work on anything above RedHat 7.2: http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_prob lems.html#verity chris From: Doug White [mailto:[EMAIL PROTECTED] Sent: Monday, October 13,

RE: Confused MX 2004 v 2004 / flash pro

2003-09-30 Thread Chris Kief
You mean they should have this technote? http://www.macromedia.com/support/dreamweaver/ts/documents/emerging_issues.h tm _ From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 6:21 PM To: CF-Talk Subject: RE: Confused MX 2004 v 2004 / flash pro

RE: Confused MX 2004 v 2004 / flash pro

2003-09-30 Thread Chris Kief
Peter, They have a performance survey up: http://www.surveymonkey.com/s.asp?u=5358277649%20 (linked off that emerging issues technote) I'd give that a go along with the usual bug form: http://www.macromedia.com/support/email/wishform/ chris _ From: Peter

RE: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-27 Thread Chris Kief
It's buried down in that link - must wait 6 months. _From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 11:26 AMTo: CF-TalkSubject: RE: CFV: comp.lang.coldfusion Usenet Newsgroup So can you try again?-Gel-Original Message-From: Dave Hodder [mailto:[EMAIL

OT: MX04 Released

2003-09-09 Thread Chris Kief
FYI...Looks like the DevNet Pros can get em now: http://www.markme.com/jd/archives/003246.cfm ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
Although this doesn't directly address your questions, it's good to see that Homesite is still being actively developed with the new version available as both a stand-alone product and with Dreamweaver 04: http://www.macromedia.com/software/homesite/ chris -Original Message- From:

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 12:29 PM To: CF-Talk Subject: RE: DWMX 2004 - Whats new for us? Although this doesn't directly address your questions, it's good to see that Homesite is still being actively developed with the new version available

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
is the price of HomeSite 5.5? HomeSite 5.5 is only $99US. chris -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 11:48 AM To: CF-Talk Subject: RE: DWMX 2004 - Whats new for us? I just went off the info at that link: Macromedia announces HomeSite 5.5

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
+ as CFStudio. Homesite + will still only be available with purchase of DWMX -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 3:03 PM To: CF-Talk Subject: RE: DWMX 2004 - Whats new for us? Let's not forget the FAQ either: http://www.macromedia.com/software

RE: DevNet Pro watermark

2003-08-21 Thread Chris Kief
Have a look at this post on Steven Erat's blog addressing this very issue: http://63.76.26.194/index.cfm?data=20030819#1B527BFB-45A6-2844-768196FDF6530 FE9 chris -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 2:31 AM To: CF-Talk Subject:

RE: Real-life Flash remoting examples?

2003-08-19 Thread Chris Kief
Fairly recent project I developed for X-Games superstar Dave Mirra: http://www.davemirra.com I'd be happy to talk more about what's going on in there, just let me know...chris -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 2:29 PM To: CF-Talk

RE: cflock - what does it do? Exactly?

2003-08-17 Thread Chris Kief
Are you using version 5? If not, try looking at the current documentation. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p71.htm#wp110078 7 chris -Original Message- From: Alan Ford [mailto:[EMAIL PROTECTED] Sent: Sunday, August 17, 2003 12:28 PM To: CF-Talk Subject: Re:

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Chris Kief
The migration wizard manages the installation of the ODBC services. There should be no need to change files like you're suggesting. Before re-installing 6.1, try removing / re-installing the connectors to IIS. You can find bat files to handle this in C:\CFusionMX\bin\connectors. If that fails, I

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Chris Kief
Were you able to run the migration tool after the install? If not, then the ODBC services aren't installed yet which is most likely causing those errors. What webserver are you running? chris -Original Message- From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED] Sent:

RE: Sessions and CFCs

2003-08-14 Thread Chris Kief
Hi Michael, I show 6,1,0,63958 on all boxes that I've upgraded. Definitely very strange what you're seeing... chris -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 7:17 PM To: CF-Talk Subject: Re: Sessions and CFCs The cache setup

RE: Mach II 1.0 released

2003-08-14 Thread Chris Kief
For MachII to work properly you must have the framework in the proper location for CFMX to find the CFCs. Basically, you need to extract the framework and sample application under your webroot like this: c:\inetpub\wwwroot\MachII c:\inetpub\wwwroot\ContactManager This is because MachII (and thus

RE: CFMX 6.1 Install

2003-08-14 Thread Chris Kief
I would try restarting the box and then installing the connectors via the batch file found in cfroot\bin\connectors. chris -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:56 AM To: CF-Talk Subject: CFMX 6.1 Install I am attempting to

RE: CFC for thumbnail creation

2003-08-14 Thread Chris Kief
And not only that, the thumbnails it creates just don't cut it. I'm testing your CFC in just a few moments Massimo. Hopefully with some better results than JAI. Thanks for putting this together...chris -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: JRun With CFMX Enterprise

2003-08-14 Thread Chris Kief
Why not just choose the middle option (6.1 with a full version of JRun)?? chris -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 1:50 PM To: CF-Talk Subject: RE: JRun With CFMX Enterprise Take a look at the 6.1 installer. If you select

RE: Mach II 1.0 released

2003-08-14 Thread Chris Kief
As long as x:\tony\www\ is your webroot then you would be fine. chris -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:17 AM To: CF-Talk Subject: RE: Mach II 1.0 released GOT IT! finally kinda limiting that I have to put the files

RE: CFMX 6.1 Install

2003-08-14 Thread Chris Kief
for a flawless install. Thanks for the help. -- Jeff -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 2:13 PM To: CF-Talk Subject: RE: CFMX 6.1 Install I would try restarting the box and then installing the connectors via the batch file found in cfroot\bin

RE: CFC for thumbnail creation

2003-08-14 Thread Chris Kief
: InterpolationBilinear InterpolationBicubic InterpolationBicubic2 InterpolationTable -Matt On Monday, August 11, 2003, at 02:13 PM, Chris Kief wrote: And not only that, the thumbnails it creates just don't cut it. I'm testing your CFC in just a few moments Massimo

RE: Multiple instances of CFMX - licensing

2003-08-14 Thread Chris Kief
Where is $4999 coming from? Looks like $5999 per 2 CPUs to me... http://www.macromedia.com/software/coldfusion/productinfo/product_editions/# pricing chris -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 12:44 PM To: CF-Talk Subject: Re:

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Chris Kief
error!! Pain! Chris Kief wrote: The migration wizard manages the installation of the ODBC services. There should be no need to change files like you're suggesting. This was a bug that caused a fair amount of trouble during the beta cycle. It was reported in the bug tracker as eradicated but may

RE: Installing MX on WIN2K and Not Getting IIS

2003-08-14 Thread Chris Kief
- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 6:58 PM To: CF-Talk Subject: RE: Installing MX on WIN2K and Not Getting IIS Ahh - so there's the source of the problem. When you first installed CFMX, CF 5 was tied to IIS and so CFMX wouldn't allow you to also use it with IIS

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-10 Thread Chris Kief
Ahhh - gotcha. Nice call then Michael. chris -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:23 PM To: CF-Talk Subject: Re: CF 6.1 upgrade causes sitewide 500 error!! Pain! Trust me, if the files in the cfusionmx/db directory say

RE: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-06 Thread Chris Kief
help someone out sometime in the future to give back. Now if only Macromedia could stop hurting me with their upgrades :-) Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: Chris Kief [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 05

RE: Installing MX on WIN2K and Not Getting IIS

2003-08-04 Thread Chris Kief
To: CF-Talk Subject: RE: Installing MX on WIN2K and Not Getting IIS It did when I did the first install. -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 6:39 PM To: CF-Talk Subject: RE: Installing MX on WIN2K and Not Getting IIS Not sure if you

RE: Installing MX on WIN2K and Not Getting IIS

2003-08-04 Thread Chris Kief
Not sure if you mentioned this...but the box doesn't have CF 5 on it does it? -Original Message- From: Harold Brauer [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 6:27 PM To: CF-Talk Subject: RE: Installing MX on WIN2K and Not Getting IIS Still not working. Does anyone have

RE: Visual Regular Expression tool

2003-07-15 Thread Chris Kief
I think he's talking about when he runs the executable. I'm receiving the same error on Windows XP Pro. chris -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:33 PM To: CF-Talk Subject: Re: Visual Regular Expression tool No clue.

RE: Anyone using Jakarta Struts for cfmx?

2003-07-14 Thread Chris Kief
From the preso slides (http://www.mach-ii.com/downloads/MachII-Preso.ppt): In keeping with the language-neutral nature of the architecture, we've adopted a new name: Mach-II chris -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:59 PM To:

RE: unnecessary jsessionid in the url

2003-07-03 Thread Chris Kief
It was a bug that I thought was supposed to be fixed in Updater 3. Have you updated your server? See this post on Sean's blog for more info: http://www.corfield.org/index.php?fuseaction=blog.archivemonth=2003_02#0002 42 chris -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED]

RE: Server is very slow

2003-06-27 Thread Chris Kief
Have you updated your install to Updater 3? http://www.macromedia.com/software/coldfusion/special/updater/faq/ chris -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:50 AM To: CF-Talk Subject: Server is very slow I am running the new CFMX

RE: Recommended books for ColdFusion MX / Flash MX?

2003-06-22 Thread Chris Kief
And when you really get going with it, pick up OOP with AS by Branden Hall and Samuel Wan (http://www.amazon.com/exec/obidos/tg/detail/-/0735711836). This is definitely a must have for advanced AS development and covers a variety of topic including classes, inheritance, design patterns, component

RE: Java development risk? (was: log4j problem migrating J2SE app)

2003-06-22 Thread Chris Kief
Right, you were able to replace 1.3 with 1.4. But Dave is unable to do this with log4j. If he uses 1.1.3 it breaks his code. If he uses 1.2.7 it breaks CFMX. Only one version can be used at any one time. Sean summed it up as: What you've got here are two Java applications running on the same JVM

RE: CFC Remote Access

2003-06-21 Thread Chris Kief
This makes sense. When I do the test http://www1.yoursite.com/flashservices/gateway I get a blank page (which is correct) and when I try http://www1.yoursite.com/jhg/misc/flashservices/gateway I get a 404 error (which means you don't have access). The notes say to: That's not how the gateway

RE: Is Flash really THAT good?

2003-06-20 Thread Chris Kief
CF_UsabilitySoapBox Well, this is quibbling over minor differences and word definitions. And I know I'm blowing against the wind here, but the simple fact is that users know what to do with blue, underlined text and HTML buttons. Why deviate from something that users know? It only makes it

RE: Is Flash really THAT good?

2003-06-20 Thread Chris Kief
Guess you missed it... http://www.riseinteractive.com/cftalk/ chris -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:46 PM To: CF-Talk Subject: Re: Is Flash really THAT good? I demand proof! -- jon mailto:[EMAIL PROTECTED] Friday, June 20,

RE: Is Flash really THAT good?

2003-06-20 Thread Chris Kief
I don't think that's really a fair comparison. In an application interface, the application developer should be in control. The developer should be able to guide and constrain the user of the application. We take this for granted with non-HTML applications. Why should we expect web applications to

RE: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Chris Kief
Are you running CFMX with Updater 3 installed? chris -Original Message- From: Allan Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:56 AM To: CF-Talk Subject: Remoting - Access from Flash to web services - BabelFish I downloaded the Babelfish sample application source

RE: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Chris Kief
installed --- Chris Kief [EMAIL PROTECTED] wrote: Are you running CFMX with Updater 3 installed? chris -Original Message- From: Allan Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:56 AM To: CF-Talk Subject: Remoting - Access from Flash to web services - BabelFish

RE: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Chris Kief
services - BabelFish I did that, you probably didn't read my original thread :). I now get an error, 'NetConnection.Call.BadVersion'. This is way out of my hands, I have tried everything to fix this, but keep getting a error. --- Chris Kief [EMAIL PROTECTED] wrote: With Updater 3, Macromedia

RE: CF Compatability

2003-06-15 Thread Chris Kief
Huh? You believe they should give the fruits of their hard work to others for free? You're kidding right?? chris -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 12:23 PM To: CF-Talk Subject: Re: CF Compatability Among others, Introducing the

RE: CF Compatability

2003-06-15 Thread Chris Kief
And there is a FREE trial download of CFMX...what's your point? chris -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 3:27 PM To: CF-Talk Subject: Re: CF Compatability perhaps a better choice of words should have been customers Trial versions

RE: CF Compatability

2003-06-15 Thread Chris Kief
rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 == If you are not satisfied with my service, my job isn't done! - Original Message - From: Chris Kief [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 15, 2003 5:37 PM Subject: RE: CF

RE: What database to use???

2003-06-14 Thread Chris Kief
Just to clear something up here...are you giving your users direct access to the database (ie. they're writing ad-hoc SQL statements)? Or are they working with the data via a CF application? chris -Original Message- From: Dana Tierney [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14,

RE: Setting up user for CFMX for MSSQL on WinXP home

2003-06-14 Thread Chris Kief
You need to enable trusted connections for your SQL server. Refer to this technote for more info: http://www.macromedia.com/support/coldfusion/ts/documents/tn18245.htm I would suggest not using trusted connections if that's possible in order to take advantage of the JDBC drivers. Hope that

RE: What database to use???

2003-06-14 Thread Chris Kief
application. Dana On Sat, 14 Jun 2003 13:02:20 -0700, Chris Kief [EMAIL PROTECTED] wrote: Just to clear something up here...are you giving your users direct access to the database (ie. they're writing ad-hoc SQL statements)? Or are they working with the data via a CF application? chris

RE: Setting up user for CFMX for MSSQL on WinXP home

2003-06-14 Thread Chris Kief
You may want to look into switching it to mixed mode authentication: http://support.microsoft.com/?kbid=319930#6 chris -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 1:35 PM To: CF-Talk Subject: Re: Setting up user for CFMX for MSSQL on

OT: Royale Info Online

2003-06-12 Thread Chris Kief
Thanks to Mesh for posting this link to his blog... http://www.macromedia.com/special/royale/ Royale is the internal code name for a new initiative at Macromedia that will address the requirements of enterprise programmers who want to develop rich client applications. Rich client applications

RE: SQL Question - Could CF make this easier?

2003-06-11 Thread Chris Kief
Jillian, Another thing you may run across is the situation where you don't know what's going to be in that list because it's being generated by another query. In that case, the trick is to use a sub-query like so: SELECT DISTINCT Description FROMVCT WHERE description NOT IN (SELECT

RE: Reinstalled everything... still not working...

2003-06-10 Thread Chris Kief
Which ColdFusion installer did you use? The same one as before or did you download the latest one from Macromedia's website? chris -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 12:56 PM To: CF-Talk Subject: Reinstalled everything...

RE: Is there a good way to do this?

2003-06-10 Thread Chris Kief
Why even create the temp variable?? cfset QuerySetCell(...) chris -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 1:14 PM To: CF-Talk Subject: Re: Is there a good way to do this? You weren't too far off... cfoutput query=getreg

RE: cfform and cfide mapping

2003-06-09 Thread Chris Kief
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_multihomed. htm watch for url wrapping... chris -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:51 PM To: CF-Talk Subject: cfform and cfide mapping I've tried to find out details

RE: Permissions

2003-06-09 Thread Chris Kief
Ahh, you're using CFMX for JRun. You'll need to download the latest installer from macromedia. The installer you're using is most likely the 'phase 1' installer which doesn't play well with JRun SP1a without some tweaking. hope that helps, chris -Original Message- From: Richard

what not to post (WAS RE: Index 55, size 33)

2003-06-04 Thread Chris Kief
Come on...take this crap elsewhere... chris -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:00 PM To: CF-Talk Subject: Re: Index 55, size 33 i hope u are not whacking it at the office! haha - Original Message - From: Justin Hansen

RE: Get the size of an image

2003-04-04 Thread Chris Kief
cfset imgFile = createObject(java,javax.swing.ImageIcon).init(pathToImage) cfset imgFile.getImage() cfset imgWidth = imgFile.getIconWidth() cfset imgHeight = imgFile.getIconHeight() pathToImage should be the absolute path to the image. Credit goes to Massimo Foti on this one... chris

RE: Missing Template Handler in CFMX not working

2003-04-03 Thread Chris Kief
Cameron, Took a few tries for me to get this working as well...but here is what I came up with: - Place 404.cfm in the directory where / is mapped to. On my server / is mapped to: /opt/coldfusionmx/wwwroot. - In the admin, use the following path for the template: /404.cfm That should do it for

RE: CFMX Updater 3 strange Install Issue (was Jrun ISAPI)

2003-04-02 Thread Chris Kief
The cfclasses directory will be recreated on the first page execution. chris -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 8:35 PM To: CF-Talk Subject: CFMX Updater 3 strange Install Issue (was Jrun ISAPI) Wow, I think I finally found

RE: CFMX Updater 3 Released

2003-03-20 Thread Chris Kief
For those of us managing remote servers over a not so fast connection, downloading the updater to our local workstation and then uploading to the server becomes quite a time consuming process. chris -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Flash Remoting SP1 Available

2003-03-10 Thread Chris Kief
After looking through the available downloads - it appears there *is not* a server-side update for ColdFusion MX. From the installation instructions: This Updater is for Flash Remoting MX for .NET and Java and the Flash Remoting Components. For updates to Flash Remoting MX within ColdFusion MX,

RE: Flash Remoting SP1 Available

2003-03-10 Thread Chris Kief
. It will be included in the next release of the Updater. Deb -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:42 PM To: CF-Talk Subject: RE: Flash Remoting SP1 Available After looking through the available downloads - it appears there *is not* a server-side

RE: This is DEFINITELY a faulty download file and install routine .

2003-03-09 Thread Chris Kief
Also, when JRun starts, it does a reverse lookup to match against your local host name definition and compares it to the one in DNS, therefore, your hostname must be set to your machines actual DNS entry. Otherwise JRun will not start, and the connector will fail. This seems to be the problem

RE: Still can't connect to IIs anyone know why?

2003-03-08 Thread Chris Kief
Thanks for your help, James, all went well following your procedure till I got to step 8. I double clicked the connector.bat file, and got the following error message: [quote] File C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file C:\CFusionMX\runtime\lib\wsconfig.jar so not

RE: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Chris Kief
I have installed CFMX and can operate under the CFMX web server on port 8500. That's cool. But I can't get it to connect to IIs, and the fault is in the package I downloaded from Macromedia's site. Don't tell me different because I have seen it a dozen times now. What happens is that the

RE: This is DEFINITELY a faulty download file and install routine.

2003-03-08 Thread Chris Kief
[quote] # Created by JRun on 09/03 12:17:02 09/03 12:17:02 info Macromedia JRun 4 (Build 47304) 09/03 12:17:02 debug os.name: Windows 2000 09/03 12:17:02 debug os.version: 5.1 09/03 12:17:02 debug os.arch: x86 09/03 12:17:02 debug platform: intel-win 09/03 12:17:02 debug web server: IIS 09/03

RE: Still can't connect to IIs anyone know why?

2003-03-07 Thread Chris Kief
Mike, I'm feeling bad here. Lots of stress and still no positive results for you - that sucks. I believe I read you're on XP...if that's the case, send me an email off-line and we can setup a remote assistance session and I'll walk you through setting up CFMX. It's a rather complex beast the

RE: The New Macromedia Website

2003-03-06 Thread Chris Kief
You made some great points, but I'd like to elaborate on the culture shock. This isn't culture shock for new technology, as web developers, the only technology that can give us culture shock, is _old_ technology, or the lack of change. The shock is the complete turn of stance by MM. Macromedia

RE: New MM.com

2003-03-06 Thread Chris Kief
Overall, bandwidth use is not excessive (at least for my standards), but the speed is not good either. Part of that appears to be due to the high number of requests, part of that is that some requests take long on the server, and part of that is probably that a Duron 800 is apparently not fast

  1   2   3   >