Tuesday, February 20, 2007

Multicolumn ListBox Drags

Doing drag-and-drop between two listboxes is pretty easy with REALbasic -- just use the sample code in the Language Reference manual. But if you want to draf and drop rows that have multiple columns, you're going to need to add a little more code.

This video shows how easy that can be, and also takes a look at NthField and CountFields, two cool features in RB.

Multicolumn Listbox Dragging (link opens a new window)

No comments: