Drag and Drop: Trouble with feedback for every question
Hello!
Using the drag and drag wizard, I've created a working interaction, with the goal to have a feedback box appear after each source item is dragged to a target item.
For the target object, I used Drag and Drop -> Format -> Object Actions, and applied a Show command (and later one tried this with an Execute Advanced Action). It mostly works: When the user drags the item to the target zone, a text box appears.
However, I also wanted a button to appear along with the text box, so that the user can easily close the text box in order to select the next item. Even though the Object Actions worked okay with a text box, it hasn't been working if I also try to have a button appear. I also tried this by using Object Actions, with an Advanced Actions, where the Object Action shows a text box and a button.
When I try to have a button appear as part of the set up, the Object Action doesn't seem to have any effect. Not only does the invisible button not appear on top of the text box, but the text box also does not appear.
There are of course a lot of options a developer can select as part of the drag and drop, so I'm afraid I am unsure which options may have this effect.
Ironically, I had it working, but as I continued to play with this interaction, I can't figure out how I made it work in the first place!