New topic in General: Drop text into a specific Listbox row?
Jakez - Mon Mar 31, 2008 7:34 am <http://forums.realsoftware.com/viewtopic.php?t=21550> Hi everybody, I'm using a Listbox, which I want to fill via dragging text on it. So I put the following code into the DropObject function: Code: Sub DropObject(obj As DragItem, action As Integer)  If Obj.TextAvailable then   Me.AddRow(obj.text)  end if End Sub Is there any possibility to get the row number, on which i drop the text? Br Dennis
-- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
