The Project window does not support drag reordering (as the built in
Listbox does)...but it does support internal drag and drop along drop
destination hi-lighting (which currently isn't support by a list box
and is made difficult to implement since an RB app cannot respond to
events while a drag is taking place). Which makes it possible to move
items within that hierarchical list into different folders.
So, basically, what I need either:
a) Support for drag-reordering in hierarchical list boxes directly.
or
b) The ability to have events fire during a drag so that I can create
this functionality myself.
There are two classes out there that sort-of accomplish this:
HierListBox (which is GPL and, hence, all but useless to me) and
ViewThing (which doesn't have any docs and I can't get it to work).
-Bryan
On Wednesday, July 30, 2003, at 04:06 PM, Walter Purvis wrote:
It supports drag and drop, but it does not support reordering, as far
as I can tell. What functionality is it that you're looking for?
At 3:23 PM -0700 7/30/03, Bryan Lund wrote:
The REALbasic IDE's Project window contains a hierarchical listbox
that supports internal drag and drop. And it has been said before
that the IDE makes use of the RB runtime...
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
.
|