Re: Using __type__ to return objects to Flex

2008-02-21 Thread Gareth Arch
in the correct area. Thanks. On Wednesday 20 Feb 2008, Gareth Arch wrote: Thanks for trying. I'll keep plugging away. If I find anything, I'll be sure to post back (perhaps it will help someone else) Did you reboot and clean re-compile both ends ? -- Tom Chiverton Helping to biannually

Re: Using __type__ to return objects to Flex

2008-02-21 Thread Gareth Arch
focusing my efforts in the correct area. Thanks. On Wednesday 20 Feb 2008, Gareth Arch wrote: Thanks for trying. I'll keep plugging away. If I find anything, I'll be sure to post back (perhaps it will help someone else) Did you reboot and clean re-compile both ends

Re: Using __type__ to return objects to Flex

2008-02-21 Thread Gareth Arch
Yeah, I finally finding that out (after many trials), I was wondering if BlazeDS + CFMX7 would work using the __type__ method? I didn't know if that would translate the structs to objects before passing it off to ActionScript. I don't think it will be possible in cfmx7 (I might be wrong) but I

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
sure your __type__ is fully qualified and matches your alias. On Feb 19, 2008 5:15 PM, Gareth Arch [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
is messing things up). On Wednesday 20 Feb 2008, Gareth Arch wrote: When the data is returned back to AS from CF, it is still just an array of generic objects. If I create CF objects and return them, they come back as Can you post your AS code (RemoteObject call and result handler

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
= email = address1 = zip = fax = firstName = city = lastName = On Wednesday 20 Feb 2008, Gareth Arch wrote: target class=flex.messaging.log.ConsoleTarget level=Error target class

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
I hadn't, but I shall now. If I find anything out, I'll post back here. Thanks for all the help. On Wednesday 20 Feb 2008, Gareth Arch wrote: body = (Array #2) [0] = (Object #3) I would have expected 'typed object' here, if it were working... have you tried dropping Sean

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
it. We'd normally have some component somewhere with a variable of the RemoteClass type, so this doesn't occur - it's basically because the demo code is *too* simple :-) All Gareth needs to do is add import TestClass; private var dummy:TestClass=new TestClass(); to his SWF

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
it over SSL and it looks like you are, but I use this method in production with SSL. I'm at a total loss... :-( On Feb 20, 2008 8:43 AM, Gareth Arch [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
... :-( On Feb 20, 2008 8:43 AM, Gareth Arch [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: Using __type__ to return objects to Flex

2008-02-20 Thread Gareth Arch
and it looks like you are, but I use this method in production with SSL. I'm at a total loss... :-( On Feb 20, 2008 8:43 AM, Gareth Arch [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Using __type__ to return objects to Flex

2008-02-19 Thread Gareth Arch
I am giving this a try on my current app. However, when the data is returned to Flex, it is not of the type that I specified. All fields are camelCased correctly (I added the properties argument to get around the uppercasing issue), the type is set correctly, and all data is returned, but it

Re: Using __type__ to return objects to Flex

2008-02-19 Thread Gareth Arch
On Feb 19, 2008 10:54 AM, Gareth Arch [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive

Re: Using __type__ to return objects to Flex

2008-02-19 Thread Gareth Arch
for. There's something I'm missing between the gateway and the AS. If, as Barney states, it is the LiveCycle intermediary, then I'm fresh out as my company won't pony up for that, but if there's something else that I'm missing that can do the conversion via AMF, then I'm all ears :) Thanks. Gareth

Cfdocument named anchors and image scaling

2007-08-08 Thread Gareth Hughes
is viewed at 113%? I.e. If I view the PDF at 100% the images are scaled down and look ropey but if I view the PDF at 113% they are as per the originals and nice and sharp. Cheers Gareth ~| Download the latest ColdFusion 8

Re: Cfdocument named anchors and image scaling

2007-08-08 Thread Gareth Hughes
Umm, cool. Not sure I understand you exactly but you must be right as the optimum zoom seems to differ across machines. Thanks :) Tom Chiverton wrote: Umm, yes ? Maybe the native image resolution matches your display resolution only at 113% zoom of the document.

Re: High CPU usage on HouseOfFusion.Com

2007-06-21 Thread Gareth Hughes
Same here. And I agree the fan noise is really annoying :) - Original Message - From: Jim Rising [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, June 21, 2007 5:54 PM Subject: High CPU usage on HouseOfFusion.Com not sure if anyone else has noticed this, but on

SQL sum question

2007-05-18 Thread Gareth Hughes
with a single query. Any ideas? Thanks Gareth ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http

Re: SQL sum question

2007-05-18 Thread Gareth Hughes
I really should have been able to figure that out. Hopefully I'll remember next time :) Many thanks Jochem. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, May 18, 2007 12:36 PM Subject: Re: SQL sum question Gareth

Re: Client-side validation or Server-side Validation?

2007-04-17 Thread Gareth Hughes
Then you have a caching issue. Anything inside noscript/noscript only displays with JS off. Enable JS, close your browser, reopen and try the page again. - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, April 17, 2007 8:48

Re: Client-side validation or Server-side Validation?

2007-04-17 Thread Gareth Hughes
a response is received. Under the circumstances (a dedicated CMS app on a dedicated server on an internal network) I'm happy for my client to take that risk :). Otherwise the ajax stuff would be out of the window until I figure out a way to do it asyncronously. Cheers! Gareth

Re: Printing a page without the standard header and footer

2007-03-30 Thread Gareth Hughes
You could use CSS to hide the header and footer when printing (not 100% this syntax is correct): @media print{ .header{display:none;} ..footer{display:none;} } Or, something I've done is use custom comment tags above and below the required content. The print page then cfhttp's the

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-26 Thread Gareth Hughes
Yup, used it twice - once to convert a remote machine and once to convert the local machine. The remote machine failed but I suspect that was because of the old/strange raid storage it uses which I've heard can cause problems. The instance that did work is perfect. - Original Message -

Re: cflocation url=#CGI.SCRIPT_NAME#

2007-03-21 Thread Gareth Hughes
cgi.script_name is the 'current' page so cflocation url=#CGI.SCRIPT_NAME# would send them to the page they are already on (basically refresh the page). Perhaps the page checks if they are logged in and does something if they are or, if they're not, logs them in and then 'refreshes' the page.

Re: RegEx help

2007-03-20 Thread Gareth Hughes
listFirst(/level-1/2nd-level/index.cfm,/) maybe? - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, March 20, 2007 9:03 PM Subject: RegEx help I'm really not very good at this, so I'm grateful for any help. I've been using one

Re: SQL Login Faliure

2007-03-14 Thread Gareth Hughes
I'll second that. IPSec can be complicated when you first set it up but is very flexible. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 14, 2007 4:23 PM Subject: Re: SQL Login Faliure Robert Rawlins - Think

Re: Timezone.cfc and US DST changes

2007-03-13 Thread Gareth Hughes
As an FYI, 1.4.2_11 does not support the US DST changes as they apply to Canada. 1.4.2_13 does. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Timezone.cfc and US DST changes

2007-03-12 Thread Gareth Hughes
it into the offset until 24hrs later. At least the problem appears to be resolved. Thanks to all who replied. Phew. :) - Original Message - From: Gareth Hughes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 12, 2007 12:35 AM Subject: Re: Timezone.cfc and US DST changes

Re: Can I use CLIENT variable storage with MySQL 5?

2007-03-12 Thread Gareth Hughes
Not sure it will help but this the SQL to create the tables for MS SQL. Note the table names are CDATA and CGLOBAL (not cFdata and cFglobal): CREATE TABLE [dbo].[CDATA] ( [cfid] [char] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , [app] [char] (64) COLLATE SQL_Latin1_General_CP1_CI_AS

Re: Timezone.cfc and US DST changes

2007-03-12 Thread Gareth Hughes
but the CFC is still broken as there is still an issue w/ dateConvert(). did the new one i sent work better? Sorry Paul, I didn't receive a new one from you. I tested using the older version I had and the latest version from your site. Both produced the same results. From what I understood of

Re: Timezone.cfc and US DST changes

2007-03-12 Thread Gareth Hughes
is this your real email? yes. no, my blog talks about all cf datetime's being server datetimes which maybe not what you intended as far as tz goes. Ah, that makes sense... the dateConvert issue is that it doesn't take DST into account when converting. but now I'm confused again :) So

Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
Running 7.02 and 1.4.2_11 JVM and using Paul Hastings' timezone.cfc to calculate various times around the globe. It looks like I'm getting errors because of the change in US DST when using the castFromServer method. The time on the server is correct. If my understanding is correct I thought

Re: Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
Thanks Kris I appreciate the confirmation. As an update it looks like the http://www.sustainablegis.com server is not patched with a recent enough JVM as it reports EST as NOT being in DST. My server, using the 1.4.2_11 reports that it is (which is correct). However, my server still reports

Re: Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
Thanks Paul, I found that same page earlier but 1.4.2_11 is the latest officially recognised JVM by Adobe and although Sun say _13 is required they (sun and adobe) both say _11 supports the US DST changes: http://java.sun.com/developer/technicalArticles/Intl/USDST_Faq.html#jdkversion

Re: Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
it's the same on _13 - Original Message - From: Paul Vernon [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, March 11, 2007 8:36 PM Subject: RE: Timezone.cfc and US DST changes As an update it looks like the http://www.sustainablegis.com server is not patched

Re: Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
Yes :( To clarify, if you use _11 then EST is reported as being in DST. If you use _13 then EST is not reported as being in DST. This is as expected according to the alerts from Sun. The problem is, whether you use EST (_11) or America/New_York (_13), the returned time offset (and hence the

Re: Timezone.cfc and US DST changes

2007-03-11 Thread Gareth Hughes
'timezone hell'. Oh boy :) Thanks for the reply Paul, I'm reading the blog post now... - Original Message - From: Paul Hastings [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 12, 2007 12:19 AM Subject: Re: Timezone.cfc and US DST changes Gareth Hughes

Re: Scheduled Task Times not saving

2007-03-07 Thread Gareth Hughes
Are you sure the task times are completely blank? I've seen this where for some reason lots of space was put in before the actual time. If you put your cursor in the time field and do select all copy, do you get anything when you paste the result into notepad (or similar). - Original

Re: SQL Server DSN, text data type, CLOB is required?

2007-03-07 Thread Gareth Hughes
You don't have to enable clob to use text or ntext data types but if you don't then CF will crop any input to those fields that exceeds a certain length. I can't remember what the length is that CF crops at but I have experienced this. Not sure about blob. - Original Message - From:

7.02 no such classpath error

2007-03-02 Thread Gareth Hughes
I'm running CF 7,0,2,142559 (Java 1.4.2_11) standard edition. I've noticed that I'm getting: no such classpath element: C:\CFusionMX7\runtime/../../classes in c:\CFusionMX7\runtime\logs\coldfusion-err.log. I've manually edited the jvm.config to remove the {application.home}/../../classes

Re: 7.02 no such classpath error

2007-03-02 Thread Gareth Hughes
no such classpath error NEVER edit your Java/JVM page in the ColdFusion Administrator. It corrupts the jvm.config file and it also hides various JVM arguments, which because they aren't directly visible to you can cause CF not to restart. ALWAYS edit manually. Andy On 02/03/07, Gareth Hughes [EMAIL

Ugly Verity

2007-03-01 Thread Gareth Hughes
using the Unicode pack? Can you confirm / deny the performance difference? Thanks Gareth ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2

Re: Ugly Verity

2007-03-01 Thread Gareth Hughes
. Russ -Original Message- From: Gareth Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 2:28 PM To: CF-Talk Subject: Ugly Verity Does anyone else on the list use the Verity Unicode pack? I'm using it and the indexing performance is appallingly bad, perhaps 50 times

Re: HELP

2007-02-21 Thread Gareth Hughes
You could try installing a later JVM. I posted instructions a while ago: http://www.houseoffusion.com:80/groups/CF-Talk/message.cfm/messageid:269082 - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 21, 2007 3:53 PM

JVM / JRE update

2007-02-07 Thread Gareth Hughes
reason why this could cause problems for whatever might be using the v5 JRE? I'm thinking along the lines of the install adjusting system variables for example. My guess it is should be fine but I'd appreciate other's opinions before I go ahead. Thanks Gareth

Re: JVM / JRE update

2007-02-07 Thread Gareth Hughes
Cool. Thanks all. - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 07, 2007 2:29 PM Subject: RE: JVM / JRE update I need to update a customers windows 2003 server to 1.4.2_11 JVM (currently 1.4.2_05 / CF 7.01). I

Re: JVM / JRE update

2007-02-07 Thread Gareth Hughes
is 1.4.2_11 Hope it helps Gareth - Original Message - From: sam komo [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 07, 2007 10:29 PM Subject: Re: JVM / JRE update Hi All, Our production server CF7.02 server setting for Java JVM says 1.4.2_05 even

Re: website thumbnail

2006-12-15 Thread Gareth Hughes
cfx_url2bmp from efflare creates an uncompressed bmp which can then be converted to a thumbnail: http://efflare.com/download/ - Original Message - From: Richard Cooper [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, December 15, 2006 1:48 PM Subject: website

Re: Get DNS servers programatically

2006-10-19 Thread Gareth Hughes
Or nslookup on windows: cfexecute name=nslookup.exe timeout=5 arguments=-q=ns houseoffusion.com variable=dnsinfo / cfdump var=#dnsinfo# - Original Message - From: Jim Wright [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 19, 2006 7:51 PM Subject: Re:

Select distinct on multiple columns

2006-10-18 Thread Gareth Hughes
unique values for my search phrases but include the other column data? I'm stuck. Any ideas? Thanks Gareth ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

Re: Select distinct on multiple columns

2006-10-18 Thread Gareth Hughes
That's so simple compared to the things I'd been trying! It works perfectly and as Brad suggested I can easily get counts as well which is a major bonus. Many thanks Jim. Mike, I tried your suggestion but it didn't seem to produce the desired result. I'll tinker with it though to see what I

Re: Scheduler Problem

2006-10-06 Thread Gareth Hughes
Are you running it from a browser on your local machine or the server? You need to try it on the server if possible. - Original Message - From: George Owns [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, October 06, 2006 7:51 AM Subject: RE: Scheduler Problem If

Re: Scheduler Problem

2006-10-06 Thread Gareth Hughes
: Scheduler Problem I've tried to run it from the server, but it doesn't work. It throws an error: Windows can not find serverDomain ... Gareth Hughes [EMAIL PROTECTED] schrieb: Are you running it from a browser on your local machine or the server? You need to try it on the server if possible

Re: Scheduler Problem

2006-10-05 Thread Gareth Hughes
Sounds like the server (or at least CF) is unaware of the DNS. Either point the CF server to an internal DNS server that uses the local IP info or put the info in the hosts file on the CF server. Then restart CF. - Original Message - From: George Owns [EMAIL PROTECTED] To: CF-Talk

Re: verity spider

2006-10-05 Thread Gareth Hughes
the testx collection with the spider? - Original Message - From: George Lu [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 04, 2006 11:46 PM Subject: Re: verity spider Thank you Gareth. I prefer to use vspider since cfindex will index all docs linked

Re: verity spider

2006-10-04 Thread Gareth Hughes
From the verity people: --- Error -1705 = Node is offline. You get this error when the K2 server and collection is not online. --- If the collection has been successsfully created and registered you might try restarting Verity to see if that clears the error. Have you tried using cfindex

Re: Rather big log

2006-09-26 Thread Gareth Hughes
practice or would I be better off setting up a DB? Thanks for the quick replies. Gareth - Original Message - From: Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 26, 2006 11:54 AM Subject: Re: Rather big log Hi Gareth

Rather big log

2006-09-26 Thread Gareth Hughes
registry setting for client variables and CF runs under the local system account. Anyone have any ideas what might be causing this? Thanks Gareth ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting

Re: Rather big log

2006-09-26 Thread Gareth Hughes
Get advanced intensive Master-level training in C# ASP.NET 2.0 for ColdFusion Developers at ProductivityEnhancement.com - Original Message - From: Gareth Hughes To: CF-Talk Sent: Tuesday, September 26, 2006 7:32 AM Subject: Re: Rather big log Thanks Nick / Tom So the bug

PDFBox

2006-09-13 Thread Gareth Hughes
Anyone using PDFBox to extract PDF content on CF 7 (standard)? I'm doing it on CF 6 but does anyone know of any issues with using it on 7? If anyone knows alternative solutions for extracting pdf text on 7 that would be great too :) Thanks

Re: PDFBox

2006-09-13 Thread Gareth Hughes
Subject: Re: PDFBox Gareth Hughes wrote: Anyone using PDFBox to extract PDF content on CF 7 (standard)? I'm doing it on CF 6 but does anyone know of any issues with using it on 7? beside it not doing arabic/farsi unicode text it works ok under cf7 from our limited testing in july. note

Re: FckEditor / JS

2006-09-05 Thread Gareth Hughes
You'll need to pull this apart to get it to work for you but below is the JS I use to check an FCK instance isn't empty. So, you should be able to update your div with secondFrame.body.innerHTML. firstFrame = document.getElementById(FCKeditor1___Frame).contentWindow.document;

Re: FckEditor / JS

2006-09-05 Thread Gareth Hughes
: Bobby Hartsfield [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 05, 2006 4:23 PM Subject: RE: FckEditor / JS Hi Gareth. The problem is actually triggering a function when the content of the editor changes not actually reading the content. As for just reading

valuelist and variable column name

2006-08-28 Thread Gareth Hughes
I'm struggling to get ValueList to work on a column name which is a variable: cfset varColumnName = actualColumnName cfdump var=myQuery[varColumnName][1] !--- this line works --- cfset myList = valueList(myQuery[varColumnName]) !--- this line doesn't work --- I thought the square bracket

Re: valuelist and variable column name

2006-08-28 Thread Gareth Hughes
- From: srinivas ganta [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 28, 2006 12:59 PM Subject: Re: valuelist and variable column name Hi Hughes Try this cfset myList = valueList(myQuery.varColumnName]) Srinivas On 8/28/06, Gareth Hughes [EMAIL PROTECTED] wrote

Re: valuelist and variable column name

2006-08-28 Thread Gareth Hughes
think this is one of those instances where it just won't work. I ran across this issue a year or so back. I'm pretty sure it was with the valueList() function. M!ke -Original Message- From: Gareth Hughes [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 7:13 AM To: CF-Talk Subject

Re: valuelist and variable column name

2006-08-28 Thread Gareth Hughes
()? cfset myList = arrayToList(myQuery[varColumnName]) On 8/28/06, Gareth Hughes [EMAIL PROTECTED] wrote: Not sure what you're suggesting here, you've only got one square bracket. But I've tried as many combinations as I can think of with wrapping the brackets around the column name, the query

Clearing out cfclasses folder

2006-08-16 Thread Gareth Hughes
to clear out the cfclasses folder and just let it refill as needed. Does anyone know of any problems (other than the initial performance hit) with doing this? Thanks Gareth ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Clearing out cfclasses folder

2006-08-16 Thread Gareth Hughes
with lots of files. Thanks for the tip. Gareth - Original Message - From: Andy Allan [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 16, 2006 3:58 PM Subject: Re: Clearing out cfclasses folder If you've got that many files, then 1) Untick Save Class Files

Some questions on CF7 Verity language packs

2006-07-17 Thread Gareth Hughes
packs in addition to the Unicode pack? Sorry, lots of questions! Any clues would be appreciated though, I'm writing a proposal where having a better understanding of this would really help me out. Thanks Gareth

Re: Reading PDF Content

2006-07-07 Thread Gareth
I've done this with pdfbox, an opensource java pdf reader thing. http://www.pdfbox.org/ There's a post that mentions it here too: http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:29432 - Original Message - From: Joe Velez [EMAIL PROTECTED] To: CF-Talk

Re: iframe scrolling

2006-07-06 Thread Gareth
Someone recently pointed me to this nice little piece of JS which automatically sets the height of an iframe to exactly accomodate the source content. AFAIK it only correctly resizes the frame if the source page is local (from same site) but if that's the case for you it would allow you to

Re: iframe scrolling

2006-07-06 Thread Gareth
Err, forgot something me thinks: http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, July 06, 2006 5:35 PM Subject: RE: iframe scrolling Can anyone tell me why IE

Re: Getting the user's IP address

2006-06-27 Thread Gareth
CGI.HTTP_X_Forwarded_For Might help. - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 27, 2006 7:40 PM Subject: Getting the user's IP address I'm supposed to be storing the user's IP address in a table. I looked up

Re: Getting the user's IP address

2006-06-27 Thread Gareth
the user's IP address Hmmm... That looks to have done it. http://bigcomfycouch.com/NEWask.cfm You rock Gareth. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

Re: Catching repeated characters

2006-06-25 Thread Gareth
Perfect! Many thanks Phillip. - Original Message - Sent: Sunday, June 25, 2006 1:36 AM Subject: RE: Catching repeated characters Sorry if this is a duplicate email... Having trouble with my spam filter. In case you didn't get the first one: Gareth, Here you go: cfscript strMyString

Catching repeated characters

2006-06-24 Thread Gareth
the character but I haven't even got close. Any one got any ideas? Is this even possible? Thanks for any help. Gareth ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244736 Archives: http://www.houseoffusion.com

Re: 3rd Party Cookie Reading

2006-04-23 Thread Gareth
It's early so I may not have understood the question properly but maybe this might help :) IE blocks 3rd party cookies (AFAIK firefox doesn't) but IE can read 3rd party cookies if the site that set the cookie has a P3P Compact Policy (which is a custom header sent by IIS / Apache). See below

Re: OT: finding uk developers

2006-04-21 Thread Gareth
Thanks for the ideas and sniggles. I'll get some details over to the User Group Managers once the job spec is finalised. Cheers Gareth - Original Message - From: Andy Allan [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 20, 2006 4:31 PM Subject: Re: OT

OT: finding uk developers

2006-04-20 Thread Gareth
I'm looking to find a UK CF developer for a 3(ish) month contract. Besides the cf-jobs list, can anyone recommend some popular places where people look for job postings or where potential employers can find developers? Thanks Gareth

Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-10 Thread Gareth
yes i get it too. i get round it by stopping the jrun process in task manager. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 10, 2006 5:46 AM Subject: Problems Stopping and Starting Coldfusion Service (CFMX7) Hi We have a

Re: Multithreading within a request

2006-04-06 Thread Gareth
I haven't used it in the same context but I run a scheduled task which puts the cfhttp in a separate thread. Running it like below runs the task once as soon as it's created so it might work. cfschedule action = update task = taskName operation = HTTPRequest url = #url#

Re: PDF creation on MX

2006-04-04 Thread Gareth
CFX_PDF uses iText under the hood as well. Obviously if you go with iText you have to code quite a lot yourself. -Original Message- From: Gareth [mailto:[EMAIL PROTECTED] Sent: 03 April 2006 17:27 To: CF-Talk Subject: PDF creation on MX Is there a PDF creation tag considered 'standard

Re: PDF creation on MX

2006-04-04 Thread Gareth
;-) -Original Message- From: Gareth [mailto:[EMAIL PROTECTED] Sent: 04 April 2006 12:23 To: CF-Talk Subject: Re: PDF creation on MX Yeah, iText looked like a bit too much hard work. Thanks for that Neil, looks like I'll go with cfx_pdf. - Original Message - From: Robertson-Ravo, Neil (RX

PDF creation on MX

2006-04-03 Thread Gareth
/ recommendations I'd be interested in hearing before I take the plunge. Thanks Gareth ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236825 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

Re: PDF creation on MX

2006-04-03 Thread Gareth
. Should have said MX 6.1 - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 03, 2006 5:37 PM Subject: Re: PDF creation on MX CFDOCUMENT ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric

Re: PDF creation on MX

2006-04-03 Thread Gareth
Unfortunately I can't install Word on this server but good info anyway. Thanks Ben. - Original Message - From: Ben Nadel [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 03, 2006 5:38 PM Subject: RE: PDF creation on MX Gareth, I have done a good amount

Re: PDF creation on MX

2006-04-03 Thread Gareth
Ah, didn't realise that. Thanks Bryan I'll check it out. - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, April 03, 2006 5:51 PM Subject: Re: PDF creation on MX ahhh...well then look at iText on SourceForge which is behind

Re: OOP, why me?

2006-03-07 Thread Gareth
I thought this thread had gone quiet until I realised the whole list was quiet and being blocked by SpamCop... Mike and Isaac, sincere thanks for the detailed responses. Mike, I've been a CSS convert for a number of years and that analogy was the first thing I've heard that really does help me

Re: OOP, why me?

2006-03-07 Thread Gareth Hughes
I thought this thread had gone quiet until I realised the whole list was quiet and being blocked by SpamCop... Mike and Isaac, sincere thanks for the detailed responses. Mike, I've been a CSS convert for a number of years and that analogy was the first thing I've heard that really does help me

Re: OOP, why me?

2006-03-07 Thread Gareth Hughes
Cool, thanks for that Bob. Gareth, The bean DAO method is used in some of Ray Camden's free application. The one I know of for sure is Lighthouse. This helped me understand some OOP stuff that I hadn't quite grasped before. http://ray. camdenfamily.com Bob

OOP, why me?

2006-03-06 Thread Gareth
understanding what the real end benefit is. scratches_headModel glue, mach ii, fusebox, etc. I'm sure there's a bloody good reason for 'em but what is it?/scratches_head Words of wisdom / good reading (including book recommendations) most appreciated. Many thanks Gareth

Re: anyone used cfx_zip??

2006-03-06 Thread Gareth
Teja Palla [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 06, 2006 4:29 PM Subject: Re: anyone used cfx_zip?? Gareth, I tried escaping the double quotes inside(putting them twice) and it still would do the full c: I have no clue what's going

Re: OOP, why me?

2006-03-06 Thread Gareth
PROTECTED] wrote: Gareth, I'm in the same boat you are. Especially after reading a blog entry by a prominent figure in the CF community, where the complaint was given that simple changes to a framework based site were /not/ simple. You had to modify a few different files just to make a simple

Re: anyone used cfx_zip??

2006-03-03 Thread Gareth
Never used CFX_Zip (I use zipfilenew http://www.cflib.org/udf.cfm?ID=744) but have you tried putting the paths in quotes? I.e.: 'c:\dir1,c:\dir2' - Original Message - From: Srinivasa Teja Palla [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, March 03, 2006 1:02 PM

Re: Quick Regex question

2006-03-01 Thread Gareth
I dont get it :) You say find the comma between double quotes but then you say 'only want to replace the comma between Matthews and Andy' which is the one between text... So if it's the first, Adrians will find it (but it doesn't need to be Regex - a simple replace for , will do it). If it's

Re: Quick Regex question

2006-03-01 Thread Gareth
Regex question I took between double quotes to mean within the string delimited fields rather than the more literal comma surrounded immediately by quotes On 3/1/06, Gareth [EMAIL PROTECTED] wrote: I dont get it :) You say find the comma between double quotes but then you say 'only want

Verity Error -1705

2006-02-21 Thread Gareth
the error (but maybe I am...). Can anyone help, offer advice or at least share similar experiences in an attempt to track down the cause? Many thanks Gareth ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233001 Archives

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Gareth Arch
You've more or less posted the answer. The method to use would be: INSERT INTO tblContactAddress(contactID,addressTypeID,address1, etc.) SELECT #contactIDValue#, ID, '#address1Value#',etc. FROM tblAddressType WHERE typename = 'General' Just make sure typename = 'General' will only return one

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Gareth Arch
You should be able to join as many tables as you like (just as in a regular query). Just select the column names you need insert into tblthis (columnone, columntwo, columnthree) select c.dataone, d.datatwo, e.datathree from mycolumns c inner join mycolumnstwo d on (c.my_id = d.my_id) inner join

  1   2   >