Long Text / Unicode Message using SMPP

2008-06-11 Thread Jignesh Kakkad
Dear All, Just wanted to know if any one knows how to Send Long Unicode/ Text Message using SMPP? I have got UDH for the same but not sure in format i need to submit to SMPP server? Thanking you all in advance looking forward for your reply regards Jignesh Kakkad 919886897224

Re: CF thinks 0F is boolean.

2008-06-11 Thread Brad Wood
Sounds very cool. I am one of those digging types -- dare I admit it. I had gotten it in my head that it was illegal to decompile a closed-source program like Adobe ColdFusion so I have never tried it before. I'm sure somone would gladly corect me if I am wrong. ~Brad JADclipse, a plugin

Re: Multi-dimentions Arrays

2008-06-11 Thread Kamru Miah
Hi Charlie, many thanks for your message. Yes, your tutorial is excellent for what I need to do; part3 (an array of structures) is most relevant. I am trying to adapt it to my problem, which is as follows. There can be any number of (i.e. 2-digit) projects, each has a few overhead codes with a

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Keith McGee
When I click Run in Flex2 it goes to http://localhost:8500/Lessons2/bin/flexemail2cf.html ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Word document generation (header, footer, page numbering)

2008-06-11 Thread Loathe
I've heard that a couple of times now, but I don't think I could get permission to run another server, and I somehow doubt the security people would be down with it. denstar wrote: On Tue, Jun 10, 2008 at 6:26 AM, Loathe [EMAIL PROTECTED] wrote: There are several well known ways of generating

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Jo�o_Fernandes
Keith, where does your IIS points to? If you are using IIS you should be using port 80 in Flex Builder. This is what I have for a standard Flex + CF configuration Open the Project properties panel under Flex Build Path: Main Source Folder : src ( points to the source of my flex project) Ouput

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Keith McGee
Ok, I know I have the right credentials because I have 4 other sites running in coldfusion on this test server with flash forms that load just fine. now I get You are not authorized to view this page You do not have permission to view this directory or page using the credentials you

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Keith McGee
Ok, now I get You are not authorized to view this page You do not have permission to view this directory or page using the credentials you supplied. Please try the following: Click the Refresh button to try

Re: CF thinks 0F is boolean.

2008-06-11 Thread Adam Haskell
I won't say yes or no one way or another on the legality or really even the morality but I will say this puts you in a compromising position for submitting work to any open source CFML engine. We've already had the discussion surrounding certain comments coming from the CF community about viewing

CF8 Ajax widgets and ExtJS 2.x

2008-06-11 Thread Leitch, Oblio
Has anyone had experience with making CF8 work with ExtJS 2.x? I'm not trying to change the native functions, but it's all the supporting scripts that get in the way. For example, both rely on YUI, which gets over written when the CF stuff is included. Does Adobe plan on issuing an updated set

CFORM enctype=multipart/form-data Problem

2008-06-11 Thread Robert Harrison
Here's an interesting problem for which I have no solution. Using CFFORM enctype=multipart/form-data to allow upload of a file. The file upload is OPTIONAL, so it's either blank or has a file. That's no problem. However, if the user types something into the file field, the submit button just

CF running a Java Process- Making sure that it completes

2008-06-11 Thread Vince Collins
I have a Java process that when run directly takes about 15 minutes to complete. However, when I try to run it from CF, I want to make sure that it completes and then have CF send me notifications accordingly. It's been a bit tricky to figure this out. The strange thing is that when I run

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Keith McGee
I figured out the security issue. now I get the following error VerifyError: Error #1053: Illegal override of subtopic in mx.messaging.Consumer. at flash.display::MovieClip/nextFrame() at mx.managers::SystemManager/::deferredNextFrame() at

Re: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Tom Chiverton
On Wednesday 11 Jun 2008, Vince Collins wrote: 15 minutes and then it emails me the start and end times and the browser then loads a complete statement or shows the errors. However, the next time I run it (and all subsequent times), the browser says it completes in just one second, sometimes

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Jo�o_Fernandes
Keith are you using Flex 2.0.1 with hotfix 3? -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org) ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: CF8 Ajax widgets and ExtJS 2.x

