Started by jbuzbee ·
2011-03-20 13:00 UTC ·
6 replies · SMF topic #1604
jbuzbee
2011-03-20 13:00 UTC
{2}
EDIT: and this;
{2}
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
owenwengerd
2011-03-20 16:16 UTC
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.
TimSpangler
2011-03-21 17:09 UTC
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
bazzacad
2011-03-21 17:15 UTC
Hmmm I've used the Tree for years, and it's worked fine....
TimSpangler
2011-03-23 11:46 UTC
Do you have an example of a file browser type tree control? (Something like I posted)?
Thanks
fred_tomke
2011-03-23 19:47 UTC
author=TimSpangler link=topic=1604.msg7895#msg7895 date=1300880806 wrote:
Do you have an example of a file browser type tree control?
Hi Tim, is
{2} close to what you're looking for?
Regards,
Fred
TimSpangler
2011-03-24 12:11 UTC
author=Fred Tomke link=topic=1604.msg7899#msg7899 date=1300909663 wrote:
Hi Tim, is {2} close to what you're looking for?
Yeah that is the functionality I am looking for.