PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WD20: Looper (Multiselection via Simple Click)
WD20: Looper (Multiselection via Simple Click)
Débuté par Raymond Thomas, 30 aoû. 2017 10:01 - 1 réponse
Posté le 30 août 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.
Posté le 16 octobre 2017 - 16:45
Hi,
I have the same problem, have been able to solve it?