CFIMAGE - for all formats

2009-04-17 Thread Fawzi Amadu
Hi, I am trying to resize images with CFIMAGE but when I process my code, I keep getting an error that: The images/consumer/ image format is not supported on this operating system. Initially I left the format attribute out and got the same error with a suggestion that I try using

Re: CFIMAGE - for all formats

2009-04-17 Thread Michael Dinowitz
What is the image type? On Fri, Apr 17, 2009 at 7:25 AM, Fawzi Amadu abd...@gmail.com wrote: Hi, I am trying to resize images with CFIMAGE but when I process my code, I keep getting an error that: The images/consumer/ image format is not supported on this operating system. Initially I

RE: CFIMAGE - for all formats

2009-04-17 Thread Adrian Lynch
This one got me too a while ago: http://cferror.org/error.cfm?errorID=1 Adrian -Original Message- From: Fawzi Amadu [mailto:abd...@gmail.com] Sent: 17 April 2009 12:26 To: cf-talk Subject: CFIMAGE - for all formats Hi, I am trying to resize images with CFIMAGE but when I

RE: Calendar Functionality

2009-04-17 Thread Steve LaBadie
Jason, Sorry if I didn't make myself clear. The calendar as written highlights the current date (today's date) only and is linked to the master events calendar for that given week. What I would like to do is have all the dates active and linked to their perspective events. I have attached the

Re: CFIMAGE - for all formats

2009-04-17 Thread Fawzi Amadu
Actually as many formats as possible, but mainly jpeg, giff. What is the image type? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

help with a grey area

2009-04-17 Thread Richard White
hi our clients run tests on patients for research purposes. As part of their data protection they are 'told' to not keep personal identifiers (patient first name, last name, dob etc...) in the same database as their test data. we have created a cf application that uses all cf security we

BOLT!

2009-04-17 Thread Jose Diaz
Hello All, I have applied to Adobe for the Bolt beta but not heard a peep. Has anybody had any news on when we can get to play with the new shiney toy? Jose Diaz ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: help with a grey area

2009-04-17 Thread Matt Quackenbush
I would suggest consulting the appropriate attorney(s). :-) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: BOLT!

2009-04-17 Thread Francois Levesque
I also haven't received any news, but if it's anything like with other Adobe NDA's anyone in the beta wouldn't be able to tell you that they are :P. Francois Levesque http://blog.critical-web.com/ On Fri, Apr 17, 2009 at 9:07 AM, Jose Diaz bleached...@gmail.com wrote: Hello All, I have

Re: BOLT!

2009-04-17 Thread Rick Faircloth
Hi, Jose... I applied for beta participation, too, but was apparently turned down. I also expected news from Adobe sooner than this. Disappointed so far... Rick On Fri, Apr 17, 2009 at 9:07 AM, Jose Diaz bleached...@gmail.com wrote: Hello All, I have applied to Adobe for the Bolt beta but

Re: BOLT!

2009-04-17 Thread Rob Parkhill
I think that there are a bunch of people in that boat, who applied and have not been notified... Rob On Fri, Apr 17, 2009 at 9:15 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, Jose... I applied for beta participation, too, but was apparently turned down. I also expected news from

Re: Populated PDF form won't open

2009-04-17 Thread Tom McNeer
Hi Dave, Thanks for jumping in. Your knowledge is always greatly appreciated. On Thu, Apr 16, 2009 at 6:18 PM, Dave Watts dwa...@figleaf.com wrote: When you say you created the PDF form in Acrobat Pro, you mean LiveCycle Designer, right? Nope. I mean Acrobat 9 Pro, part of CS4. So there

RE: BOLT!

2009-04-17 Thread Andy Matthews
Several of my coworkers were overheard talking about being on the Bolt beta months ago. I'm pretty sure the beta's been out since like Jan or Feb. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Friday, April 17, 2009 8:16 AM To: cf-talk Subject:

Session issues - In words of one syllable please :-)

