search for: on_drop

Displaying 1 result from an estimated 1 matches for "on_drop".

Did you mean: nf_drop
2003 Dec 13
0
Minor change to drag and drop code
Last night, I checked in a change to the way drag and drop works. Gergely had originally written code that required the return value from an on_drop method to be exactly true or false (the ruby objects by those names). When I integrated the code, I had converted this to use the existing IsTrue test which follows the Ruby convention of false and nil being treated as false, and *anything else* being treated as true. In this case, if the user...