Trying to use the new makeImageRequest function implemented as part of SDK 1.2.0, fetching a simple png image (256x256 pixels). I get no error message. However, function in responseCallback is never called. Also strange is that the quick-tip in Eclipse says makeImageRequest take three parameters, whereas the documentation online talks about four.
Comm.makeImageRequest("http://adress.png", {}, method(:onReceive));
(In a browser the picture is shown without problems)
Anyone who has made this work?