windowaccept, multiple files in one eventtext()
BlitzMax Forums/MaxGUI Module/windowaccept, multiple files in one eventtext()
| ||
When I Drag 'n Drop multiple selected files onto a window, I get multiple D'nD events, one per file, which is actually not what I was expecting. I'd rather have one D'nD event with one comma-seperated string with all filenames orso. Anyone a suggestion for this issue? |
| ||
Well just keep track of the last event, if it was a drag and drop and you are under a certain amount of time(short delay), you can be sure it's a multiple drag and drop. |