Skip to content

How handle drag & drop between 2 list box ? #4

Answered by vdelachaux
Loulou007 asked this question in Q&A
Discussion options

You must be logged in to vote

In fact, this mechanism is already implemented in a bit more generic way in the component: You have a shared method called “dropableWidgetMethod”.

  • Simply call this method in the listbox's object method.
#DECLARE():Integer
return dropableWidgetMethod
  • Create a function in the dialog class called “ _<form object name>Manager”

The mechanism is equivalent to the one you have proposed.

There are also other shared methods, for subforms for example...

I really have to provide HDIs for these very specific cases.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vdelachaux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants