Create SWF from CF

2005-07-27 Thread Paul Wilson
Is there a way to create SWF's dynamically using CF? I'd like to be able to upload images (Jpg,png), to a server and then create an SWF file with them (one on each frame). I guess I would be looking at some sort of Java based solution that CF could interface with. Any ideas?

RE: Create SWF from CF

2005-07-27 Thread Paul Wilson
to see some integration between CF and Flash for simple stuff as well as Flex. Subject: Create SWF from CF From: Rick Root [EMAIL PROTECTED] Date: Wed, 27 Jul 2005 09:20:02 -0400 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =41371forumid=4#212950 Paul

validating radio buttons with CFForm

2005-06-21 Thread Paul Wilson
I have a Flash CFForm that contains some radio buttons that I want to validate. I have specified the radio buttons as required and entered an error message but when you try and submit the form, you get multiple alert boxes coming up. The first one contains all of the fields that need to be

XML and Entity files

2005-05-19 Thread Paul Wilson
I have an XML file and a corresponding Entity file (.ent), that I need to join together using CF. Is it possible? e.g. In the XML file attribute_name=rtm31_3; In the Entity file !ENTITY rtm31_3 value here I need to out put an XML doc that has attribute_name=value here Thanks

Session Timeout and User Authentication

2005-04-26 Thread Paul Wilson
I have a user authentication system in my application that allows you to log in and view certain areas of the site based on a session variable. I'm wondering how people handle the following scenario. User logs in and has a browse of the site and finishes on a secure page. Then does nothing and

CFFORM format=flash Problems!

2005-04-23 Thread Paul Wilson
I was playing around with the tab navigator today. You need to give your tab formgroup an id attribute and you can then use myTabID.selectedIndex. The first tab has an index of 0. Try the Flex/Flash documentation. The tab component is based on a Flex.

Unable to create Verity Collection

2005-04-14 Thread Paul Wilson
Every time I try and create a Verity Collection I get the following error. Unable to create collection test. Unable to create collection test. An error occurred while creating the collection: com.verity.api.administration.ConfigurationException: Failed to retrieve style path. (-6044) I get the

Web Services Apache Axis version

2005-02-01 Thread Paul Wilson
What version of Apache Axis does CFMX run? Can this be updated? Thanks ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49

OT List Managers

2004-12-07 Thread Paul Wilson
Can anyone recommend a mailing list application that facilitates discussions via email? Like CF Talk. I wouldn't want to host it myself, but have a web interface to administer it etc. Automatic unsubscribe, sign up, user data collection Thanks!

XML Post to server CFMX

2004-12-06 Thread Paul Wilson
Is there a better way of posting XML over HTTPS and setting header info than the one below? cfscript // create the object used to send XML to eBay API xmlObjServer = CreateObject(COM, msxml2.serverxmlhttp); // set the request headers for

CFC required arguments

2004-11-30 Thread Paul Wilson
I'm using createObject to invoke a CFC and one of the methods in the CFC takes a number of arguments, all numeric but not all required. In the CFC I have some conditional statements that do various things based on the arguments passed in. cfif arguments.arg neq do this/cfif Firstly is it a good

RE: What's in your toolkit?

2004-11-23 Thread Paul Wilson
connection and query building plugins, Javascript, CSS, c#, python and other editors, there's an instant messaging plugin and a few MP3 player plugins. It's just great how extendable the whole thing is. -nathan strutz Paul Wilson wrote: Hi All What tools does everyone use to develop

What's in your toolkit?

2004-11-22 Thread Paul Wilson
Hi All What tools does everyone use to develop their ColdFusion Applications? IDE's, modelling software, testing software, DB's etc. I'm wondering if there's anything out there that can make developing CFMX apps even easier that some of us haven't discovered yet. Thanks

CFHTTP security

2004-11-10 Thread Paul Wilson
How do you use the username and password attributes of the CFHTTP tag. I'd like to set up a directory on my IIS web server and allow CFHTTP form posts to a specific file but I'd like it to be secure. What are the options? Thanks!

RE: XPATH and RDF XML

