@koda wrote:
Hi,
I just started playing with the dragevent. But the driveletter seems to be chopped off in the paths of the dropped files.
I tested the example "of_v0.8.4_win_cb_release\examples\utils\dragDropExample" and same problem, the example doesn't work. And you I get an opengl error "...drawing unallocated texture..."."C:/users/myusername/.." ends up as "/users/myusername/.."
void ofApp::dragEvent(ofDragInfo dragInfo){ for (int i=0; i<dragInfo.files.size(); i++){ cout << dragInfo.files[i] << endl; } }
Is this a known bug?
Is there a known workaround?I'm on Win7 with codeblocks.
Posts: 6
Participants: 2