RE: Problem with Alagad Image Component

2006-01-09 Thread Andy Matthews
:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 6:58 PM To: CF-Talk Subject: Re: Problem with Alagad Image Component Oh, that's another thing I forgot to mention. When I open the CFC, it's completely garbled. ø¶ç~z¢PM‚6ͨpWÐSÅX]Mi°Zšæ!r7æ`ÙJè0 that kind of thing. Could

RE: Problem with Alagad Image Component

2006-01-08 Thread Matthew Walker
It's an error in the CFC. Search for this line: cfif arguments.y LT 0 OR arguments.x GTE getHeight() Replace with: cfif arguments.y LT 0 OR arguments.y GTE getHeight() -Original Message- From: Michael Clayton [mailto:[EMAIL PROTECTED] Sent: Monday, 9 January 2006 10:16 a.m. To:

Re: Problem with Alagad Image Component

2006-01-08 Thread Michael Clayton
Oh, that's another thing I forgot to mention. When I open the CFC, it's completely garbled. ø¶ç~z¢PM‚6ͨpWÐSÅX]Mi°Zšæ!r7æ`ÙJè0 that kind of thing. Could that have anything to do with it using java? On 1/8/06, Matthew Walker [EMAIL PROTECTED] wrote: It's an error in the CFC.

RE: Problem with Alagad Image Component

2006-01-08 Thread Baz
If you have a CFC within another CFC you could save it as either: 1. variables.InsideCFC OR 2. this.InsideCFC I am fully aware the differences between the 2 scopes and I'm sure most people would say that it is better to save it in the variables scope. However I see a lot of people

Re: Problem with Alagad Image Component

2006-01-08 Thread Michael Clayton
Good information, but I don't make the connection between that and my scrambled CFC. Maybe I'm daft. :) On 1/8/06, Baz [EMAIL PROTECTED] wrote: If you have a CFC within another CFC you could save it as either: 1. variables.InsideCFC OR 2. this.InsideCFC I am fully aware the

RE: Problem with Alagad Image Component

2006-01-08 Thread Dave Watts
Oh, that's another thing I forgot to mention. When I open the CFC, it's completely garbled. ø¶ç~ z¢PM‚6ͨpWÐSÅX]Mi°Zšæ!r7æ`ÙJè0 that kind of thing. Could that have anything to do with it using java? I suspect that it's encrypted. Dave