Hi Kay, Since you are extending an existing CFC and modifying a property that is already in the object, it won't appear any different in the COAPI admin
You can test your change by creating a new dmImage object and seeing if the image height property is still set. Cheers -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kay Smoljak Sent: Thursday, 28 August 2008 1:56 PM To: [email protected] Subject: [farcry-dev] Re: FC4: image resize On Tue, Aug 26, 2008 at 1:12 PM, Jeff Coughlin <[EMAIL PROTECTED]> wrote: > Instead you need to just extend dmImage and change the metadata that way. Easy as pie. Following FC3 instructions from here (http://docs.farcrycms.org/display/FCDEV30/Extended+Content+Types), I have created a dmImage.cfc file in the /packages/types/ directory, extending farcry.farcry_core.packages.types.dmImage and with a single cfproperty tag (a copy of the StandardImage cfproperty from the core dmImage, with the ftImageHeight parameter set to an empty string). It's uploaded, I reload the app, but in the COAPI management tab I don't get an option to deploy my extension. Is there something I'm doing wrong or something that has changed in FC4? Cheers, K. -- Kay Smoljak business: www.cleverstarfish.com coldfusion: kay.smoljak.com personal: enterthegoatlady.com | heapsbad.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
