[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

FTTreeList example?

scott_mccaskill

12/10/2004 2:22:00 AM

I've been pouring over FTTreeList for some time now, trying to figure
out how to make use of it. It looks quite powerful, and I'd love to
use it, but I can't find any examples /anywhere/ that use it, and the
documentation is minimal. Does anyone have such an example?

Scott McCaskill
4 Answers

Richard Lyman

12/10/2004 3:37:00 AM

0

FXTreeList?


On Fri, 10 Dec 2004 11:22:27 +0900, Scott McCaskill
<scott_mccaskill@yahoo.com> wrote:
> I've been pouring over FTTreeList for some time now, trying to figure
> out how to make use of it. It looks quite powerful, and I'd love to
> use it, but I can't find any examples /anywhere/ that use it, and the
> documentation is minimal. Does anyone have such an example?
>
> Scott McCaskill
>
>


Lyle Johnson

12/10/2004 1:00:00 PM

0

On Fri, 10 Dec 2004 12:37:02 +0900, Richard Lyman <lymans@gmail.com> wrote:

> FXTreeList?

He may be talking about the FTTreeList class from Joel VanderWerf's
FoxTails library (should be listed in the RAA somewhere).


Joel VanderWerf

12/10/2004 9:07:00 PM

0

Scott McCaskill wrote:
> I've been pouring over FTTreeList for some time now, trying to figure
> out how to make use of it. It looks quite powerful, and I'd love to
> use it, but I can't find any examples /anywhere/ that use it, and the
> documentation is minimal. Does anyone have such an example?

Scott,

Do you mean the FTTreeList in FoxTails?

If so, "minimal" is polite; the documentation is non-existant. I didn't
get a chance to really use FTTreeList in a real app yet, so I didn't put
much work into that part of FoxTails. There are two little examples,
though (examples/tree.rb and examples/tree-fancy.rb). It seems to work
ok except for some display updating problems (probably due to my
misunderstanding of Fox).

Btw, FoxTails itself is due for an update to 0.3, mebbe this weekend.


scott_mccaskill

12/14/2004 2:18:00 AM

0

> Scott,
>
> Do you mean the FTTreeList in FoxTails?

> If so, "minimal" is polite; the documentation is non-existant. I
didn't
> get a chance to really use FTTreeList in a real app yet, so I didn't
put
> much work into that part of FoxTails. There are two little examples,
> though (examples/tree.rb and examples/tree-fancy.rb). It seems to
work
> ok except for some display updating problems (probably due to my
> misunderstanding of Fox).
>
> Btw, FoxTails itself is due for an update to 0.3, mebbe this weekend.

Yes, that's exactly what I had in mind. Must have missed those two
since I deleted the foxtails directory after installing it. Thanks!