giladfit
Junior Member
Posts: 5
Registered: 8/31/2004
Member Is Offline
|
| posted on 9/27/2004 at 12:57 PM |
|
|
is overlapping icons supported?
so that a composition of both icons will be displayed. This is required usually when you have a staus of an object that you want to be as part of the
icon and you don't want to draw for each icon several icons according to the statusses.
so is something like {'i0':'icon.gif', 'i0':'stat1.gif'}
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/28/2004 at 11:20 AM |
|
|
Note: {'i0':'icon.gif', 'i0':'stat1.gif'} - content-addressable (associative) array where you could write
your key-value pairs. Such definition is possible but has no sense because one key ('i0') is used for both value instances.
|
|
|