2009-04-17 Thread Paul Vernon
Can someone explain why the Session is invalid null occurs? We have a site on a dedicated server running CF 8 (8,0,1,195765) Standard edition. It gets around 11,000 users a day and for the most part is issue free. I've searched HoF etc., I've read the tech notes and I've subsequently altered

Re: BOLT!

2009-04-17 Thread Eric Cobb
I don't think Bolt has gone into Beta yet. Doesn't Adobe usually do a big announcement when a product's Beta testing starts? (They certainly did with Flex 3!) It's my understanding that right now they're just allowing people to put their name on the list for when it finally does go into

dynamic form and converting list of form variables

2009-04-17 Thread Chad Gray
I have a form that has a bunch of checkbox fields that are dynamically created from a database. I need to take the fields selected and evaluate them and convert them to a list that I can use in a SQL query. Here is what is coming in to the action page:

Re: dynamic form and converting list of form variables

2009-04-17 Thread Casey Dougall
On Fri, Apr 17, 2009 at 9:57 AM, Chad Gray cg...@careyweb.com wrote: I have a form that has a bunch of checkbox fields that are dynamically created from a database. I need to take the fields selected and evaluate them and convert them to a list that I can use in a SQL query. Here is what

RE: dynamic form and converting list of form variables

2009-04-17 Thread Chad Gray
Ah cool... I did not know there was a CFQueryParam with type LIST. That is awesome! I had visions of looping and parsing lists etc... much easier your way! -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: Friday, April 17, 2009 10:04 AM To:

Re: BOLT!

2009-04-17 Thread Eric Roberts
I applied a long time ago and haven't heard anything as of yet either. Eric On Fri, Apr 17, 2009 at 8:07 AM, Jose Diaz bleached...@gmail.com wrote: Hello All, I have applied to Adobe for the Bolt beta but not heard a peep. Has anybody had any news on when we can get to play with the new

Startup scripts on Linux

2009-04-17 Thread Phillip Duba
Hey everyone, I'm trying to create/modify the coldfusion8multi start startup scripts to utilize a different jvm.config folder for each instance of ColdFusion 8 that's been created. Essentially, I have dev and test instances on the same box, each with it's own jvm.config. The script is below,

Re: Session issues - In words of one syllable please :-)

2009-04-17 Thread Ben Nadel
Paul, You might want to check these posts: http://www.bennadel.com/blog/1535-ColdFusion-SESSION-Is-Always-Created-Even-If-OnSessionStart-Fails.htm http://www.bennadel.com/blog/1536-ColdFusion-Session-Management-And-Asynchronous-Page-Requests.htm I have had mysterious SESSION issues and I think

Re: Session issues - In words of one syllable please :-)

2009-04-17 Thread James Holmes
First, why it happens. When using J2EE sessions, the session is handled by the J2EE server (JRun in your case). JRun has an internal setting for the duration of sessions; that's controlled in the XML file. Now, CF also has its own timeouts, which control how long to keep using the same JRun

Problem with CFDocument splitting text at page break

2009-04-17 Thread Rick Root
We're using cfdocument to output some reports that contain data in tables. Most of the data is confidential so I can't share exact reports but I can duplicate the problem with some simple examples: See the following, and note the last row of numbers on the second page.

Re: BOLT!

2009-04-17 Thread Wil Genovese
Adam Lehman posted somewhere, about a month ago, a brief update. Since Bolt is not start on the same dev cycle as the next CF version it is not as fully developed yet. They are working hard to get it up to speed. I suspect they are really hoping to release it a the same time the release the

RE: Session issues - In words of one syllable please :-)

2009-04-17 Thread Paul Vernon
First, why it happens. When using J2EE sessions, the session is handled by the J2EE server (JRun in your case). JRun has an internal setting for the duration of sessions; that's controlled in the XML file. Now, CF also has its own timeouts, which control how long to keep using the same JRun

Re: Session issues - In words of one syllable please :-)

2009-04-17 Thread Phillip Duba
Paul, make sure you have 20 minutes for both the default and maximum settings. I had the default set at 20, but the maximum was set at 60 minutes and there ended up being 2 applications that used that maximum setting, or at least were above the default. Phil On Fri, Apr 17, 2009 at 10:56 AM,

