Re: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Gualtiero Sappa
Mike Kear ha scritto: Excellent Mike. So to save on RAM (since that's my major issue with this machine) i can write a little batch file in dos (remember DOS anyone?) to net stop the version i'm finished with and net start the version i want to switch to.Sounds pretty simple. that way

Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-11 Thread Jochem van Dieten
James Blaha wrote: Does anyone operate a CF server behind a load balancer here? Sure. But based on the description you provided earlier about reduced SSL certificate management what you are doing isn't so much load balancing as SSL offloading. That means your load balancer must operating at

RE: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Dawson, Michael
I have a QA server configured in this way and I encountered some performance issues on CF8, but I don't know if this is due to the simultaneous installation of CF7 and CF8. Read this about the CF8 performance issues. http://corfield.org/blog/index.cfm/do/blog.entry/entry/Java_6_and_ColdFu sion_8

Re: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Gualtiero Sappa
I already read this blog entry but my performance issues are only on a server with both CF7 and CF8 running... on servers with only CF8 it works fine! So I don't know if the problem is that we have both CF7 and CF8 running or not (the server is a virtual machine with few RAM) Gualtiero

Re: Database vs. Verity Search

2007-12-11 Thread Mark Picker
Ok, it would appear from the few replies that I may have missed something with the searching of customx fields :) Might have to reread the doco a bit closer. Still seems strange to me that you can't search the title, but that may just be me. To be honest I hadn't even thought about searching

Re: Conceptual Search against Database(s)

2007-12-11 Thread Tom Chiverton
On Monday 10 Dec 2007, d l wrote: -- The previous url has been replaced by a permanent one, http://web.mytata.net:8000/TextSearch/search.cfm Not port 80 ? This may cause some people problems... -- Tom Chiverton Helping to augmentatively mesh leading-edge environments on:

Re: PDF creation in CF8 - not working...please help

2007-12-11 Thread Rupesh Kumar
Andy, It looks like the rendering engine for html/css in CF does not handle overflow:auto. If you remove that from your style, the pdf will get created fine. Meanwhile we will investigate why overflow:auto style does not work. Thanks Regards, Rupesh Adobe ColdFusion team.

Re: PDF creation in CF8 - not working...please help

2007-12-11 Thread Rupesh Kumar
Andy, It looks like the rendering engine for html/css in CF does not handle overflow:auto. If you remove that from your style, the pdf will get created fine. Meanwhile we will investigate why overflow:auto style does not work. Thanks Regards, Rupesh Adobe ColdFusion team.

Re: cfdocument: How to design a PDF excactly the way I want?

2007-12-11 Thread Rupesh Kumar
Hi Henry, The problem is that you did not define the margin space for header and footer. By default the top and bottom margin is 0.5 inch and that is where it will try to fit your content. And since you have specified absolute positions, it did not even get scaled. I changed your code a little

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
Hey Rob... Last night I tried using an absolute path to the stylesheet, and that didn't work either. andy -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:47 PM To: CF-Talk Subject: Re: PDF creation in CF8 - not working...please help

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
Well thank you very much. I'll def need to debug it. It's got to have something to do with the combo of the CSS and my HTML. I'll just have to figure it out. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 8:42 PM To: CF-Talk Subject: Re:

Re: Conceptual Search against Database(s)

2007-12-11 Thread d l
The thing is my ISP blocks port 80 and I don't understand the rationale of organizations blocking port like 8000 (if memory serves I think one of the rfc standard specified that any port above 8000 is recommended as an alternative to port 80, that was about 14 years ago when I first started to

RE: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Dave Watts
Will setting up VMs make that situation worse? (yes i know the answer is to get more RAM, but my Chairman of Finance reckons fixing the brakes on the car and new curtains in the living room take priority.) VMs require significantly more RAM, as each contains its own OS. When you switch

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
Thanks Rupesh! I'll take a look at my code. I didn't realize I was using that, but sure enough, there it is. That makes perfect sense why the first section shows up, but the rest don't too! andy -Original Message- From: Rupesh Kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11,

