> Is this an appropriate way to go about making certain graphics/objects
in
> the site tree appear dynamically?

I'm not quite sure what it is you're trying to accomplish but it's never
a good idea to modify Farcry_core at the project level. Getting out of
synch with the core can (and most likely will) lead to all sorts of
upgrade problems. 

In your case I would suggest looking at two options:

1. Depending on your application, you may want to extend the dmImage
type with a new method that encapsulates the logic used to fetch the
graphic. More info on extending Farcry core types is available on the
Farcry site at
http://farcry.daemon.com.au/go/objectid/2B8CC3BC-D0B7-4CD6-F9525292C5BC6
A4E

2. Instead of adding the custom tag into farcy_core you could put it
somewhere under your project root and change your <cfimport> location.
This way you won't be modifying the core :)

~tom

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to