2004-11-08 Thread Paul Wilson
Excellent thanks! -Original Message- From: Roger Benningfield [mailto:[EMAIL PROTECTED] Sent: Monday, 8 November 2004 18:32 To: CF-Talk Subject: Re: XPATH and RDF XML cfset newsitems= XmlSearch(newsobj, //item) Paul: Try this instead... cfset newsitems = XmlSearch(newsobj,

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. cffile action=READ file=c:\inetpub\wwwroot\pp\test.xml variable=news cfset XMLobj=XMLParse(news) cfset newsobj=XMLobj.rdf cfset newsitems= XmlSearch(newsobj,

Add watermark to image

2004-10-14 Thread Paul Wilson
Is it possible to add a watermark to an image dynamically using CF? I've had a quick search but couldn't find anything. Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

locale of the JVM

2004-10-11 Thread Paul Wilson
How do you edit the locale of the JVM? Is there a way of setting this without using SetLocale When I use getLocale on one of my servers I get English US, the other is English Australian Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Simple Mail Server

2004-10-06 Thread Paul Wilson
I'm running CFMX with IIS and I need a 'really' simple low costmail server to send out the odd email from a CF app (max 10 a day). I don't want to use the virtual SMTP server that comes with IIS though. I also would like to send on a different port to 25. Any suggestions or recommendations?

Date format issues

2004-08-24 Thread Paul Wilson
I am trying to format two dates but I'm getting the days and months swapped around. e.g. cfset date1=02/08/2004 2nd August 2004 (in Australia) cfset date2=12/08/2004 12th August 2004 (In Australia) cfoutput date1 is #DateFormat(date1, 'dd/mm/')# - #DateFormat(date1, 'dd mmm ')#br

Sending mail without cfmail

2004-08-03 Thread Paul Wilson
Is this possible in CFMX? Can you use CDONTS or similar? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CF Hack

2004-07-21 Thread Paul Wilson
Hi I've had the following files uploaded to one of my dev servers get_registry_keys.cfm kill_keys_commit.cfm make_keys.cfm Anyone seen this before? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

XML CF5

2004-07-08 Thread Paul Wilson
Hi Can anyone point me to some articles or tutorials on using XML feeds with CF5? Thanks in advance! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Securing Directories

2004-06-15 Thread Paul Wilson
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166615---I am developing a CF App that allows users to login in and view pdf and excel documents. These documents contain very sensitive information and I can't allow one user to be able to view another user's documents. I'm going to use

RE: User Authentication

2004-06-04 Thread Paul Wilson
So session variables work differently in MX then? What about people with cookies turned off in their browsers? -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Friday, 4 June 2004 13:42 To: CF-Talk Subject: RE: User Authentication Session variables use

Recursive function and Hierarchical navigation

2004-06-02 Thread Paul Wilson
I'm trying to build a dynamic hierarchical navigation system using thew following table structure ID NAME PARENT_ID 1 category1 0 2 category1_1 1 3 category1_2 1 4 category1_1_1 2 5 category1_1_2 2 6 category2 0 7 category3 0 I would like to be able to do some sort of recursive

Methodology and Docs

2004-03-22 Thread Paul Wilson
I'm starting to build a CF web application with a team of developers and we're wondering what methodology to use. I've read that an Iterative method is more suitable than the Waterfall methodology for CFMX apps. Is this the case? What are people using these days? Also, what sort of

RE: CFCs: Overloaded Constructors ?

2004-03-15 Thread Paul Wilson
What does overloading constructors mean? -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 March 2004 7:32 To: CF-Talk Subject: Re: CFCs: Overloaded Constructors ? Okay, pretty much what I figured. Thanks for the confirmation, Jamie On Mon, 15 Mar

RE: Application and Request scope

2003-10-02 Thread Paul Wilson
/DepressedPress/Content/ColdFusion/Guides/ V%3e ariables/Index.cfm I'm sure other people have other (perhaps better) opinions but that should give you the skinny at least. Jim Davis -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 8:08 AM

Application and Request scope

2003-09-30 Thread Paul Wilson
I've been reading a few threads that advise on storing various things (that's a technical description btw) in the application or request scope. Why is this a good idea and what things should be stored there? Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

get path to root for any node using Xpath

2003-06-09 Thread Paul Wilson
How can I get the absolute path to the root node for any given element in an XML doc? For example, using the sample xml data below: root car engine/ tyres/ gears/ /car /root I want to know all of the parents/ancestors of the tyres

file extensions and IIS

2003-03-25 Thread Paul Wilson
I am trying to process .htm extensions as cold fusion pages (In CFMX). I have added the mapping in IIS and modified the web.xml file but I get the following error / by zero Any ideas? Thanks ~| Archives:

site wide error handling

2003-03-04 Thread Paul Wilson
Is there any way to use the site wide error handling template set up in the administrator to send emails containing details about the errors that caused the template to be called? Thanks ~| Archives:

Status of file upload using cffile

2003-01-20 Thread Paul Wilson
Hi Is it possible to give a client feedback about the status of a file that is being uploaded using cffile? Time left, file size sent kind of stuff. Thanks ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Web services and Axis

2003-01-15 Thread Paul Wilson
I am trying to invoke a web service in CFMX and I keep gettting this error. Could not perform web service invocation getxml because AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: org.xml.sax.SAXException: Deserializing parameter apos;getxmlResultapos;:

RE: Web services and Axis

2003-01-15 Thread Paul Wilson
! http://www.tinetics.com -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:15 AM To: CF-Talk Subject: Web services and Axis I am trying to invoke a web service in CFMX and I keep gettting this error. Could not perform web

RE: Web services and Axis

2003-01-15 Thread Paul Wilson
Where does it state in a WSDL what the return type is? Thanks -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:32 To: CF-Talk Subject: Re: Web services and Axis You need to post the URL to the service/wsdl to get a definitive answer, but

RE: Net Send

2003-01-07 Thread Paul Wilson
. :) -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 10:20 AM To: CF-Talk Subject: RE: Net Send cfexecute name=c:\winnt\system32\cmd.exe /c arguments=net send user message/cfexecute you need '/c' -Original Message- From: Paul

Net Send

2003-01-06 Thread Paul Wilson
Anyone know how to do a net send using cfexecute? Cheers ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: Net Send

2003-01-06 Thread Paul Wilson
cfexecute name=c:\winnt\system32\cmd.exe /c arguments=net send user message/cfexecute you need '/c' -Original Message- From: Paul Wilson Sent: 06 January 2003 15:12 To: CF-Talk Subject: Net Send Anyone know how to do a net send using cfexecute? Cheers

RE: Processing .htm files as .cfm

2002-11-27 Thread Paul Wilson
to read the same. Fred -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 1:05 PM To: CF-Talk Subject: Processing .htm files as .cfm Which file do i need to change to process .htm files as .cfm? Thanks

Processing .htm files as .cfm

2002-11-26 Thread Paul Wilson
Which file do i need to change to process .htm files as .cfm? Thanks ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4

Can't create ODBC connection in CFADMIN

2002-11-20 Thread Paul Wilson
I am trying to create an ODBC Socket DSN in the CFMX Administrator but i get the following error. Could not import the tag library specified by ../cftags/. The following error was encountered: C:\CFusionMX\wwwroot\CFIDE\administrator\datasources\..\cftags The CFML compiler was processing:

RE: Can't create ODBC connection in CFADMIN

2002-11-20 Thread Paul Wilson
no trouble with SQL connections though. :-) Greg -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:35 AM To: CF-Talk Subject: Can't create ODBC connection in CFADMIN I am trying to create an ODBC Socket DSN in the CFMX Administrator but i

