Re: Installing ColdFusion 9 search services, after the fact.

2010-05-30 Thread Kris Jones
You've probably already done this, but is the solr setting in CFAdmin pointing to the correct path? If you are running a multi-instance/enterprise, you'll probably need to change the default path that's set there. We installed solr after-the-fact (did not install any CF search service), by

Re: Home Site+ and Windows 7

2010-05-30 Thread Pete Ruckelshaus
For some people, there's a lot not to like about Dreamweaver or CFBuilder...primarily that we already own paid for and licensed copies of Homesite+. Now, I'm one of the lucky ones who also owns Dreamweaver CS4 and CFBuilder, but, honestly, I can't get used to either of them...there are enough

Re: Home Site+ and Windows 7

2010-05-30 Thread Sean Corfield
On Sun, May 30, 2010 at 10:27 AM, Pete Ruckelshaus pruckelsh...@gmail.com wrote: Dreamweaver's code completion is broken.  And by broken, I mean it isn't there.  I want to type atag and have it automatically create /atag as soon as I type the last caret in the opening tag.  It doesn't do that.

Attributes scope in a cfc

2010-05-30 Thread Matthew P. Smith
Any way to access the attributes scope in a cfc without passing it in as a argument? ~| Order the Adobe Coldfusion Anthology now!

Re: Attributes scope in a cfc

2010-05-30 Thread Barney Boisvert
What attributes scope? If you mean the structure variables.attributes that is created from the form and url scopes by some front controller frameworks, then no, since it's just a struct (not a scope). In general, however, referencing the environment from within a CFC is a bad idea. In nearly

referencing #application.applicationname#

2010-05-30 Thread Matthew P. Smith
Does this require a lock? I was reading through the CF WACK, and it has an example like so: cflock name=#application.applicationname#_whatever type=exclusive timeout=10 does reading the app scope require a lock? Would I nest two locks? Or is it not required because the application name does

Re: referencing #application.applicationname#

2010-05-30 Thread Barney Boisvert
CFLOCK is only required to serialize access to prevent race conditions. For immutable state, no race conditions can arise, so locking is unneeded. Since application.applicationname is immutable, you don't need to lock access to it. In a more general sense, anything that is only accessed in a

Re: referencing #application.applicationname#

2010-05-30 Thread Sean Corfield
On Sun, May 30, 2010 at 2:39 PM, Barney Boisvert bboisv...@gmail.com wrote: This purity of environment only works completely in academia, but a very close approximation can be created that is useful for real-world problems.  Clojure (a JVM-based Lisp dialect) is an example of this, leveraging

Re: Attributes scope in a cfc

2010-05-30 Thread Andrew Scott
Matthew, The attributes scope belongs to the custom tags, can you elaborate some more on what you actually mean or are looking at doing then we maybe able to point you in the right direction from that. But I am going to take the first punt and assume you mean the arguments that are passed into

Re: Home Site+ and Windows 7

2010-05-30 Thread Pete Ruckelshaus
Thanks for the Dreamweaver tip...I'll see if making that annoyance go away will make Dreamweaver more usable for me. However, beg to differ on the CFBuilder example. If you're not working in a project, go file new coldfusion page. If you're not in a project, you can't do a thing. Useless.

RE: referencing #application.applicationname#

2010-05-30 Thread andy matthews
Are you and Barney speaking English? -Original Message- From: Barney Boisvert [mailto:bboisv...@gmail.com] Sent: Sunday, May 30, 2010 4:39 PM To: cf-talk Subject: Re: referencing #application.applicationname# CFLOCK is only required to serialize access to prevent race conditions. For

can't get html email to format properly

2010-05-30 Thread Matthew P. Smith
It is showing up like this: http://yfrog.com/3uorderbcj The totals are not breaking down to the next line. I changed br to br /, looked for unclosed tags, I don't see it. cfsavecontent variable=variables.body cfoutput Thank you for your order from mydomain.com!br / br /

Re: can't get html email to format properly

2010-05-30 Thread Azadi Saryev
when you have align=left on a table, it acts similar to float=left - content after the table, if it fits in the space, will be displayed in-line to the right of the table. change it to align=center and your tables will align nicely. you could try adding br style=clear:left after the first table,

Re: Home Site+ and Windows 7

2010-05-30 Thread Gerald Guido
Honestly this is much to do over nothing. Code editors have been a bone of contention since the advent of writing code, or so it seems The original holy wars were fought over emacs and vi and nothing has come of the countless hours spent debating what essentially comes down to personal