Tagged Questions

1
vote
1answer
32 views

I need guidelines for implementing an interesting drag and drop feature

Imagine this. I want to let the user to touch the screen in point 'A' and drag to point 'B'. When the user go to spot 'B' successfully then I want to be somehow notified that the user passed the path. ...
0
votes
3answers
125 views

GUI controls appearing and disappearing based on user inputs

I think it's considered a bad practice to have controls appearing and disappearing and the size of the window changing in a single GUI screen dynamically based on a user's input. However, I can't ...