2008-06-11 Thread Cutter (CFRelated)
You would not be able to run the CF 8 Ajax components and ExtJS 2.x concurrently, as the inclusion of the ExtJs library would then override classes and functions previously included for the CF 8 components. I haven't tested, but I think you could access cfajaxproxy, and you could use the rich

Re: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Vince Collins
Tom Chiverton wrote: Store the start/end times in a database, and have a task that looks there to see if/when it ran ? Thanks Tom, the trouble is that the page does load or complete. But the java hasn't. I was wondering if there was a way to ensure CF waits until the JAVA completes.

Re: Coldfusion 8 and Flex 2

2008-06-11 Thread Keith McGee
I found the fix. Thank you for all your help. I am finely running. http://www.alagad.com/go/blog-entry/illegal-override-error-error-1053-in-fb2-flex-projects-w/cf8 ~| Adobe® ColdFusion® 8 software 8 is the most important and

SHORTENED QUESTION... CFORM enctype=multipart/form-data Problem

2008-06-11 Thread Robert Harrison
Using CFFORM and CFINPUT TYPE=FILE field. The CFFILE field is optional so it can be blank or contain a file. No problem there. Problem is, if the user types a value in the CFFILE field, the submit button is disabled and there is no user message telling them what's wrong. I could find no

Re: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Larry Lyons
Tom Chiverton wrote: Store the start/end times in a database, and have a task that looks there to see if/when it ran ? Thanks Tom, the trouble is that the page does load or complete. But the java hasn't. I was wondering if there was a way to ensure CF waits until the JAVA completes.

RE: CF thinks 0F is boolean.

2008-06-11 Thread Brad Wood
Thanks Adam. That right there is enough reason for me to never bother trying. :) ~Brad -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 7:32 AM To: CF-Talk Subject: Re: CF thinks 0F is boolean. I won't say yes or no one way or another on

cfthreads... never go away.

2008-06-11 Thread Ian Skinner
A coworker is using some cfthread... tags to do some fire and forget asynchronous processing of PDF document creation. The cfthread... code creates a PDF file and writes it to a directory and is done. This works well in small scale testing and each iteration takes less then a second to run.

no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Paul Stewart
Hi, in eclipse, after installing cf 8 extensions i go window - preferences - coldfusion to set up RDS etc. But there is no RDS tab, just debugmappings and debug settings. Its driving me nuts. I am running vista.. Thanks ~|

MX8 Ajax error: coldfusion error retrieving markup for element

2008-06-11 Thread Che Vilnonis
Has anything changed with CF and Ajax with the various updaters since version 8.00? I had code that worked perfectly before but now generates coldfusion error retrieving markup for element errors. Basically, I have a cfform that passes the value of many input boxes to a cfwindow. When I click the

Re: SHORTENED QUESTION... CFORM enctype=multipart/form-data Problem

2008-06-11 Thread Gerald Guido
I don't know of a way to tell if it is a file (path actually) off hand but you can probably make sure that they entered a file name and or path using JS. I used the following code to make sure that the user only uploaded pdf files. Actually it just makes sure that the last 4 characters are .pdf

Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Tom Chiverton
On Wednesday 11 Jun 2008, Paul Stewart wrote: in eclipse, after installing cf 8 extensions i go window - preferences - coldfusion to set up RDS etc. But there is no RDS tab, just debugmappings and debug settings. Its driving me nuts. I am running vista.. Maybe your perspective is wrong. If you

RE: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Gaulin, Mark
Just a random suggestion, but make sure that your readWMS class isn't smart enough to know that it already ran... Maybe it sets static variables or something like that that would prevent it from running twice. I suppose you could test that by making a simple stand-alone java app that creates and

Testing for existence of cfthread

2008-06-11 Thread Dan Fournier
I have a cfthread running in the background of my application. When I reinitialize my application, I'd like to see if this cfthread is running (application is in beta now and this cfthread tends to crash now and then). The only things related to this that I found were functions that exist in

Re: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Vince Collins
Thanks Larry, It is CF 8, sorry. I have never used CFTHREAD. I'll take a look at the CF docs. It's worth a shot if it allows me to follow the thread until completion. Anyone want to chime in? I.E. take my code below and show me how cfthread could work in this case? :) Vince You didn't

Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Jo�o_Fernandes
The rds is under the 'Adobe' tree node instead of 'ColdFusion', I've logged it back in February http://bugs.adobe.com/jira/browse/FB-12059 -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org)

RE: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Bryan Hogan
It depends on how your methods are setup in your class; however, you shouldn't have to call the run method on the thread unless you are overriding it. I would try calling the start method on the thread instead of the run method. I too have experienced weird issues while running a new thread

Re: MX8 Ajax error: coldfusion error retrieving markup for element

2008-06-11 Thread Azadi Saryev
quiet a lot has changed ajax-wise between the original cf 8 release and current cf 8 version... to debug your problem , enable ajax debugger in cf admin and add ?cfdebug=true to your page url - this will start the cf ajax debugger that will give you a more detailed info re the problem hth Azadi

RE: MX8 Ajax error: coldfusion error retrieving markup for element

2008-06-11 Thread Che Vilnonis
wish I could... the site is on a shared hosting plan... -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:07 PM To: CF-Talk Subject: Re: MX8 Ajax error: coldfusion error retrieving markup for element quiet a lot has changed ajax-wise

Re: MX8 Ajax error: coldfusion error retrieving markup for element

2008-06-11 Thread Azadi Saryev
you are not developing on the shared hosting, are you? match your dev environment to production, if you do not get the error on your dev box, and debug the error. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Che Vilnonis wrote: wish I could... the site is on a shared hosting plan...

RE: MX8 Ajax error: coldfusion error retrieving markup for element

2008-06-11 Thread Che Vilnonis
Yup, will need to work on the dev box at home to see what has changed... I was looking for a *quicker* fix. ;) -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:16 PM To: CF-Talk Subject: Re: MX8 Ajax error: coldfusion error retrieving

Re: CFORM enctype=multipart/form-data Problem

2008-06-11 Thread Charlie Griefer
off the top of my head... try an onfocus=this.blur(); in the file input field. of course, that'll only work if JS is enabled in the browser. On Wed, Jun 11, 2008 at 6:12 AM, Robert Harrison [EMAIL PROTECTED] wrote: Here's an interesting problem for which I have no solution. Using CFFORM

JVM Memory was cfthread.... never die.

2008-06-11 Thread Ian Skinner
I'm not sure which piece of code we through into the template changed the behavior, but the server monitor now shows the opened threads going away, but the memory is not reclaimed. The memory monitors just show more and more being used until the ColdFusion instance dies. Any good primers

(ot) javascript help

