code:
Wnd.ImageElmt_SetImageFile("testImg","crazyman");
Shouldn't it be something like:
code:
Wnd.ImageElmt_SetImageFile("testImg","crazyman.png");
However I doubt this whole thing can work, since I don't know if you can set an ImageElement which is part of a CustomLook structure... :-\