PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB22 - Image Control To Looper Control
WB22 - Image Control To Looper Control
Iniciado por guest, 21,jul. 2018 14:12 - 3 respuestas
Publicado el 21,julio 2018 - 14:12
Hi All

Thanks to Piet and others I can now use an image variable to manipulate the image and take it to the disk. It would have been nice to take that back to the looper control but I sadly have not seen a way to do that.

My questions now:

1. Is there a way of transferring an image variable to an image control on a web page? I have tried myimagecontrolonmypage = myimagevariable. It does not seem to work. It is probably restricted to windows and not pages as I see that saving to an image is disallowed in browser code. No idea.

2. Is there a way of updating the image in the looper with the now modified image that is on the disk AND in the image variable.

Any ideas welcome.

Cheers
André
Publicado el 21,julio 2018 - 16:47
Progress

I can now load the modified image from the disk into the image control on the page but cannot get the modified image into the looper control, directly or via this image control.

I would be grateful if anyone has any idea how to do this.

Cheers
André
Publicado el 21,julio 2018 - 16:52
Update

Problem solved - it is all about browser code versus server code and what comes first and what does what.

I seem to have the tools now to flesh this out.

Cheers
André
Publicado el 26,julio 2018 - 10:46
LooperAddLine(LOOP_LOOPER, Image, ..., ...)

take care of the path to the image