sDrop multiple files
in
Contributed Library Questions
•
1 years ago
Hi all,
Processing and programming is all very new to me and this is my first question on the forum.
I've been trying to avoid asking question without researching first, but I can't find the answer for this one.
I'll try to be concise without being unclear.
I'm writing a program that uses sDrop,
by Andreas Schlegel.
Users drop files and folders onto the sketch. This generates a list that is displayed on the screen.
If the list is bigger than the sketch window, I generate a scrollbar. Users can continuously drop files and folders.
My issue is when the user drops a large amount of files (say 300) at the same time (note that it's not a folder with many files).
For every file, "dropEvent" will register one event and will refresh the list on screen.
For 300 files, this could be a bit heavy, couldn't it?
Is there a way I could refresh the list on the screen only when the group of files I dropped have been loaded?
I hope it was clear enough.
Thanks,
Ennio
1