On Tuesday, August 31, 2004, at 02:24 am, evLSiN wrote:
Hi,
I created a drag and drop app with two list boxes in the same window.
I can drag and drop from one listbox to the other and the data moves
across but the rows are invisible. They can be selected but you cannot
see the content. I added a double click even which puts the data in
the row in a msg box to verify that the data is really there and it
is. but, no matter what I do I cannot get those rows to show.
has anyone else experienced this type of behavior from a listbox?
Could you give a little more info ?
You need to create your dragitem in the first listbox, tell your other
listbox me.accepttextdrop, get the drag.text when the drop takes place,
and then insert/add the row to the dropped on listbox.
Attached is an example of dragging between two listboxes in two
different windows.
Best Regards
Ian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|