On Feb 8, 4:50 am, cterrebonne <[EMAIL PROTECTED]> wrote: > Ok, I think I have found the issue. It seems that the image editor is using > the default values set by the property tags in > /farcry/core/packages/types/dmImage.cfc and it ignores the values set in the > config.
You need to extend the dmImage type and change its behaviour, as Jeff's suggested. The config file is deprecated as of 4.x and kept only for backward compatibility. Unfortunately, there is no simple way of indicating that with the current set up. The image config is removed entirely in 5.0. 5.0 replaces the config sub-system with a lot of new features like inline help -- so we'll be able to handle situations like this more readily in future versions. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
