Chris, In FarCry 4.0 you need to extend dmImage.
To do this grab a copy of dmImage.cfc from core and place it in your "<project>/packages/system" folder. Edit the new file and make sure the component tag extends the original dmImage in core(extends="farcry.core.packages.types.dmImage"). Delete everything within the component except for the cfproperty tag(s) you want to change the image size. Keep that line of code the same except change the values you desire (example: ftImageWidth, ftImageHeight, ftAutoGenerateType, ftPadColor). Now update the applicaiton scope (? updateapp=1), check if any updates need to be deployed from the COAPI management tools (if you're just changing the width and height of an existing cfproperty tag, you don't need to deploy anything), and you should be good to go. Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com On Feb 7, 2008, at 12:38 PM, cterrebonne wrote: > > > 4.0.9 > > Thanks, > Chris > > > Jeff Coughlin wrote: >> >> >> Chris, >> >> >> What version of FarCry are you using? >> >> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
