1) It depends on your system. If you have a grahics card all should be
well. If you are on a headless Linux system, some work may be required
but you should be getting an error if this were the issue.

2) You can use the createObject() call. If image.cfc is in the same
folder as your file or in the web root (or in the root of the /
mapping) CF will find it if you use createObject("component","image").
If you are going to use a com directory, the CFC must be either in the
/com folder off the webroot or it must be in a folder mapped to /com.
Eitehr way, You;d get an error if it were not working.

Hence my question; what is or is not happeneing to make you say there
is an error? Do you just not get an output image?

On 7/1/06, B V <[EMAIL PROTECTED]> wrote:
> Ok, this really clears thigns up, however I just have two questions:
> 1). Is some special installation required to access the methods of the
> component liek shown
> 2). Do you have to call the component (cfinvoke), or can you just call it by
> <cfset imageCFC = createObject("component","com.image") />, and also is
> com.image predefined?


-- 
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245212
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to