Re: V 4.0.0 bug - <Hierarchy-tree> not updating properly.

From: Erick Gallesio <Erick.Gallesio_at_unice.fr>
Date: Wed, 15 Sep 1999 23:22:19 +0200 (CEST)

Harvey J. Stein writes:
>
> The way <hierarchy-tree> does updates makes it impossible to play with
> it interactively.
>
> If I cut & paste the entire example into the *scheme* buffer (in
> emacs), namely:
>
> (define T (make <Hierarchy-tree>))
> (pack T :expand #t :fill "both")
>
> (define d1 (add-node T #f "dir1"))
> (define d2 (add-node T #f "dir2"))
> (define d3 (add-node T d1 "dir3"))
>
> (add-leave T d1 "file2")
> (add-leave T d1 "file1")
> (add-leave T d3 "file3")
> (add-leave T d2 "file4")
>
>
> and hit enter to send the whole thing to the STk interpreter, then it
> works fine.
>

Oops, I had not seen this one. This is corrected now.

Thanks.


                -- Erick
Received on Wed Sep 15 1999 - 23:26:39 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST