Re: Cover border lines of drop down with images

2007-12-07 Thread Azadi Saryev
have you seen this one : http://ajax.phpmagazine.net/2007/07/select_box_replacement_with_jq.html or this one: http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com

RE: cfwindow binding

2007-12-07 Thread Rakshith N
Steve, I got this working. Am guessing the issue is with the way you are trying to fire the onchange event for the textbox. I posted a couple of entries on my blog, both on firing the onchange event and on the url bind you are trying to achieve. Take a look.

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

2007-12-07 Thread WebSite CFtalk
Hi, On our load balancer (Coyote Equalizer) we have a setting, spoof, that forwards the client address to the web server instead of the load balancer address. Might be something similar on the Citrix box. Helge -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: 6.

Re: Cover border lines of drop down with images

2007-12-07 Thread ismail cassiem
Thank You, but i'm developing in Flowcentric which has an Style property (HTML) and that is basically all i have to work with! ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove this requirement? Thanks! ~|

code for a fusion authority quarterly article

2007-12-07 Thread Paul Stewart
Hi, Can anyobody tell me where i can download the code for The intro to Basic Coldfusion/Flex Remoting article in Vo2 issue 2 of fusion authority quarterly? The link for it in the article is ftp://fusionauthority.com/ however this requires a username and password - which is not supplied.

Re: CFFTP and Windows Firewall

2007-12-07 Thread Sean Daniels
Chandan, Thanks for the reply. Yes, this is happening after applying hotfix2, although I have another server that I have not applied the patch to that I can reproduce the issue on as well. That being said, I'm not convinced this is a CF problem, because I get pretty much the same result

Re: CFFTP and Windows Firewall

2007-12-07 Thread James Blaha
Hi Sean, See: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_16.html Did you try: allo: allocates memory for operations, such as putting large files, on the server. Just a guess... -Jim ~| Get the

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

2007-12-07 Thread James Blaha
Helge, Thanks for the post, thats what we are looking into now. I'll post my solution once we get it working. -Jim ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Rob Parkhill
cfinput type=text name=test width=200 label=test: cfinput type=image name=image1 width=65 height=65 onClick={test.text == 'myvalue'} Jason, You have to change the onClick to the following. cfinput type=image name=image1 width=65 height=65 onClick={document.formname.test.text = 'myvalue'}

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Jason Durham
Rob, Thank you for the suggestion however, the changes you provided netted the same result. It has been my experience that you do not need to provide that sort of detailed targeting while using AS in cfform. For example... cfinput type=text name=input1 bind={input2.text} cfinput type=text

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Dave Francis
Not sure about cfinput, but for regular type=text it should be .value, not ..text -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 10:34 AM To: CF-Talk Subject: Re: Flash form binding using cfinput type=quot;imagequot; cfinput type=text

cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen Barger
On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove this requirement? Thanks!

Flash form binding using cfinput type=image

2007-12-07 Thread Jason Durham
I'm building a form that will allow the user to click on an image (cfinput type=image) to select it. When they click on it, I want a value inserted into a text cfinput. Here is an example of what I'm trying to do... but it's not working. I can't find documentation to tell me if I can/can't do

Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
Never mind - found my answer and renamed Application.cfm in CFIDE/componentutils. On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove this

Cover border lines of drop down with images

2007-12-07 Thread ismail cassiem
Hi, I found a small work around for my previous post but i have no clue on how to do it. It appeared impossible to get rid of the default border lines of a select box by changing the css. A { border: 0; } doesn't work. My workaround is to cover these border lines with 4 images around.

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Jason Durham
Thanks for the suggestion. Test.value == 'myvalue' results in an error saying... 1 Error found. Error /cti-stlcom/inde.mxml:331 There is no property with the name 'value'. It seems that CF/Flex/whatever doesn't provide a 'value' property for TextInputs. -Original Message- From:

Re: Cffile Write Problem

2007-12-07 Thread Lee
Thanks we open up the rights and it is still occurring. The Network guys think it is a CFfile timeout issue which apparently cannot be controlled. On Thu, 6 Dec 2007 17:42:44 -0500 (GMT-05:00) James Blaha [EMAIL PROTECTED] wrote: Hi Lee, You need to make sure that the service the

Re: cfajax mapping issue

2007-12-07 Thread d l
Additional note: Per the thread of ajaxproxy, http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:54051, have just tried the approach of copy ajax related folders and files to my IIS web root directory or its subdirectory of 'scripts' to no avail neither. Using Ben's sample,

Java help - convert -D command line option to CF?

2007-12-07 Thread Ryan Stille
I am converting a little java code into CF8. The sample Java program I am working from is meant to be run with this command line option: -Dcom.java4less.vision.maxarea=90 Without having that set, my results in ColdFusion are not working very well. Anyone know how I can do something

Re: cfajax mapping issue (Resolved)

2007-12-07 Thread d l
Problem resolved by the workaround of placing cfc files under IIS web server's root directory, but that's nuts, Adobe's CF8 project manager were not doing a good job, imho... Additional note: Per the thread of ajaxproxy, http://www.houseoffusion. com/groups/cf-talk/thread.cfm/threadid:54051,

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Jason Durham
That was it! Thanks Dave! -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 11:15 AM To: CF-Talk Subject: RE: Flash form binding using cfinput type=quot;imagequot; OK, well how about trying a single =, == is a test not an assignment

cfajax mapping issue

2007-12-07 Thread d l
Using Ben's sample, calling a cfc:ajax_functionA.methodB({cfautosuggestvalue}) from a cf template serviced by jrun internal web server would work while attempting to have IIS 5 to service the same CF template would fail. Some facts: -- The same IIS 5 web server works fine with other CF8

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Dave Francis
OK, well how about trying a single =, == is a test not an assignment -Original Message- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 11:49 AM To: CF-Talk Subject: RE: Flash form binding using cfinput type=quot;imagequot; Thanks for the suggestion.

RE: Java help - convert -D command line option to CF?

2007-12-07 Thread Dave Watts
I am converting a little java code into CF8. The sample Java program I am working from is meant to be run with this command line option: -Dcom.java4less.vision.maxarea=90 Without having that set, my results in ColdFusion are not working very well. Anyone know how I can do

Re: code for a fusion authority quarterly article

2007-12-07 Thread Judith Dinowitz
Paul, I have emailed you personally with the download information. However, for others who have received the issue and may not be subscribers, we have also made a public HTTP link available just for the code. You can look at the code for Vol. 2 Issue 2 at