Hi all,
First off - the dynapi is great. I am really impressed with it - a big
thanks to all the developers that have made this possible.
My question: I create a couple of ButtonImages width eventlisteners like
so:
btn = new ButtonImage();
btn.setImages(DynImage.getImage('img1.png'), DynImage.getImage('img2.png'));
btn.moveTo(x, y);
btnL = new EventListener(btn);
btnL.onclick = function(e){
//do cool stuff
}
btn.addEventListener(btnL);
The thing is, when I look at them in ie, they are "squashed"- They should
be rectangular in shape, but appear as squares - not a prettty sight. If I
reload (and cache them, I guess) the issue arises no more.
I could not find anything in the faq or archives, so I doubt that it's a
bug.
Am I being stupid, calling them in the wrong manner?
thanks,
/Jonas
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help