=?iso-8859-1?Q?=C2_before_=A3_with_MX_form_posts??=

2002-10-29 Thread Paul Wilson
I am posting some information from one cf page to another but every £ sign is proceeded with Â. You can see an example here (Look at Binasys Ltd) http://efilesystem.com/Computer/Web_Hosting/Technical_Web_Hosting/more4.html What could this be? Thanks

Can't start CFMX Admin - No Default Web Site

2002-10-24 Thread Paul Wilson
The default web site on our IIS web server has been deleted and CFMX Admin has now stopped working. How can I get this started again? Many thanks! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Can't start CFMX Admin - No Default Web Site

2002-10-24 Thread Paul Wilson
CFMX Admin - No Default Web Site Paul Wilson wrote: The default web site on our IIS web server has been deleted and CFMX Admin has now stopped working. How can I get this started again? Can you contact it directly at port 8500 (the built-in webserver port)? Jochem

RE: Can't start CFMX Admin - No Default Web Site

2002-10-24 Thread Paul Wilson
Paul Wilson wrote: I have tried to add the default web site again and point the directory to c:\inetpub\wwwroot but i still get page cannot be displayed Did you run the connector script after re-creating the default website? Jochem

.htm file running as cfm

2002-10-09 Thread Paul Wilson
Using IIS I thought it was possible to run .htm files as if they were .cfm files. Has this changed in MX? thanks ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Recordset as cfargument?

2002-10-02 Thread Paul Wilson
How can I pass a recordset from Flash to ColdFusion through Flash remoting and loop through the recordset in the cfc? In actionscript I have.. myservice.UpdateContactRS(newvalues_rs) // This sends the recordset to the cfc I know i need a function (cffunction) called UpdateContactRS, but

RE: Recordset as cfargument?

2002-10-02 Thread Paul Wilson
- From: Paul Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:56 AM To: CF-Talk Subject: Recordset as cfargument? How can I pass a recordset from Flash to ColdFusion through Flash remoting and loop through the recordset in the cfc? In actionscript I have

RE: Recordset as cfargument?

2002-10-02 Thread Paul Wilson
:04 To: CF-Talk Subject: RE: Recordset as cfargument? Paul- So you have columns in your local recordset, but is there data? Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED] Macromedia® What the web can be.(tm) -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED