Re: [Fxruby-users] DND data types
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-09-18 20:09:46
|
Recheis Meinrad wrote: > can i send ruby object instances via DND? I haven't actually tried it, but it seems like to should be able to marshall the Ruby instance to sequence of bytes (or a YAML string if you prefer) and then that becomes the DnD data. Before you try this, *please* read the drag-and-drop tutorial here: http://www.fxruby.org/doc/dragdroptut.html to make sure that you understand the basics of how DnD works. Hope this helps, Lyle |