On Wed, 30 Jul 1997, Bill Saunders (498) wrote:
> I've had good luck with "raise" and "lower" on frames. I've been using
> them to implement notebook tab widgets. (I never did get an answer to
> see if Tix could be used in a tclet???). If the frames are right on top
> of each other and all the same size, the top frame will hide all of the
> other frames. I tested this in a tclet and it worked. So in your
> wizard app make the next button "raise <nextframe>" and your previous
> button "raise <previousframe>"(you have to know the names of the frames,
> or set alias's to them).
tix cannot be used for tclets since that would require a special tix
netscape plugin.
> I've had a lot of trouble creating tclets. Does anyone else have to
> edit the tclet before including it? Usually netscape errors about .top17
> or whatever the toplevel is.
I'll grab the newest tcl plugin and test this against 1.10. I haven't
done this since about 1.08.
-stewart-