Andrew Mercer spoke the following wise words on 28/06/2004 5:23 PM EST:
How would you go about adding a custom icon for objects you create
your self. At the moment they have the same icon as dmHTML

Gotta love Mozzila mail search =)

See below:

-------- Original Message --------
Subject: Re: Custom Farcry Float Menu
Date: Sun, 09 May 2004 10:24:39 +1000
From: Tim Lucas <[EMAIL PROTECTED]>
To: farcry-dev
Newsgroups: farcry-dev
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


Michael Sammut spoke the following wise words on 9/05/2004 5:44 AM EST: > BTW we have playing with a simple way to update the tree icons for custom > tyoes.

Easier than adding the file:

  /farcry/{APPNAME}/system/overviewTree/_customIcons.cfm

with a bunch of:

<cfscript>
  customIcons.Type.{typename} = StructNew();
  customIcons.Type.{typename}.draft = "{folder}/{image}.gif";
  customIcons.Type.{typename}.pending = "{folder}/{image}.gif";
  customIcons.Type.{typename}.approved = "{folder}/{image}.gif";
</cfscript>

?

-- tim lucas

http://www.toolmantim.com



---
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