PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Looper with own image viewer i/o popup viewer
Looper with own image viewer i/o popup viewer
Débuté par Volker Gericke, 06 juil. 2024 19:29 - 1 réponse
Posté le 06 juillet 2024 - 19:29
Hello everyone,

It may be that my question is a bit stupid and I have already made something similar myself several times. But at the moment I'm stuck.

I have a gallery looper that is based on a data file. I don't like the Windev image popup very much, and I've written my own simple image viewer that allows me to call up various image information and perform image manipulations. So far, everything is simple.

I'm stuck trying to display the next or previous data set (the next or previous image) in my image viewer using the right or left cursor keys without returning to the looper.

I'm sure it's just a three-liner, but I can't figure it out. Can you help me?

Thank you!

Volker
Posté le 08 juillet 2024 - 15:57
Hello again,

I could solve this with an array. Works perfectly.

Kind regards,

Volker