Re: Database vs. Verity Search

2007-12-11 Thread Raymond Camden
Are you sure? I do not believe this is the case. If so - wouldn't it return the same SCORE value for every result? Also, the docs mention that the MANY keyword can be used... Counts the density of words, stemmed variations, or phrases in a document and produces a relevance-ranked score for

FCKEditor / CF8 Issues

2007-12-11 Thread Todd
I have the full version of FCKEditor installed, I'm not using the cftextarea tag. I keep running into issues with the file manager. Whenever you click Browse Server and launch the file manager, you get The server didn't reply with a proper XML data. Please check your configuration. Firebug is

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
Should also be worth noting that the filemanager works fine on a different domain. On Dec 11, 2007 9:51 AM, Todd [EMAIL PROTECTED] wrote: I have the full version of FCKEditor installed, I'm not using the cftextarea tag. I keep running into issues with the file manager. Whenever you click

Re: Conceptual Search against Database(s)

2007-12-11 Thread Tom Chiverton
On Tuesday 11 Dec 2007, d l wrote: The thing is my ISP blocks port 80 Is this because you're not meant to be running any|production services on it, by any chance ? I choose my ISP because they explictly *did* allow running servers over the ADSL* line in their T+Cs... -- Tom Chiverton

RE: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Dave Watts
Excellent Mike. So to save on RAM (since that's my major issue with this machine) i can write a little batch file in dos (remember DOS anyone?) to net stop the version i'm finished with and net start the version i want to switch to. Sounds pretty simple. that way there's only one version

RE: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Dave Watts
Thanks Russ. The machine in questoin is my development laptop which has a max 2GB Ram, but i was persuaded when i bought it to go with 1GB. SILLY MOVE!! Because of the configuration of he chips the only way to upgrade RAM is to buy a whole 2GB in 2 chips and throw the 2x500MB chips

CFChart and SSL

2007-12-11 Thread Dominic Watson
Hi there, we have had a site that has been using CFCHART to display graphs for sometime. Last week they got a new URL that is https://, before it was http://. This url points to exactly the same box and we can still access it with the old url. Anyways, the problem is that when using the new https

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Jon Clausen
Todd, For clarification, are you creating the FCKEditor instance using cfmodule on the fckeditor.cfm (downloaded from the FCKEditor site) or are you using pure javascript to create the editor instance? If using cfmodule, you should have params being passed that look something like this:

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
Using the FCKEditor CFC downloaded from FCKEditor site. This isn't a permission issue as I found a separate non-FCKEditor issue interfering with the FCKEditor. However, I'm still getting an invalid XML, but I'm close to working it through. I found my issue. I changed in cf_basexml.cfm:

Re: CFChart and SSL

2007-12-11 Thread Tom Chiverton
On Tuesday 11 Dec 2007, Dominic Watson wrote: with the old url. Anyways, the problem is that when using the new https address, the graph images to not show, when using the old non-https url, they do. What URL is in the HTML for said images ? -- Tom Chiverton Helping to challengingly enable

Re: Conceptual Search against Database(s)

2007-12-11 Thread d l
On Tuesday 11 Dec 2007, d l wrote: The thing is my ISP blocks port 80 Is this because you're not meant to be running any|production services on it, by any chance ? I choose my ISP because they explictly *did* allow running servers over the ADSL* line in their T+Cs... -- Tom

CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Hi, I have this piece of code that works fine under CF5, but fails with connection failure and status code = 200 bothe under CF 6 and CF 7, on the same server. CFHTTP METHOD=GET RESOLVEURL=Yes

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Todd
I take that back. I had a separate non-FCKEditor issue, putting an Application.cfc at the beginning of FCKEditor's directory and messing with the config.cfm fixed my issue. The cfcontent issue below did nothing. So... it was more environmental than FCKEditor. On Dec 11, 2007 11:28 AM, Todd

Re: FCKEditor / CF8 Issues

2007-12-11 Thread Casey Dougall
FYI... new version of FCKEditor is available on their site and it works in Safari... On 12/11/07, Todd [EMAIL PROTECTED] wrote: Using the FCKEditor CFC downloaded from FCKEditor site. This isn't a permission issue as I found a separate non-FCKEditor issue interfering with the FCKEditor.

Re: CFChart and SSL

2007-12-11 Thread Dominic Watson
It is a private government site with login required. Can't really send that information :/ Thanks, Dominic On 11/12/2007, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 11 Dec 2007, Dominic Watson wrote: with the old url. Anyways, the problem is that when using the new https address,

Re: cfdocument: How to design a PDF excactly the way I want?

2007-12-11 Thread Chris Jordan
Try using CF Report Builder. It's a snap. :o) Chris On Dec 11, 2007 7:45 AM, Rupesh Kumar [EMAIL PROTECTED] wrote: Hi Henry, The problem is that you did not define the margin space for header and footer. By default the top and bottom margin is 0.5 inch and that is where it will try to fit

Clarification about FCKEditor Use on websites...

2007-12-11 Thread Rick Faircloth
Would it be correct to say that I have to buy the commericial license (about $1500) to include FCKEditor in my websites for users to edit content? Rick ~| Download the latest ColdFusion 8 utilities including Report Builder,

Re: CFChart and SSL

2007-12-11 Thread Dominic Watson
What URL is in the HTML for said images ? Oh, perhaps you mean the url of the images not showing? They look like so: https://the.site.url/CFIDE/GraphData.cfm?graphID=Images/100153.JPG Thanks again, Dominic ~| Get the

CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread coldfusion . developer
When I output a query's results to an XML file, my code which is correct output the XML without the beginning element tag. This seems to happen when there's no data or NULL data for this element. Is it as simnple as inclusing and nbsp; placeholder? So for example ... My code ... address

RE: Clarification about FCKEditor Use on websites...

2007-12-11 Thread ColdFusion
Why not upgrade to CF8 and use the RichText editor there? -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 12:06 PM To: CF-Talk Subject: Clarification about FCKEditor Use on websites... Would it be correct to say that I have to buy the

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread Jon Clausen
Not at all Rick. Unless you plan to do major modifications to the source and wish to keep those modifications to yourself, you can use the free version. Since you're running on CF8 now, you could just use cftextarea richtext=true rather than mess with a separate installation. HTH, Jon On

RE: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread Dave Watts
When I output a query's results to an XML file, my code which is correct output the XML without the beginning element tag. This seems to happen when there's no data or NULL data for this element. Is it as simnple as inclusing and nbsp; placeholder? ... What get's written to my XML

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread Casey Dougall
On 12/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My code ... address name#trim(FirstName)# #trim(MidInit)# #trim(LastName)#/name address1#trim(Address1)#/address1 address2#trim(Address2)#/address2 city#trim(City)#/city state#trim(StateOrProvince)#/state

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread C. Hatton Humphrey
Just a note on that point - the CF8 RichText version has images, files and spell checking disabled. I've actually moved to TinyMCE at this point after posting a request for feedback comparing the two here about a week ago. Hatton On Dec 11, 2007 12:41 PM, Rick Faircloth [EMAIL PROTECTED] wrote:

RE: Clarification about FCKEditor Use on websites...

2007-12-11 Thread Dave Watts
Just a note on that point - the CF8 RichText version has images, files and spell checking disabled. I think you may be able to enable some or all of those features yourself, by editing one of the FCK configuration files in /CFIDE/scripts/ajax/fckeditor. Dave Watts, CTO, Fig Leaf Software

RE: Clarification about FCKEditor Use on websites...

2007-12-11 Thread Rick Faircloth
Thanks to the both of you for the info concern FCK and, especially the new cftextarea richtext=true feature in CF8! Hadn't found out about that one, yet! I'll check it out! Rick -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 12:29 PM

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
I have a hint: I'm having the problem with only 2 pages. Each page is declared ?xml version=1.0... One is in XML indeed, the other one is just plain HTML. I suppose CF is trying to decode the XML, although I don't want to get any structure, I'm parsing the page myself. Is there a way to ask CFMX

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread C. Hatton Humphrey
(*nods*) this is true and I looked into that as an option, however in the end it became extremely clear that it was less time (and therefore money) to install TinyMCE and a third-party image manager than modify the richtext implementation. Obviously I'd love to be able to go back and change it

RE: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Dave Watts
I have a hint: I'm having the problem with only 2 pages. Each page is declared ?xml version=1.0... One is in XML indeed, the other one is just plain HTML. I suppose CF is trying to decode the XML, although I don't want to get any structure, I'm parsing the page myself. Is there a way to

Re: Cffile Write Problem

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
When you say that you open up the rights what are you referring to? What you need to do is to make sure that the ColdFusion service is running under a defined login account, which has been granted rights to the location you are writing to, and not under the default local account. The local

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
you might try setting RESOLVEURL=NO. Makes no difference :-( -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Something I don't understand is that in the dump of the cfhttp structure I can see this header below, thus the page is retrieved indeed, so how comes CF reports a connection failure? The only explanation is that CF is trying to do something with the content, (something I didn't asked) with the

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have to upload my XML files to a Magazine fulfillment company and they are requiring that both tags are present even if there's an empty element. Is there a way to force both tags to appear even when there's an emtpy element? Thanks D When I output a query's results to an XML file, my code

Re: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Matthew Williams
How do you switch between them?I.e. how does your system determine that page a has to be processed by CF8 and page b by CF7? Pretty simple, using apache. Assuming you've installed in multi-server mode, you would run the Web Server Configuration tool (found in the Macromedia programs

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread Michael MacDonald
Just a point of clarification Jon, if you use the FCKEditor under the LGPL license you can freely modify the code to your hearts content. Its only if you wish to distribute the source code that you need to make your modifications public.

SOT: page breaks

2007-12-11 Thread Orlini, Robert
Anyway to tell CF about page breaks after each record when printing? Thanks. RO HWW ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

RE: page breaks

2007-12-11 Thread Peterson, Chris
p style=page-break-after: always;/p Its not CF's job to control output, you can use CSS and html to do that ;) Chris -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 2:43 PM To: CF-Talk Subject: SOT: page breaks Anyway to tell CF about

Re: Clarification about FCKEditor Use on websites...

2007-12-11 Thread Jon Clausen
Ah, good point, Michael. Thanks for the clarification. Jon On Dec 11, 2007, at 1:45 PM, Michael MacDonald wrote: Just a point of clarification Jon, if you use the FCKEditor under the LGPL license you can freely modify the code to your hearts content. Its only if you wish to distribute

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Is there a way to force the openning and closing tags even if the element is empty? Thanks D When I output a query's results to an XML file, my code which You don't need to add anything. That syntax denotes an empty element. It's identical to address2/address2 as far as an XML parser is

RE: page breaks

2007-12-11 Thread Orlini, Robert
thanks -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 2:45 PM To: CF-Talk Subject: RE: page breaks p style=page-break-after: always;/p Its not CF's job to control output, you can use CSS and html to do that ;) Chris -Original

RE: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread Dave Watts
I have to upload my XML files to a Magazine fulfillment company and they are requiring that both tags are present even if there's an empty element. Is there a way to force both tags to appear even when there's an emtpy element? Their system is broken, then. If you're using CFXML now, you

Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Claude Schneegans
CFHTTP METHOD=GET URL=http://www.cyberpresse.ca/apps/pbcs.dll/section?Category=CPRSSprofile=5046mime=xml; TIMEOUT=60 / CFDUMP var=#cfhttp# And tell me if you get something else than connexion failure in the filecontent variable. Thanks. -- ___ REUSE

Re: Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Web Specialist
For me: Connection Failure 2007/12/11, Claude Schneegans [EMAIL PROTECTED]: CFHTTP METHOD=GET URL= http://www.cyberpresse.ca/apps/pbcs.dll/section?Category=CPRSSprofile=5046mime=xml TIMEOUT=60 / CFDUMP var=#cfhttp# And tell me if you get something else than connexion failure in the

Re: Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Rob Parkhill
I just get the connection failure in the filecontent variable. Rob ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates.

Stupid CF 5 Question

2007-12-11 Thread Kirt Dankmyer
Okay, I've combed the Internet and the Macromedia site, and my Google-Fu has failed me. All I want to know is this: Under Windows 2000, under CF 5, what file(s) store the datasources? If I wanted to back up all the information on, say, the Native Datasources, what would I back up? -Kirt

RE: Stupid CF 5 Question

2007-12-11 Thread Dave Watts
Okay, I've combed the Internet and the Macromedia site, and my Google-Fu has failed me. All I want to know is this: Under Windows 2000, under CF 5, what file(s) store the datasources? If I wanted to back up all the information on, say, the Native Datasources, what would I back up?

RE: Stupid CF 5 Question

2007-12-11 Thread Mark Kruger
These aren't really part of CF 5 per se. Rather they are a part of the ODBC settings in windows. You can cause DSN's to show up in the datasources by using the ODBC control panel - and visa versa. Look in the registry for ODBC under local machine (not sure of the exact location).

RE: Stupid CF 5 Question

2007-12-11 Thread Mark Kruger
Doh! Beat me to it ... Dang it. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 4:22 PM To: CF-Talk Subject: RE: Stupid CF 5 Question Okay, I've combed the Internet and the Macromedia site, and my Google-Fu has failed me. All I want

OT: Eclipse speed issue

2007-12-11 Thread Jake Churchill
I use CFEclipse for my IDE and it almost always works wonderfully. I happen to have a project that involves working with an existing java project. One of the files is 25,000 lines line and even though I’m using the Java Perspective, Eclipse all but bombs. Just running eclipse with that file

One step upload and rename with CFFILE?

2007-12-11 Thread Les Mizzell
Is there a good/safe way to use cffile to upload a file out to the server and rename it at the same time? Only problem is, the file type is usually unknown - could be a Word doc, rtf, pdf, xls Folks are wanting to use some really weird file names at times and I'd like to rename everything

Re: OT: Eclipse speed issue

2007-12-11 Thread Bryan Stevenson
I've never opened a file that large, but I can say this Now that I've dropped Windows and moved to Linux (Ubuntu 7.10 Gutsy), Eclipse is MUCH better. In Windows I had all sorts of small but annoying flakiness along with it going to sleep if I left it for more than 30 seconds (i.e. click

Re: OT: Eclipse speed issue

2007-12-11 Thread Casey Dougall
On 12/11/07, Jake Churchill [EMAIL PROTECTED] wrote: I use CFEclipse for my IDE and it almost always works wonderfully. I happen to have a project that involves working with an existing java project. One of the files is 25,000 lines line and even though I'm using the Java Perspective,

RE: OT: Eclipse speed issue

2007-12-11 Thread Jake Churchill
I wouldn't mind making that switch but we are predominantly Windows here so I try not to be the odd man out. _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Bryan Stevenson

Re: One step upload and rename with CFFILE?

2007-12-11 Thread Casey Dougall
On 12/11/07, Les Mizzell [EMAIL PROTECTED] wrote: Is there a good/safe way to use cffile to upload a file out to the server and rename it at the same time? Only problem is, the file type is usually unknown - could be a Word doc, rtf, pdf, xls Folks are wanting to use some really weird

Re: One step upload and rename with CFFILE?

2007-12-11 Thread Dave l
i do this a lot anymore because people do tend to name files weirdly and when they start putting stuff like like Mike's big fish march-2007.jpg in it itend to mess things up. here is something I just put in, it uses Badass Bobbies random string udf cfscript fileType =

RE: OT: Eclipse speed issue

2007-12-11 Thread Jake Churchill
Thanks for the suggestion. I changed my my heap to a min of 128 and a max of 512 in my eclipse.ini file. I'm not sure I really see a difference. I did, however, notice that Build Automatically was checked in the project settings. I unchecked that. I suspect that recompiling 25,000 lines of

Re: OT: Eclipse speed issue

2007-12-11 Thread Bryan Stevenson
Jake Churchill wrote: I wouldn't mind making that switch but we are predominantly Windows here so I try not to be the odd man out. and that's why I have VirtualBox running with Win XP SP2 running in it.just in case ;-) I'm not easy to please and I must say the Ubuntu movement (trying

Re: Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Azadi Saryev
same here, too, Connection Failure... exactly the same problem was raised over in one of adobe cf forums in July: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1catid=3threadid=1281903highlight_key=ykeyword1=cyberpresse%2Eca unfortunately the thread originator is one of

Re: One step upload and rename with CFFILE?

2007-12-11 Thread Azadi Saryev
Dave l wrote: fileType = right(#file.serverfile#, 3) now, wouldn't that leave you with x.peg if i uploaded a x.jpeg ? and do you really need the and # there? and file has been deprecated for a couple of cf versions now, i believe - use cffile instead. Azadi Saryev Sabai-dee.com

Re: Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Claude Schneegans
unfortunately the thread originator is one of those people who do not like others to know how they managed to solve the problem... Yes, this is too often what happens. I found hundreds of threads on that issue, none had a conclusion. -- ___ REUSE CODE! Use

Re: Well, that a bummer... cftextarea...

2007-12-11 Thread Will Tomlinson
Try tinymce + rick's sweet cffm. I had the same prob with fcked. Will First user of CF9) ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

RE: Well, that a bummer... cftextarea...

2007-12-11 Thread Bruce
Ditto I was using FCK and have had nothing but problems for my home grown CMS. So I am switching everything to FarCry, and they use tinyMCE. I really like it a lot. Everything works fine out of the box. Wish CF's rich text editor (FCK) was as user friendly. Bruce -Original Message-

Well, that a bummer... cftextarea...

2007-12-11 Thread Rick Faircloth
Someone suggested today that I just use cftextarea instead of FCKEditor. But after looking at the docs for CF8, it appears that cftextarea is only a tag enabling the use of FCKEditor via a CF tag and syntax. And in the comments posted below the docs about cftextarea, it's stated that the version

RE: Well, that a bummer... cftextarea...

2007-12-11 Thread Rick Faircloth
Hi, Will... thanks for the tip. Rick -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 10:33 PM To: CF-Talk Subject: Re: Well, that a bummer... cftextarea... Try tinymce + rick's sweet cffm. I had the same prob with fcked.

Re: Well, that a bummer... cftextarea...

2007-12-11 Thread C. Hatton Humphrey
+1 On Dec 11, 2007 10:33 PM, Will Tomlinson [EMAIL PROTECTED] wrote: Try tinymce + rick's sweet cffm. I had the same prob with fcked. Will First user of CF9) ~| Check out the new features and enhancements in the

Re: One step upload and rename with CFFILE?

2007-12-11 Thread Dave l
it took this out of some other code and didnt copy all of the cffile, i had that part in a variable just wasnt putting it all. on the jpeg yeah it would and I didnt think about that and i took that part out of another section that converts it to a jpg if its not a jpg, so that was just a sloppy

Oops on installing CF8

2007-12-11 Thread Mike Kear
I just KNEW installing CF8 wasnt going to go perfectly. None of the other versions since CF4 have installed easily for me, so why would this be any different? Anyway, it seemed to install ok, then when i tried to configure the web server, i started the web server configuration tool and got the