foolish noob question about Images

Posted by Artrack on Fri 05 Sep 2008 06:13 AM — 2 posts, 12,968 views.

#0
alright so I've tried using a plugin that uses miniwindows, and I've made my own miniwinows too.

My problem is that I can't get images to appear, and I've read in the scripting intro that if images are not enabled things show up differently. So, how do I enable them????

I've searched MUSHcleints options, its help files AND this forums help, not to mention tried googling it for more then twenty minutes, and NOTHING. Is it even possible?

I'm using version 4.36

Thanks for the help.
Australia Forum Administrator #1
It is very helpful if you post your code - so we can see what it is you are doing or not doing, that is causing this problem.

Also try putting "check" around things that load images, that will report things like file not found.

For example, instead of:



WindowLoadImage (win, "im1", "C:/program files/mushclient/leaf.bmp")

do:

check (WindowLoadImage (win, "im1", "C:/program files/mushclient/leaf.bmp"))