I have an obj with 32x32 dmi icon. It has an underlay that is 41x39. When I show it on a grid sized 41x39, the grid shows the 32x32 version of the the underlay, and it shows the 32x32 icon fine. Even if i re-size the scale and make it bigger. It still shows the 32x32 version of the underlay. I also tried making the 32x32 icon an overlay, and the underlay to the main icon, but to no avail.
So my question is, How can i show multi-tiled icon in a grid? [besides the img tag, which can be done in my situation but i'd rather avoid that.]
var/icon/I=new('background.PNG')I.Blend(icon(icon,icon_state),ICON_OVERLAY)
fcopy(I,"temp/temp.png")
src<<output("<img src=\"temp/temp.png\">","Main.skillbar1:1,1")
It only shows temp.png's contents at compileation. Is there a way to tell the rsc that its been updated?