Re: BOLT!

2009-04-17 Thread Alan Rother
I'm probably going to get in trouble for this.. but I can tell you with absolute certainty, the public beta has not been released yet. Very few people outside of Adobe have gotten their hands on Bolt yet. Be patient, when it's ready they'll open it up to the public beta. The only reason I'm

RE: Session issues - In words of one syllable please :-)

2009-04-17 Thread Paul Vernon
http://www.bennadel.com/blog/1535-ColdFusion-SESSION-Is-Always-Created- Even-If-OnSessionStart-Fails.htm http://www.bennadel.com/blog/1536-ColdFusion-Session-Management-And- Asynchronous-Page-Requests.htm I have had mysterious SESSION issues and I think I finally figured it out!-- Hi

RE: BOLT!

2009-04-17 Thread Mark Kruger
We have one copy running in house... Can't say more or I'd have to do something terrible to you with Jell-O and a duck suite. (I didn't want to be clichéd :) -Mk -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: Friday, April 17, 2009 10:28 AM To: cf-talk

FW: BOLT!

2009-04-17 Thread Mark Kruger
Shouldn't that be suit ... What's a duck suite anyway? Some kind of wetland litigation no doubt. -mk -Original Message- From: Mark Kruger [mailto:mkru...@cfwebtools.com] Sent: Friday, April 17, 2009 10:34 AM To: 'cf-talk@houseoffusion.com' Subject: RE: BOLT! We have one copy running in

Re: BOLT!

2009-04-17 Thread Rick Faircloth
Thanks, Mark and Alan, for some word on the issue! Rick On Fri, Apr 17, 2009 at 11:34 AM, Mark Kruger mkru...@cfwebtools.comwrote: We have one copy running in house... Can't say more or I'd have to do something terrible to you with Jell-O and a duck suite. (I didn't want to be clichéd :)

Re: Startup scripts on Linux

2009-04-17 Thread Ryan Stille
I'm not seeing a problem with your script. When I change it to echo out the start up commands instead of running them, this is what I get: The ColdFusion 8 server is starting up and will be available shortly. su cfuser -c nohup /opt/jrun4/bin/jrun -start cfusion -config jvm.config_dev

multiple cfapplications

2009-04-17 Thread Chad Gray
If I have many cfapplication.cfm files on a web site in different folders how do they work together? Say I have application.cfm on the root of the web site with an application name foo. Then in a user folder I have an application.cfm page and it's application name is also foo. How do they

Re: multiple cfapplications

2009-04-17 Thread Ben Nadel
Chad, Applications on the same box that have the same name *are* the same application, as far as ColdFusion is concerned. It uses the CFApplication tag (or Application.cfc THIS.Name property) to bind the current page request to a defined memory space in ColdFusion application server. So, yes,

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
Check out this post. http://www.coldfusionmuse.com/index.cfm/2005/8/19/application.variables It outlines some of the fundamentals and pitfalls. If you want to use a 'base' + extended application model, the application.cfc makes it make sense a little more. You can create your base somewhere

Re: Startup scripts on Linux

2009-04-17 Thread Phillip Duba
Thanks Ryan. I actually just tried what you suggested and it did spawn a second, however, I'm doing a little more research into the issue and may be a permissions issue on the jvm.config file itself. I'm going to play with that and see. I was worried I had the wrong syntax but as of right now, I

CF Report Builder and Excel format

2009-04-17 Thread funand learning
Hi Everyone, I was trying to display a report in excel format in report builder. It shows the data, but I do not find the print button options, whereas I can see it with other formats. Is this the way it is, or do I need to format anything more within my report for showing up the print button

RE: multiple cfapplications

2009-04-17 Thread Chad Gray
Ok.. makes sense. What happens if someone has a bookmark to a sub folder users that has its application.cfm page with the same application name as the Root application.cfm file. Does the root application.cfm fire at all? Like if I have session.foo or application.foo defined in the Root

Re: multiple cfapplications

2009-04-17 Thread Ben Nadel
Chad, No, only the nearest parent Application.cfm fires. May I ask the reason for the nested Application.cfm files? -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York ColdFusion User Group http://www.bennadel.com Need ColdFusion Help?

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
Chad, No.. The root would not fire, but anything put in the application scope (anything named application.this or application.that) would exist in both scopes, and if you chose to overwrite application.something it would be overwritten in both scopes. -mark Mark A. Kruger, CFG, MCSE (402)

RE: multiple cfapplications

2009-04-17 Thread Mark Kruger
Chad, If you need the application in /root to fire then you have a couple of choices In your /root/users/Application.cfm file you can do something like cfinclude template=../application.cfm/ which would fire it for you, or you can delete the application.cfc file in the /users folder

Re: Problem with CFDocument splitting text at page break

2009-04-17 Thread Tony Bentley
Try getting the document to pass W3C HTML validation and declare a doctype. So basically you will want to create a valid html document complete with doctype declaration. That should help your formatting issues. You will need to remove the cfdocument tags to validate it.

Re: Problem with CFDocument splitting text at page break

2009-04-17 Thread Rick Root
On Fri, Apr 17, 2009 at 1:56 PM, Tony Bentley t...@tonybentley.com wrote: Try getting the document to pass W3C HTML validation and declare a doctype. So basically you will want to create a valid html document complete with doctype declaration. That should help your formatting issues. You

Re: BOLT!

2009-04-17 Thread Gerald Guido
I'd have to do something terrible to you with Jell-O and a duck suite There are ppl that would pay good money for something like that. US Congressmen for instance. But in all seriousness. I asked Sharad Kumar Kiri, practically begged (twice), if I could get in on some hot steamy Bolt prerelease

Re: BOLT!

2009-04-17 Thread Dave Watts
That, and the fact that the tools for other platforms/languages like Java, .Net and Flex for that matter, run circles around the current CF IDE offerings. Well, I don't think that's going to change entirely. CF is different from Java, .NET and Flex, in that it's compiled when it's first run

Re: help with a grey area

2009-04-17 Thread Al Musella, DPM
When it comes to something like this, the best approach is to just go along with it. It really isn't much trouble to separate out the personal information. Then, if there is ever any problem - you can say you took precautions. I do something similar and always have the personal info in a

RE: multiple cfapplications

2009-04-17 Thread Chad Gray
Some sections (folders) of the web site we use an application.cfm and store user login logic in it. So the application.cfm file fires first and if the user is not logged in then displays a login page. -Original Message- From: Ben Nadel [mailto:b...@bennadel.com] Sent: Friday,

Re: help with a grey area

2009-04-17 Thread Phillip Vector
The client pays you. So voice your concerns (if you fear legal issues coming from it, record yourself giving the concerns) and then do what they say. It's called CYA for a reason. :) On Fri, Apr 17, 2009 at 6:41 AM, Richard White rich...@j7is.co.uk wrote: hi our clients run tests on patients

Using Ajax to populate checkmarks?

2009-04-17 Thread Dan LeGate
Hi all, We have an application we're building that will allow users to pick a template user to pre-populate some checkboxes based on that user's privileges, but not on initial load of the form. Initially ALL checkboxes will be unchecked when the page loads, however, based on this lookup, it

Re: Problem with CFDocument splitting text at page break

2009-04-17 Thread Tony Bentley
Ahh yes. Not possible to do it using CSS or HTML styles. If the page has dynamic content, you are going to have to either anticipate the content's max height and insert page breaks or allow for broken content. For instance, if you know that the amount of rows will always be like your example,

Bulk mailshot - Out of memory errors

2009-04-17 Thread Dominic Watson
Hi all, we are getting the following error when sending a bulk newsletter with cfmail (130,000 emails), GC overhead limit exceeded (java out of memory error), followed by Heap space errors on subsequent requests to the server. On this legacy system, we are sending 1,000 emails at a time using

Re: Problem with CFDocument splitting text at page break

2009-04-17 Thread Rick Root
On Fri, Apr 17, 2009 at 3:04 PM, Tony Bentley t...@tonybentley.com wrote: For instance, if you know that the amount of rows will always be like your example, you can add a page break after every other table. Do the math; how many rows are allowed on a page? If the rows are greater than

Re: help with a grey area

2009-04-17 Thread Roger Austin
Richard White wrote: our clients run tests on patients for research purposes. At this point, you have run into HIPAA, FDA/OECD GCP, and perhaps FISMA regulations. Oh yeah, then you have the human research subjects regulations also. You need to read these and understand them. At least, your

Re: Bulk mailshot - Out of memory errors

2009-04-17 Thread Dave Watts
Hi all, we are getting the following error when sending a bulk newsletter with cfmail (130,000 emails), GC overhead limit exceeded (java out of memory error), followed by Heap space errors on subsequent requests to the server. On this legacy system, we are sending 1,000 emails at a time

RE: Using Ajax to populate checkmarks?

2009-04-17 Thread Josh Nathanson
Yeah, that's not too difficult with something like jQuery. Basically you'd do a $.getJSON call to your fuseaction, return your data, then run a function to check the checkboxes based on the data you returned. That function would be dependent on how you returned the data and what your markup is

Re: help with a grey area

2009-04-17 Thread Richard White
thanks for all the replies. i agree that it is easier with this to go with the flow and stay within the guidelines that are set... after all the customer is always right.. and as it was mentioned CYA!!! thanks also for your comments roger, we will look into all these regulations too

Re: Using Ajax to populate checkmarks?

2009-04-17 Thread Richard White
What did you use? Or what *would* you recommend we use. we have built various AJAX applications and have always used JSMX (http://www.lalabird.com/) it is very simple to use and many people recommended it to us when we were first looking

Re: Using Ajax to populate checkmarks?

2009-04-17 Thread Charlie Griefer
On Fri, Apr 17, 2009 at 1:18 PM, Richard White rich...@j7is.co.uk wrote: What did you use?  Or what *would* you recommend we use. we have built various AJAX applications and have always used JSMX (http://www.lalabird.com/) it is very simple to use and many people recommended it to us when

application.cfc subdirectories and links

2009-04-17 Thread Elizabeth Meyer
I have used the Application.cfc onRequestStart and onRequestEnd for the layout of my site, i.e. common header, mainnavigation and footer on all pages. Now the problem comes in where I have some files in a subdirectory: (The application.cfc is only in the root directory) the main navigation

Re: application.cfc subdirectories and links

2009-04-17 Thread Ben Nadel
Liz, This is not a great solution, but you could put a dynamic Base tag in the head: Main directory: base href=./ / Sub directory: base href=../ / I think that would work as a stop-gap. -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York

Re: application.cfc subdirectories and links

2009-04-17 Thread Peter Boughton
Create a mapping to the siteroot, and do cfinclude template=/siterootmapping/afile.cfm/ ? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: application.cfc subdirectories and links

2009-04-17 Thread Adrian Moreno
IMO, your best option is going to be setting your header, footer, etc. links to absolute paths. Meaning if your application root is www.mysite.com, then all of your primary links need to point to /aboutUs.cfm. The ensures that no matter how deep you are in the site, that link will always

Re: BOLT!

2009-04-17 Thread Adam Haskell
I think this is a fairly closed minded view on things. No offense but if you look at other loosely typed dynamic languages like groovy the IDE support for it (IDEA) is very impressive.Or something slightly more close to ColdFusion like Ruby also has some very impressive support. That being said,

Re: BOLT!

2009-04-17 Thread Judah McAuley
Not to mention that Visual Studio continues to be a fine IDE and seems to be coping with C# as it gains a great deal more dynamic features like lambda expressions, duck typing, etc. Still not sure how great Bolt will be out of the gate but there are some decent IDEs out there that they can take

Re: Looking for script like Etsy.

2009-04-17 Thread Mary Jo Sminkey
But seriously Nugroho, you're looking for something that doesn't exist, at least not in anything close to the form you're asking for. Actually, Nugroho contacted me off-the-list about doing this in CFWebstore and it looks like it should be a good fit. My software already has a