Hi
I have created an image element from a byte like:
myImage = Image.createImage(chartAsBytes, 0, chartAsBytes.length);
nUIImageElement to_add = new nUIImageElement(-1, myImage);
The image’s size is originally 640x400. But when I create it, it only has 73x13, and I have not seen how to resize it.
Do I have to create the image in some other way?
Many thanks
Javier
#webMethods#Integration-Server-and-ESB#mobile#webMethods-General