PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD22] Looper Select slow
[WD22] Looper Select slow
Iniciado por guest, 07,ago. 2018 18:45 - 4 respuestas
Publicado el 07,agosto 2018 - 18:45
Hi,

I have a looper (little bit smaller than half of a postcard) with one picture and some text information.
I choose variable rows and columns. All data are in a array of a structure.

The selection of a single looper element takes approx. 1 second, also the scroll from one to another.

Are there any known problems with the speed of the loopers in windev 22 ?
Publicado el 07,agosto 2018 - 19:42
Hi Michael,

I'm using looper extensively without any problem.

So questions:
- do you have any code at all in selection of a line or displayt of a line?
- what sizes are the images you are managing in the looper? (if you are loading 30 MB images in each item, that may explain it)

Best regards
Publicado el 07,agosto 2018 - 22:22
Hi Fabrice,

No, my pictures are small.

I make some tests: After "looperdisplay" my processor consumes constant 10 % without any action.

to be continued ...
Publicado el 08,agosto 2018 - 13:14
anti-virus?
Publicado el 08,agosto 2018 - 14:56
No.

One Question:

Can I see which thumbnails are stored in the HFSQL database ?
I have 2 thumbnails per record.
And:
I see that for *.pdf files are no thumbnails createted, so I think thats my problem. It use the original file size of the pdf in the looper.