Re: Getting data into Flash 8

2006-02-26 Thread dave
As far as the patent goes, yes MM was letting it slide but as we know MM is no more and Adobe isn't so lenient with their copyrights, which as far as i know isn't just remoting it's for the AMF format, so technically speaking AMFPHP is running on Adobe's patent. My point to it is, what are all

Re: imagecfc ? (rick roots)

2006-02-26 Thread Jim Wright
That's probably because there is no resizeImage method...it is just resize... cfscript imageCFC = createObject(component,image); img = imagecfc.resize(objImage=,inputFile=C:\Inetpub\wwwroot\foo.jpg, outputFile=, newWidth=51,newHeight=41); /cfscript On 2/26/06, dave [EMAIL PROTECTED] wrote: that

RE: Digital Signing a SOAP Request

2006-02-26 Thread Bud
I searched their documentation for 48 hours to find the URL to post the XML to use their web services. I finally had to find it from google. Ridiculous. All I get back from that is connection failure. When I go to the URL directly, I get a browser alert error. A search for part of that...

Re: imagecfc ? (rick roots)

2006-02-26 Thread Rick Root
oops... don't know me own code! ;) Jim Wright wrote: That's probably because there is no resizeImage method...it is just resize... cfscript imageCFC = createObject(component,image); img = imagecfc.resize(objImage=,inputFile=C:\Inetpub\wwwroot\foo.jpg, outputFile=, newWidth=51,newHeight=41);

Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-26 Thread Aaron Roberson
In a patent infringement case, a defendant may argue that: 1.) A patent is invalid because it was granted in spite of the fact that knowledge embodied in the patent already existed (in other words, the invention is not new, Sections 102(a) and (b)). 2.) Anything new in the patent is trivial and

RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-26 Thread Bobby Hartsfield
Seems to be a reasonable and well researched 2 cents to me ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Sunday, February 26, 2006 11:21 AM To: CF-Talk Subject: Re: U.S. Grants Patent

RegEx for Fractions using TMT Validator

2006-02-26 Thread David Seong
I'm trying to create a new fraction pattern for validation using Massimo's TMT Validator but it does not validate correctly. tmt_globalPatterns.fraction = new RegExp(^\d* \d*\/{1}\d*$|^\d*$); It's supposed to accept numbers and/or fractions. Please advise.

Flash Form Problem

2006-02-26 Thread Steve Milburn
I have been struggling with this for several hours now, and am at the end of my rope. I am hoping somebody here can help. I have a flash form with 3 cfselect controls on it. 2 of the cfselects contain a listing of states, which I have just added manually in the form setup with a bunch of

Re: RegEx for Fractions using TMT Validator

2006-02-26 Thread Massimo Foti
I'm trying to create a new fraction pattern for validation using Massimo's TMT Validator but it does not validate correctly. tmt_globalPatterns.fraction = new RegExp(^\d* \d*\/{1}\d*$|^\d*$); It's supposed to accept numbers and/or fractions. Please advise. Whenever you use the new RegExp()

Re: imagecfc ? (rick roots)

2006-02-26 Thread dave
DOH!! lol that was as good as mine the other night Rick ;) But I had caught the error but it still got error. ~Dave the disruptor~ From: Rick Root [EMAIL PROTECTED] Sent: Sunday, February 26, 2006 10:53 AM To: CF-Talk cf-talk@houseoffusion.com Subject:

Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Steve Kahn
I am moving my sites from coldfusion server 5 / mssql 7 to a new host running mx7 / ms sql 2000. The sites work fine on the original host, but are functionless at the new one. Has anyone else experienced this issue and what do you recommend as a solution. Does it pay to persue finding a host

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Barney Boisvert
Are you by chance running Fusebox 3 with the conditionals in index.cfm? If so, remove them, leaving only the include for the CF5 core file. There are a lot of little language changes between 5 and 7, but nothing springs to mind as something that would totally kill your sites. I'd start chopping

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Steve Kahn
There is no fusebox code. I am moving my site from cfm-resources to crystaltech hosting. I restored the sql with a .bak file and ran a datacompare with red-gate sql tools. The database looks fine. I set up the site to have identical 'sql, username, and passwords' and yet I will get an error saying

Re: RegEx for Fractions using TMT Validator