2008-06-11 Thread Chad Gray
Can any javascript gurus tell me why this does not work? I want the br tag to display on the page so I get a carriage return between the two pieces of text Foo and Moo. I get this error in Firbug: document.tabbedTicket.FTDTYPEe has no properties script function makeNewEntry() {

Re: (ot) javascript help

2008-06-11 Thread Barney Boisvert
try document.getElementById(FTDTYPEe). And then go get some library that will take care of all that for you (jQuery, Prototype, etc.). cheers, barneyb On Wed, Jun 11, 2008 at 10:34 AM, Chad Gray [EMAIL PROTECTED] wrote: Can any javascript gurus tell me why this does not work? I want the br

Re: (ot) javascript help

2008-06-11 Thread Greg Morphis
because br isn't an element of form? try removing the tabbedTicket or use getElementById On Wed, Jun 11, 2008 at 12:34 PM, Chad Gray [EMAIL PROTECTED] wrote: Can any javascript gurus tell me why this does not work? I want the br tag to display on the page so I get a carriage return between

RE: (ot) javascript help

2008-06-11 Thread Dawson, Michael
I may be way off-base, but do you need that trailing e in FTDTYPEe? Could it be the missing e from Firbug? m!ke On Wed, Jun 11, 2008 at 10:34 AM, Chad Gray [EMAIL PROTECTED] wrote: Can any javascript gurus tell me why this does not work? I want the br tag to display on the page so I get a

RE: (ot) javascript help

2008-06-11 Thread Andy Matthews
There's an easier way to do this... Rather than using a br and assigning an id to it, use a div. Divs have built in properties that aren't included in br tags. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 12:34 PM To: CF-Talk Subject: (ot)

RE: Can't create Verity collections

2008-06-11 Thread Aaron Wolfe
Is the verity engine enabled? By default it is not enabled in CF8 and you have to run a command line utility. It should be, when I run a cfcollection tag or ask verity to create the collection via the CF admin, it tries, but it presents me with an error. So I assume the error

Re: (ot) javascript help

2008-06-11 Thread Josh Nathanson
Quite a few issues there... First off, you can generally use one or the other of visibility or display properties. In your case you'd probably want to use display since this will actually create or destroy the space that the br occupies. Then, in makeNewEntry you'd want this one line:

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Wil Genovese
I can help with that. post your java.args line from your jvm.config file. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Jun 11, 2008, at 12:27 PM, Ian Skinner wrote: I'm not sure which piece of code we

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Wil Genovese
oh, and port your hardware specs also. # of CPU's speed physical ran, OS type and 32 or 64bit. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Jun 11, 2008, at 12:27 PM, Ian Skinner wrote: I'm not

RE: (ot) javascript help

2008-06-11 Thread Chad Gray
Ah... that makes sense. Thanks everyone for the help! -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:39 PM To: CF-Talk Subject: Re: (ot) javascript help because br isn't an element of form? try removing the tabbedTicket or use

spell checker plug in

2008-06-11 Thread Qing Xia
Hello everyone, Does anyone know of a good spell checker plugin for CF8? The text input box for CF8 comes with formatting but not spell-check, so I am trying to find a good plugin. Thanks, Tracy Xia ~| Adobe® ColdFusion® 8

ext-all.css

2008-06-11 Thread Chad Gray
I am experimenting with CFLayout and I noticed in Firebug's console there are a ton of warnings for this file: ext-all.css Looks like CFLayout is what is calling in the CSS file. link rel=stylesheet type=text/css href=/CFIDE/scripts/ajax/resources/ext/css/ext-all.css / Is this normal?

Re: ext-all.css

2008-06-11 Thread Eric Haskins
That is the main include for Ext Javascript library extjs.com Eric On Wed, Jun 11, 2008 at 3:04 PM, Chad Gray [EMAIL PROTECTED] wrote: I am experimenting with CFLayout and I noticed in Firebug's console there are a ton of warnings for this file: ext-all.css Looks like CFLayout is what is

Protecting images

2008-06-11 Thread ColdFusion Developer
Hi all, I have a client interested in protecting images (specifically Powerpoint slides turned into JPGs) from copying, printing, and screen-grabbing. I told her that basically there is no foolproof way to do this, but I also promised I'd research solutions. Her site is on a shared host, so

Re: Protecting images

2008-06-11 Thread Greg Luce
Watermark the images. On Wed, Jun 11, 2008 at 3:20 PM, ColdFusion Developer [EMAIL PROTECTED] wrote: Hi all, I have a client interested in protecting images (specifically Powerpoint slides turned into JPGs) from copying, printing, and screen-grabbing. I told her that basically there is no

Re: Protecting images

2008-06-11 Thread Didgiman
This might help, although it's not fool-proof: body *oncontextmenu=return false;* Got it from: http://javascript.about.com/library/blnoright.htm Wim. On Wed, Jun 11, 2008 at 9:20 PM, ColdFusion Developer [EMAIL PROTECTED] wrote: Hi all, I have a client interested in protecting images

RE: Protecting images

2008-06-11 Thread Che Vilnonis
Display the images with flash. Or use a watermark on all of the images. JS is *not* a great option because it can be turn off at the browser level. You're right though, there is no foolproof way. ~Che -Original Message- From: ColdFusion Developer [mailto:[EMAIL PROTECTED] Sent:

Re: LinkedIn CF group

2008-06-11 Thread James Wolfe
1,000 users and counting though I still have no idea what to do with the group. Any ideas? I'm not sure what purpose it serves, but I created a LinkedIn CF group if anyone cares http://www.linkedin.com/groupInvitation?groupID=63526sharedKey=59CB6255962F

Re: LinkedIn CF group

2008-06-11 Thread Phillip Vector
I always wondered what the purpose of Linked In actually was.. *shrugs* No idea. On Wed, Jun 11, 2008 at 12:34 PM, James Wolfe [EMAIL PROTECTED] wrote: 1,000 users and counting though I still have no idea what to do with the group. Any ideas?

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Nathan Strutz
Ian, Why not impose smaller limits on the number of threads your code can spin off? nathan strutz http://www.dopefly.com/ On Wed, Jun 11, 2008 at 10:27 AM, Ian Skinner [EMAIL PROTECTED] wrote: I'm not sure which piece of code we through into the template changed the behavior, but the server

Re: Protecting images

2008-06-11 Thread Alan Rother
Watermarking and low grade (high compression) jpgs. Those are your best friends Keep in mind, any images you display on your website are already downloaded onto a users computer when they view your site. Thats just how the web works. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7

cfkeditor rewriting cfif

2008-06-11 Thread Paul Ihrig
i am trying to put a cfif statement in the source view of the fckeditor inside the richtext input field and it keeps re writing my cfml any ways to stop it from rewriting code in source? thanks -paul ~| Adobe® ColdFusion® 8

RE: LinkedIn CF group

2008-06-11 Thread Dawson, Michael
Linked In = Facebook - Drunk Girl Pics m!ke -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 2:44 PM To: CF-Talk Subject: Re: LinkedIn CF group I always wondered what the purpose of Linked In actually was.. *shrugs* No idea.

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Ian Skinner
Wil Genovese wrote: I can help with that. post your java.args line from your jvm.config file. Wil Genovese They are the out-of-the-box standard settings. Until now these where just fine for the simple ColdFusion applications running on our intranet. # Arguments to VM java.args=-server

RE: Protecting images

2008-06-11 Thread Dawson, Michael
Is she wanting to sell these images, such as a stock photo site? Or, does she just want to prevent unauthorized access to the images? Either way, unless you go with low-fidelity thumbnails, the advent of screen capture software can thwart any protection scheme you may devise. m!ke

Re: LinkedIn CF group

2008-06-11 Thread Gerald Guido
Linked In = Facebook - Drunk Girl Pics Well, what good is that? I am in. I guess that makes me one of the cool kids now. ;) On Wed, Jun 11, 2008 at 4:18 PM, Dawson, Michael [EMAIL PROTECTED] wrote: Linked In = Facebook - Drunk Girl Pics m!ke -Original Message- From: Phillip

