RE: formatting in textarea

2004-11-07 Thread CFDEV
When you insert the value as is in a memo field it whould retain the carriage return.. If you show the value of the memo field in a textarea you should see the carriage return.. The replace solution is to show the value as text in html not in a textarea.. But carriage return are preserve as is when

Re: formatting in textarea

2004-11-07 Thread Will Tomlinson
One other imprtant thing I've run into when using replace for this purpose is this: When you display the memo field in an edit form, those 's show up. I usually use another replace() when outputting to an edit form. Something like: Replace(string,""," ","ALL") It seems to work well. THE GAME!

[OT] Right Click Context Menu

2004-11-07 Thread Marco Antonio C. Santos
Hi sorry by OT. Anyone has build applications with CF using right click context menu? It's possible to show howt to do that? Usability, client view, ... Thanx Marco ~| Special thanks to the CF Community Suite Gold Sponsor - CFH

errors on cf5 but not cf6.1

2004-11-07 Thread Daniel Farmer
The following code produces errors on CF 5, but not on 6.1 #i# - #session.arrQA[i][1]# #i+1#- #session.arrQA[i+1][1]# #i+2# - #session.arrQA[i+2][1]# ~~

RE: [cftalk] errors on cf5 but not cf6.1

2004-11-07 Thread Daniel Mackey
Hi Daniel, This bit : "addCart(#i+1#)" on CF5 would have to be "addCart(#evaluate(i+1)#)" and anything similar. Regards, Dan. -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 15:08 To: CF-Talk Subject: [cftalk] errors on cf5 but not cf6.1

RE: formatting in textarea

2004-11-07 Thread Ewok
NO, don't modify the text before it goes into the database filling it with html tags. Leave it exactly as they typed it. Only format it with the replace() when displaying it in html. It will show up exactly as it was in a textarea. If you do it like you're saying, all of the text will run together

Re: [cftalk] errors on cf5 but not cf6.1

2004-11-07 Thread Daniel Farmer
Thank you kind Sir. cheers >Hi Daniel, > >This bit : "addCart(#i+1#)" > >on CF5 would have to be "addCart(#evaluate(i+1)#)" and anything similar. > >Regards, >Dan. > >-Original Message- >From: Daniel Farmer [mailto:[EMAIL PROTECTED] >Sent: Sunday, November 07, 2004 15:08 >To: CF-Talk >Sub

Re: [OT] Right Click Context Menu

2004-11-07 Thread Barney Boisvert
Any kind of client-side functionality isn't going to have anything to do with CF, it's going to be JavaScript or something like that. soEditor (from siteobjects.com) and HTMLArea (from interactivetools.com) both have custom context menus. Shouldn't be too hard to reverse engineer, and HTMLArea is

Dreamweaver coding font

2004-11-07 Thread Daniel Farmer
I usually used Courier New on Homesite/coldfusion studio at 8pt, Funny thing is that the same font at the same size in dreamweaver is significantly different. Why is this? Anyone recommend a good font that looks good in DW at 8pt?

MX not working on win2003

2004-11-07 Thread Phill B
I installed CFMX 6.1 on win2003 and everything appeared to install fine. When I try to load the CF Admin I get a 404 error. I checked and the directory is mapped correctly but it wont load any cfm pages. It looked like the application mappings were not set during install so I added those and it st

RE: Dreamweaver coding font

2004-11-07 Thread Dawson, Michael
I like Andale Mono or the Lucida family. -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 12:46 PM To: CF-Talk Subject: Dreamweaver coding font I usually used Courier New on Homesite/coldfusion studio at 8pt, Funny thing is that the same

Re: Dreamweaver coding font

2004-11-07 Thread Daniel Farmer
I found some nice ones here... http://www.proggyfonts.com/index.php?menu=download ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm

Re: Dreamweaver coding font

2004-11-07 Thread Keith Gaughan
Daniel Farmer wrote: > I usually used Courier New on Homesite/coldfusion studio at 8pt, > > Funny thing is that the same font at the same size in dreamweaver is > significantly different. Why is this? > > Anyone recommend a good font that looks good in DW at 8pt? Keith Devens has some good link

Re: [OT] Right Click Context Menu

2004-11-07 Thread Nathan Strutz
http://www.dopefly.com/projects/filesurfer.cfm Special right-click works on IE (just haven't X-browser'd it). -nathan Marco Antonio C. Santos wrote: > Hi > > sorry by OT. Anyone has build applications with CF using right click > context menu? It's possible to show howt to do that? Usability, c

Linkpoint

2004-11-07 Thread Brook Davies
I am integrating the linkpoint API today and am having a few issues. The instructions read: Copy ssleay32.dll AND libeay32.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Copy LPICOM_6_0.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Register the LPICOM_6_0.dll. (regsvr32

Re: Dreamweaver coding font

2004-11-07 Thread Charlie Griefer
profont http://www.tobias-jung.de/seekingprofont/ On Sun, 07 Nov 2004 20:46:39 +, Keith Gaughan <[EMAIL PROTECTED]> wrote: > Daniel Farmer wrote: > > I usually used Courier New on Homesite/coldfusion studio at 8pt, > > > > Funny thing is that the same font at the same size in dreamweaver is

XPATH and RDF XML

2004-11-07 Thread Paul Wilson
I'm trying to get all of the "item" elements in the XML doc pasted below using the following Xpath query but the returned array is empty. Surley this Xpath statement should get all the item elements as well?? http://www.w3.org/1999/02/22-rdf-syntax-ns#"; xmlns="http://purl.org/rss

anyone seen this editor before?

2004-11-07 Thread dave
http://nvu.com interesting could be good if there was some cfm support ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:1

Re: Dreamweaver coding font

2004-11-07 Thread dave
yup i use proggyclean, been my fav! -- Original Message -- From: Daniel Farmer <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Sun, 07 Nov 2004 15:40:33 -0400 >I found some nice ones here... > >http://www.proggyfonts.com/index.php?menu=download > >

Re: Dreamweaver coding font

2004-11-07 Thread Dirk De Bock - Listclient
Andale Mono is quite nice, it used to be available for free in the TrueType core font library from Microsoft http://www.eu.microsoft.com/truetype/fontpack/win.htm but if you look around you should be able to find it ~| Special