Imagettfbbox

2012-10-17 Thread Thomas Stichnoth
Hello, does anyone know a coldfusion function like the PHP Imagettffbbox (http://php.net/manual/en/function.imagettfbbox.php) ? Regards vom Germany Thomas stichnoth.net Internetkonzepte und -lösungen Gretchenstr. 7 30161 Hannover http://www.stichnoth.net/ http://www.stichnoth.net Tel.

Re: CF hosting plus Joomla capability needed - any suggestions?

2012-10-17 Thread Byron Mann
Stephen, We have totally relaunched our shared platform last week, which includes an all new control panel and billing system. Our shared CF plans (and others) have an application catalog with one click installs of popular apps. Joomla is one of the applications offered. We also totally

Re: Imagettfbbox

2012-10-17 Thread Gerald Guido
No, not that I am aware of. This may help: http://cfsearching.blogspot.com/2008/01/measuring-image-text-width-and-height.html Or this: http://www.bennadel.com/blog/1150-GetTextDimensions-For-Finding-ColdFusion-Image-Text-Dimensions.htm If that doesn't do the trick you would most probably have

Re: In-use connections equal max-pool-size and expired max-wait-time.

2012-10-17 Thread Terry Whitney
Hello, We have an application that is connecting to a sql server database by initiating pool connections through the app server. The connections are idle, but not being released and causing the following error: javax.enterprise.resource. resourcead

Re: Imagettfbbox

2012-10-17 Thread Leigh
You are right, there is no built in CF function. You will need to use java as shown in those two links. If it is only a single line of text, all you need is Textlayout or FontMetrics.getStringBounds(). Both return the bounding box, with slight differences ie visual versus logical bounds.

cf schudule varication

2012-10-17 Thread John Barrett
Hi, I need to create a script to check if my cfschedule runs at the specified time, without depending on the email delivery? For example, a test script that logs the time of execution for the script to a file. I am having the worst time getting schedule tasks to run on a Linux box. thanks,

Re: cf schudule varication

2012-10-17 Thread Dave Watts
I need to create a script to check if my cfschedule runs at the specified time, without depending on the email delivery? For example, a test script that logs the time of execution for the script to a file. I am having the worst time getting schedule tasks to run on a Linux box. Have you

Re: cf schudule varication

2012-10-17 Thread .jonah
Under Logging Settings in the CF admin, check Enable logging for scheduled tasks. Then the results should show up in your CF logs. On 10/17/12 3:59 PM, John Barrett wrote: Hi, I need to create a script to check if my cfschedule runs at the specified time, without depending on the email