Hello all, I have posted an article describing how to initiate a DND transaction in FLTK. The link is on the main page and through this link:
http://www.fltk.org/articles.php?L771 Comments and suggestions would be greatly appreciated. There was one thing I did notice why I was writing it. Fl::dnd() appears to return the status of the DND transaction. I say "appears" since the docs don't explicitly say. I did check the source code files for the various platforms and I think I'm right though. >From what I can tell, by reading the source, is that under Windows and Mac the return value of Fl::dnd() is in fact the status outcome. However, under Linux it appears that Fl::dnd() always returns true (1). I mention this in the article, but I do not use Windows or Mac so I cannot test for certain. If what I wrote in the article is wrong, please let me know and I will be glad to make the necessary changes. Thank you everyone for your help, -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

