Re: CFWindow OnLoad Issue

2009-03-29 Thread Cutter (CFRelated)
Ah, sorry. That would work with a straight Ext implementation. CFWindow shouldn't require it, unless the css files are being loaded in after the script files (instead of before). You'll have to check your source on that. If they are coming in that order (js then css) then there really isn't

AJAX Solution to Read database and load new Image

2009-03-29 Thread Tom LaBatt
I am starting out with AJAX and would like to create a simple app to use on my site. I have a database table setup (images) with image information in it of fields named: imageid, imagename, imageactive, and I want to have a client go to a url that displays the image using the img src= tag

Re: AJAX Solution to Read database and load new Image

2009-03-29 Thread Dan Baughman
There are just a ton of ways to do exactly this, its a bit of general question. It sounds like maybe you are looking for some example code? Are you using any Javascript frameworks? The general flow to the update is going to be this: 1. A function is called via a page onload or something.

captcha

2009-03-29 Thread Chad Gray
I loaded up the example code on the live docs web site and I sometimes get the below error. http://livedocs.adobe.com/coldfusion/8/htmldocs/Images_21.html What is the best way to make sure the image is big enough for the text? An invalid argument has caused this error. Verify your inputs.

Re: AJAX Solution to Read database and load new Image

2009-03-29 Thread Tony Bentley
The table would contain each parameter of the image; src=(col1) alt=(col2) title=(col3) etc. Use cfajaxproxy to do the call using a cfc to control the request and return the data set. Use javascript to replace the image attributes with the new result.

Re: captcha

2009-03-29 Thread Jose Diaz
Hi Chad, Its all to do with the font size: *Width* - The pixel width of the generated image. The width must be large enough to properly display all of the designated text at the given font size. This width is directly proportional to the number of characters, so once you find a width that

Data Import

2009-03-29 Thread Jason Congerton
Hi My wife has brought home an excel spread sheet to create a mail merge, however the person who set up the data up has put the address in one column (albeit separated by commas i.e. 23 The Road, Somewhere, er2 3ry. I stupidly said now worries I can right a bit code which will import them to

RE: Data Import

2009-03-29 Thread Mark Henderson
Jason Congerton wrote on 30 March 2009 at 11:24am My wife has brought home an excel spread sheet to create a mail merge, however the person who set up the data up has put the address in one column (albeit separated by commas i.e. 23 The Road, Somewhere, er2 3ry. I stupidly said now worries I

RE: uml modelling tool

2009-03-29 Thread Jaime Metcher
Visual Paradigm is the only one I've used where I feel like I'm drawing rather than filling out forms. It has about a million features I don't use, but I just stick to basic drawings. Jaime -Original Message- From: Richard White [mailto:rich...@j7is.co.uk] Sent: Sunday, 29 March

convert doc file to html file

2009-03-29 Thread Nathan Chen
Hi, Everyone: Is there a tag or tool that can convert a Word file to an html file? Let's say, the end user uploads a doc file, the tag/scripts/tool reads the file, converts it to html, and saves it in a pre-defined directory on the server. I need a tool like this to complete one of my