You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The need is to keep items in master zone after dropping them in destination zones
The text was updated successfully, but these errors were encountered:
phmel
changed the title
How to drop one source item in source zone to multiple drop zones ?
How to drop one source item present in master zone to multiple drop zones ?
Sep 28, 2024
Hi yes !
You have to bind a dedicated collection on source DragDrop control and another specific on target DragDrop controls. When onDrop item on target just reset the state of source DD Control via a context variable (name ex ctxDragDropEvent) binded on InputEvent property. Reset done via this code UpdateContext({ctxDrapDropEvent: "Reset" & Rand()})
Regards
The need is to keep items in master zone after dropping them in destination zones
The text was updated successfully, but these errors were encountered: