Ughh... having one of _those_ days.... There was a "d" on the end of bSchedule, which wasn't helping matters!
Thanks for your help Jim - much appreciated. Have a good weekend Regards Stephen On 16/06/06, Jim <[EMAIL PROTECTED]> wrote: > > I did that too, but just copy the core one, empty it out, and change the > extends, add the bscheduled. > your extends looks wrong as well - its not .dmImages its .dmImage > > I didnt needs to deploy it, just refesh the app scope. > > > Stephen Moretti wrote: > > On 16/06/06, Jim <[EMAIL PROTECTED]> wrote: > > > >> >You need to update the component metadata for dmimage.cfc by adding > >> bSchedule="true" > >> > >> Then a couple more steps? > >> > >> 1) Make a folder in your webskin directory called "dmImage" > >> > >> 2) Put a file in it called displayTeaserImage.cfm and put this in it: > >> > >> > > > > Heh - I got as far as creating the dmImage Folder.... > > > > I'm having a spot of bother actually... I decided to do my own custom > > type that was basically just an extend of the > > farcry.farcry_core.packages.types.dmImages and not a lot else.... It > > lives in my projectname/packages/types folder, but when I go to deploy > > it its not being displayed in the COAPI type manager. > > > > My cfc is called smImage.cfc and this is the content... > > > > <cfcomponent extends="farcry.farcry_core.packages.types.dmImages" > > displayName="Extended Image" > > bScheduled="1" > > bUseInTree="0"> > > > > <cffunction name="blank" output="false" returntype="boolean" > > displayname="blank function" access="public"> > > <cfreturn true> > > </cffunction> > > </cfcomponent> > > > > The function is in there so that there is at least something inside > > the component. > > > > Any thoughts on why its not showing up? > > > > Am I missing something? > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
