> > What platforms are you targeting, and what version of fltk? > > fltk 1.1.10 mac win and linux
OK, full-set then, I guess. FWIW, I like 1.3.x, even if it is not officially stable yet...! > yes, i've read the dnd example and it works great, but now i > also want it to work the other way around (best would be > portable for win, linux and mac): > i have some data that i want to write to a file. as another > option to using a filebrowser i thought it would be nice if > the user could drag the "file" (which doesn't exist yet, its > just data in memory) from my program anywhere into the > filesystem. if i could know where the user "dropped" (a path > is all i need) i could create the file there. does dnd work > this way too? Well, the short answer is that yes, DnD *can* work this way... But whether the fltk abstraction of DnD exposes enough of the underlying mechanism to do this is another matter. I do not think it does, to be honest. Platform specific code would work, of course, but might be very tricky to integrate with the current fltk abstraction of DnD, so I'm not sure what's the best way to proceed. If I think of anything useful, I'll post, but in the meantime, if anyone else has hints or pointers, fire away! Cheers, -- Ian SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

