I missed that. You should ideally be extending the original dmImage. That would bind all references to dmImage to the new component. There are a LOT of places that refer to dmImage specifically.
Blair On 8/22/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > > I think this would be treating it as a brand new type so you'd have to > create custom edit links in the webtop by editing the customadmin.xmlfile. > Try changing your extends line to: > > extends="farcry.farcry_core.packages.types.dmImage" > > I've done this in order to add bSchedule="1" to the default dmImage type. > This enables it to be included in the handpicked rule for containers. > > -Jake > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Josen Ruiseco > Sent: Tuesday, August 21, 2007 9:57 PM > To: [email protected] > Subject: [farcry-dev] Extending dmImage > > > > I am trying to extend dmImage into my project so that I can add more image > manipulation options for my users. I have taken a copy of dmImage from the > core and placed it in: > > projects/myProjName/packages/types > > I have changed extends="type" to read: > > extends="farcry.core.packages.types.types" > > I refreshed the app scope, went to deploy the extended type with > additional > fields... nothing happened. > > I'm not doing something properly. Ideas? > > Josen > -- > View this message in context: > http://www.nabble.com/Extending-dmImage-tf4309129s621.html#a12267274 > Sent from the FarCry - Dev mailing list archive at Nabble.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 -~----------~----~----~----~------~----~------~--~---
