On Thursday, Apr 8, 2004, at 12:47 America/New_York, CK wrote:
I read:
I'll even put them in the CVS if that is ok with all parties involved. Is externals/miXed/doc ok?
that's fine with me I'll just see what else I've finished by now and let you know.
Ok, they are checked in. I also added the beginning of my tot-help.pd.
They look good, I've been wanting a [counter] help file for a long
time. But I'd like to make a suggestion. Instead of using [print], I
think its more user friendly to display the text in the same window.
There are two ways that I do this:
| [list2symbol] | [ \ <---- (symbolatom with a size of 0 so it auto-resizes)
or the preferred way:
| [prepend set] | [ ( <---- (blank message box)
Check the attached patch.
.hc
#N canvas 0 22 454 304 10; #X msg 79 245 this is only a test; #X obj 79 222 prepend set; #X obj 155 172 list2symbol; #X symbolatom 155 195 0 0 0 0 - - -; #X obj 166 112 prepend this; #X msg 79 39 is only a test; #X msg 200 62 works; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 4 0 1 0; #X connect 4 0 2 0; #X connect 5 0 4 0; #X connect 6 0 4 0;