2006-02-26 Thread David Seong
I'm trying to create a new fraction pattern for validation using Massimo's TMT Validator but it does not validate correctly. tmt_globalPatterns.fraction = new RegExp(^\d* \d*\/{1}\d*$|^\d*$); It's supposed to accept numbers and/or fractions. Please advise. Whenever you use the new RegExp()

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread David Seong
There is no fusebox code. I am moving my site from cfm-resources to crystaltech hosting. I restored the sql with a .bak file and ran a datacompare with red-gate sql tools. The database looks fine. I set up the site to have identical 'sql, username, and passwords' and yet I will get an error saying

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Aaron Rouse
This happens for any column and any table? What happens if you just make a test page to connect to the database and select one row from one of the tables? On 2/26/06, Steve Kahn [EMAIL PROTECTED] wrote: There is no fusebox code. I am moving my site from cfm-resources to crystaltech hosting. I

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread David Seong
Make sure your table owners of the sql object correlates with your script (ie if your using Sproc's.) Check your queries for any database object references and make sure they match your new ones. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Sunday, February 26,

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Steve Kahn
Aaron - good point. I set up a demo on the sql server and did a cfform/ action to insert data and it threw an error. Enterprise manager shows the table exists but has no data entered. Sounds like a server related issue now, but im far from thru the woods on these errors. Thanks Steve

Re: imagecfc ? (rick roots)

2006-02-26 Thread Rick Root
dave wrote: But I had caught the error but it still got error. You speaka da english?? ;) I assume you mean it's still not working. It would be helpful to know exactly what error is occurring... otherwise, you sound like one of my users! It don't work, why not?... or my directory. Hey

RE: Getting data into Flash 8

2006-02-26 Thread Kevin Aebig
It depends what kind of implementation you're trying to accomplish. My point is that for someone without a lot of PHP experience, the nested associative arrays can intimidating. You seem to assume your views based on your own knowledge and skills, and that's fine. I judge software based on what

Re: Getting data into Flash 8

2006-02-26 Thread John C. Bland II
LOL. I'd like to talk to those hosts to see what their issue was. It is like them telling you no to putting Pear on the server. It isn't their call. You pay for space...put what you want on the server, as long as it is legal. As said, it doesn't take the host to install it. Again, amfphp is

Re: Getting data into Flash 8

2006-02-26 Thread John C. Bland II
You don't have to use nested associate arrays. You can use numerical or associate. CF Stucts are nothing but associate arrays anyway. If you know how to use PHP classes then you know at least what an array is. You can return virtually any type in php to Flash. In the latest version you have more

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread George Abraham
Steve, I recently moved an app from CF5 to CFMX7 and I did not have any significant problems. Any chance you could post code/errors? George On 2/26/06, Steve Kahn [EMAIL PROTECTED] wrote: Aaron - good point. I set up a demo on the sql server and did a cfform/ action to insert data and it

Re: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Kym Kovan
Steve Kahn wrote: The database looks fine. I set up the site to have identical 'sql, username, and passwords' and yet I will get an error saying a column name doesn’t exist in the database when in fact I can see it in enterprise manager. ... That looks like an database ownership

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Justin D. Scott
Has anyone else experienced this issue and what do you recommend as a solution. Does it pay to persue finding a host running cf server 5 and does anyone know of one? Personally, I would try to track down the issue and update the code if you can run on a newer version of CF. If anyone has a

RE: Can moving from cf server 5 to mx7 cause an app to stop working?

2006-02-26 Thread Steve Kahn
Excellent idea Kym. On one of the datasources it worked fine, the other continued to throw errors and not work. -Original Message- From: Kym Kovan [mailto:[EMAIL PROTECTED] Sent: Sunday, February 26, 2006 6:48 PM To: CF-Talk Subject: Re: Can moving from cf server 5 to mx7 cause an app to

Re: Getting data into Flash 8

2006-02-26 Thread dave
I'd call them a good host or any in that matter who makes sure stuff (especially beta products) aren't installed on a shared production server. If your host lets you put whatever you want up, I would certain run like a mofo the other direction. ~Dave the disruptor~

Re: imagecfc ? (rick roots)

2006-02-26 Thread dave
lol, ok lets try again.. Yes I caught Ricks error but even after adding the correct info it still errors. The error was on newHeight=51, said that the = wasnt allowed in the expression or something. hell you know I can't type, I ain't no secretary! btw~ a kind soul from the hms forums

Re: Getting data into Flash 8

2006-02-26 Thread John C. Bland II
I don't want to go into a hosting dispute but any host who controls my content and/or files is a bad one. That means, any product I develop that is in beta stage can't be posted on their server which may be my testing environment. It just contradicts the idea of purchasing X GB's/mo (or mb's) for

Re: Getting data into Flash 8

2006-02-26 Thread dave
Actually I didn't ask for help with remoting was just responding. As far as what you say about hosting, I totally disagree. If you are on a shared host in a production enviroment you shouldn't be allowed to do beta tests or anything even remotely close to that, do that on your dev machine or

RE: Getting data into Flash 8

2006-02-26 Thread Kevin Aebig
If you just want to argue for the sake of arguing, than I'll just gracefully bow out, but if you think that novices have the first clue when it comes to ECMA... you should try teaching them. Their implementation was flawed for the first 7 releases and though I commend them on their achievement, I