Re: cfkeditor rewriting cfif

2008-06-11 Thread Gerald Guido
any ways to stop it from rewriting code in source? What is rewriting your code? On Wed, Jun 11, 2008 at 4:16 PM, Paul Ihrig [EMAIL PROTECTED] wrote: i am trying to put a cfif statement in the source view of the fckeditor inside the richtext input field and it keeps re writing my cfml

Binding a CFC

2008-06-11 Thread Ethan Harris
I have been having the toughest time trying to get a cfc to bind to a cfdiv. All I get is object not found. I've tried saving the file inside every single possible folder that Coldfusion is ever possibly looking in. I've also tried creating a mapping, and no success there, either. !--- On

Re: Binding a CFC

2008-06-11 Thread Raymond Camden
Do you see an HTTP request in a tool like Firebug? On Wed, Jun 11, 2008 at 3:33 PM, Ethan Harris [EMAIL PROTECTED] wrote: I have been having the toughest time trying to get a cfc to bind to a cfdiv. All I get is object not found. I've tried saving the file inside every single possible

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Wil Genovese
ok, I can help here. It is always a good idea to tune the JVM. The config that come with the install is setup to allow CF to run when you first set it up. It was never meant to be used in production and never meant for high availability. I've addressed some of these issues with persons

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Ian Skinner
Thanks for the suggestions, I'll try the settings. I'm curious if anybody can explain how this actually helps. I.E. you gave a good definition of each of these settings, but what does changing them actually do? How does the behavior of the ColdFusion Server and|or the JVM actually change

RE: Binding a CFC

2008-06-11 Thread William
What is the name and directory location of the cfc file (from the root)? William Seiter (mobile) Have you ever read a book that changed your life? go to: http://www.winninginthemargins.com and use passcode: GoldenGrove -Original Message- From: Ethan Harris [EMAIL PROTECTED] To: CF-Talk

Re: cfkeditor rewriting cfif

2008-06-11 Thread morgan l
The parser in FCK is rewriting the code. I'm not sure if there's any way to get it to stop, though; I've never tried to put CFML code inside the source view before. On Wed, Jun 11, 2008 at 3:34 PM, Gerald Guido [EMAIL PROTECTED] wrote: any ways to stop it from rewriting code in source? What

CFDIRECTORY and Multiple Spaces Between Filename

2008-06-11 Thread Sung Woo
Running CFMX7.0.2. Not sure if this applies to other versions, but have you noticed that if you have two files in a directory, say: whatever whatever.txt (one space between names) whatever whatever.txt (two spaces between names) and if you do CFDIRECTORY in this directory, the NAME column

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Ian Skinner
Wil Genovese wrote: Someone also suggested that you slow down or limit the cfthread generations. Not having played with this I am not sure if it will help, but it is worth a try. I'll see if I can play with thread generation later today. We attempted this and it does not seem to help,

Re: CFDIRECTORY and Multiple Spaces Between Filename

2008-06-11 Thread Sung Woo
D'oh, never mind. It's because the browser kills the spaces. If I PRE it, it comes out fine. Running CFMX7.0.2. Not sure if this applies to other versions, but have you noticed that if you have two files in a directory, say: whatever whatever.txt (one space between names) whatever

Embedding an output block inside a fckEDITOR text field?

2008-06-11 Thread Les Mizzell
Anybody know if it's possible to embed a cfoutput block INSIDE a fckEDITOR text field? Basically, I need to be able to enter the body of a richmail in the editor, and code a variable block in there as well - like: cfif IsDefined(rmail.lastname) AND #rmail.lastname# NEQ p ...yes

Re: CFDIRECTORY and Multiple Spaces Between Filename

2008-06-11 Thread Didgiman
I'm guessing that it shows on screen like there's only one space, because html will not show multiple spaces. View the source of your page, I bet you can see 2 spaces there. Wim. On Wed, Jun 11, 2008 at 11:02 PM, Sung Woo [EMAIL PROTECTED] wrote: Running CFMX7.0.2. Not sure if this applies to

Re: CFDIRECTORY and Multiple Spaces Between Filename

2008-06-11 Thread Ian Skinner
Sung Woo wrote: I can't possibly be the first one to notice this, right? And somebody must have a workaround...right? Please? Pretty please? Never noticed it, but it is what I would expect. This it is the HTML standard that says all multiple spaces will be collapsed into a single space

Re: Binding a CFC

2008-06-11 Thread Ethan Harris
Yes - I can see the request and response in Firebug - it's trying to return the query, but there are several errors in the text listed: Entity has incorrect type for being called as a function. The symbol you provided rateQuery (a query created in the cfc method) is not the name of a function.

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Wil Genovese
The JVM settings change the Java Runtime Environment. Java is a virtual server and CF runs inside (or on top as many say) of that. If the Virtual Machine is not configured for stability CF will crash and burn with the JVM. So yes these settings alter the JVM and yes you need to do a

Re: Testing for existence of cfthread

2008-06-11 Thread Bilal Soylu
I think the only way to manage threads outside code is to use CF Admin pages. You can built simple admin tag for your own purposes that helps you manage your threads though. You could have the threads register themselves upon start using a shared key space that you can than poll and manage from.

Re: [CF-Dev] WDDX-JSON plugin for jQuery ?

2008-06-11 Thread Bilal Soylu
There is a wddx.js and wddxDes.js library through openwddx.org. These will help you serialize/deserialize wddx to Javascript objects. You can try to then make follow on calls to turn these to JSON notation. ~| Adobe®

Re: ext-all.css

2008-06-11 Thread Cutter (CFRelated)
Yes, there would be a ton of errors that show for any of the CSS hacks needed to make it also work in IE 6. This is the stylesheet for all of the Ext based CF 8 image components. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
As best as I can tell each instance creates it's own memory space based on the same jvm.config file. I can not see any other file (at this time) that creates a new instance using different settings. By default, all instances use the same jvm.config. You can specify different jvm.config

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Ian Skinner
Wil Genovese wrote: CF's behavior is changed because the JVM environment which handles and controls CF's memory usage is being altered. Wil Genovese I understood the relationship between ColdFusion and Jrun AKA Java and that these settings affect the JVM environment. I was fishing more

RE: Protecting images

2008-06-11 Thread Bobby Hartsfield
If you send it to the browser in any way... including flash... it can be saved by the end user. ..:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: ColdFusion Developer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 3:21 PM

Application Server is Busy

2008-06-11 Thread Dave Hatz
We are running CF6.1 Enterprise on a W2K box. We all of the sudden started getting the following message from the application: Server Error The server encountered an internal error and was unable to complete your request. Application server is busy. Either there are too many concurrent

JNDI, Coldfusion and the AdminAPI

