PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD20: Looper (Multiselection via Simple Click)
WD20: Looper (Multiselection via Simple Click)
Iniciado por guest, 30,ago. 2017 10:01 - 1 respuesta
Publicado el 30,agosto 2017 - 10:01
Hi,

I currently using the following code to toggle the selection mode of a looper control between Single and Multiselection.

IF CBOX_MultiSel = True THEN
LOOP_Images..Multiselection = True
ELSE
LOOP_Images..Multiselection = False
END

The above code does not work if the "Multi-selection via simple click" option is ticked. I would like to toggle the "Multi-selection via simple click" option via code but could not find any properties to modify this. Does anyone know how to do this?

Screenshot



Regards
Ray.
Publicado el 16,octubre 2017 - 16:45
Hi,
I have the same problem, have been able to solve it?