Hi,
REALbasic 2005r4 Commercial Pro
Mac OS X 10.4.6
I am adding a Row(s) Drag from one ListBox to a second in the same Window.
Fortunately, there is an example (thanks Geoff) to follow.
Unfortunately, this example show drag for only _ONE_ Row. I need to drag one
_OR_ more Rows in a single drag.
Fortunately - remember the game ? - I was able to do that, but in that case, I
didn't use the "row as integer" parameter...
What is that ?
According to the Language Reference - read below the two places where row is
"row", not "rows" - and my understanding, only one value is passed there ?
Please, do not answer me that the documentation is wrong (fortunately, I didn't
understand the doc and so I search an example from the examples package
<http://highspeed.realsoftware.com/REALbasic2005r1/ExampleProjects.dmg> June
12th, 2003! - that is the one I found first...)
TIA,
Emile
<quote>
ListBox.DragRow Event
The user is dragging a row. Drag is the DragItem object that is created
automatically.
Syntax
DragRow ( Drag, Row )
Parameters
Drag DragItem
Row Integer
Assign the values to the DragItem's properties that the user should drag. Row is
the row of the ListBox that is being dragged. You must return True in this event
handler to allow the drag to occur.
</quote>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>