http://www.theswamp.org/index.php?topic=37556.0 (http://www.theswamp.org/index.php?topic=37556.0)
EDIT: and this;
http://www.opendcl.com/forum/index.php?topic=1603.0 (http://www.opendcl.com/forum/index.php?topic=1603.0)
The referenced theSwamp.org thread is a dotNet application using a palette and an explorer tree control. I've wanted to do something like this for a while but no "explorer" type control exists. (no, the browser control doesn't have the required events to make it useful.)
Anyone else intersted? Owen; possibility?
just a thought . . ..
jb
Possible of course, but what advantages would a built in control have over a lisp based one? BTW, the directory dropdown style already uses an explorer type tree control internally.
I agree James,
I was working on a project a few months ago where I wanted quick access to an bare explorer tree control to return a folder. I tried to create one through lisp (and was some what successful), but it was slow loading, especially with large network drives. Here is some of the code. (Stripped down)
TIM
Hmmm I've used the Tree for years, and it's worked fine....
Do you have an example of a file browser type tree control? (Something like I posted)?
Thanks
Quote from: TimSpangler on March 23, 2011, 04:46:46 AM
Do you have an example of a file browser type tree control?
Hi Tim, is that (http://www.ssware.com/fldrview.htm) close to what you're looking for?
Regards,
Fred
Quote from: Fred Tomke on March 23, 2011, 12:47:43 PM
Hi Tim, is that (http://www.ssware.com/fldrview.htm) close to what you're looking for?
Yeah that is the functionality I am looking for.