2008-06-11 Thread Kenton Gray
We are currently trying to allow our java/jsp pages share connection pools with coldfusion. To me the most obvious way to do this was through JNDI. So after going through the rigamarole of setting this all up I found that it is either impossible or not obvious how to setup a JNDI datasource

Re: Protecting images

2008-06-11 Thread ColdFusion Developer
I know ... and I've explained that to her, but I was asked to explore every option ... I personally think if they HAVE to display these images, watermarking then converting to flash is their best option (as well as copyrighting the images so if the images are stolen the client has a bit of

Re: JVM Memory was cfthread.... never die.

2008-06-11 Thread Wil Genovese
For the Xmx and Xms sizes being equal force the JVM memory space to be one static size. When specifying and lower minimum size your allowing the JVM to dynamically adjust it's memory space as needed from the min to the max. This has been problematic for the JVM in years and versions

Re: [CF-Dev] WDDX-JSON plugin for jQuery ?

2008-06-11 Thread Rey Bango
Peter, It might be best to explain what your app is trying to do and why you need to convert from WDDX to JSON. Rey... ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Protecting images

2008-06-11 Thread JediHomer
I suppose it really depends on the target audience... As people have already posted, you display an image from a website, then the end user has already got a copy of it... I run an camera phone image site, a few years ago we decided to try and stop people from saving images, all we did, was to

RE: JNDI, Coldfusion and the AdminAPI

2008-06-11 Thread Dave Watts
We are currently trying to allow our java/jsp pages share connection pools with coldfusion. To me the most obvious way to do this was through JNDI. So after going through the rigamarole of setting this all up I found that it is either impossible or not obvious how to setup a JNDI

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
I.E you mention that the Xmx and Xms should be equal, but what does that cause to happen? What was happening when they where not equal? If they're equal, the VM will allocate a contiguous block of memory on startup, and won't have to (or be able to) allocate additional memory at runtime. In

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
Once CF|JVM grabs a chunk of memory does it keep it for future use? Or should we eventually see the server monitor show that CF is using less memory once this hog of an application is completed. My understanding is that memory allocated by the JVM is not released back to the OS. Dave

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
When I make these changes, what do I need to restart, the ColdFusion instance? The base 'cfusion' instance, the JRun service, the entire box? If you look at your list of services, you'll notice that each instance is a separate service. If you install the multiserver version on Windows,

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
ok, I can help here. It is always a good idea to tune the JVM. The config that come with the install is setup to allow CF to run when you first set it up. It was never meant to be used in production and never meant for high availability. I've addressed some of these issues with

RE: Protecting images

2008-06-11 Thread Dave Watts
I have a client interested in protecting images (specifically Powerpoint slides turned into JPGs) from copying, printing, and screen-grabbing. I told her that basically there is no foolproof way to do this, but I also promised I'd research solutions. Her site is on a shared host, so

RE: JVM Memory was cfthread.... never die.

2008-06-11 Thread Dave Watts
I'm not sure which piece of code we through into the template changed the behavior, but the server monitor now shows the opened threads going away, but the memory is not reclaimed. The memory monitors just show more and more being used until the ColdFusion instance dies. Any good

Re: cfkeditor rewriting cfif

2008-06-11 Thread Paul Ihrig
yeah.. i found a work around. but if i put the cfml in the table just in a test field its fine... wish there was a way to paste code or {cfm here} type of thing no biggy. On Wed, Jun 11, 2008 at 4:58 PM, morgan l [EMAIL PROTECTED] wrote: The parser in FCK is rewriting the code. I'm not sure

Re: JNDI, Coldfusion and the AdminAPI

2008-06-11 Thread Kenton Gray
Thanks Dave, I guess I should be more specific in that our application uses dynamically created JNDI datasources (each client has a dedicated database for security reasons). So I am not trying to create a JNDI datasource through the AdminAPI but rather dynamically create a CF datasource that

Re: Embedding an output block inside a fckEDITOR text field?

2008-06-11 Thread Les Mizzell
Les Mizzell wrote: Anybody know if it's possible to embed a cfoutput block INSIDE a fckEDITOR text field? I found an odd way of doing this by using REPLACE. You enter a specific text string !REPLACETHIS! into the editor where you want your variable to appear, and then use REPLACE to swap

  1   2   >