If I put a space in a label for a slider, the rest of the properties get all weird. I thought I reported this before and someone came up with a relatively simple fix...
(jfm3)
Hallo, jfm3@ouroboros-complex.org hat gesagt: // jfm3@ouroboros-complex.org wrote:
If I put a space in a label for a slider, the rest of the properties get all weird. I thought I reported this before and someone came up with a relatively simple fix...
Hhm, I never heard of a fix. I think, spaces are forbidden in labels for all gui objects, if alone because they are settable by messages (and thus are symbols, not lists).
ciao
On Mon, 2 Jun 2003 jfm3@ouroboros-complex.org wrote:
If I put a space in a label for a slider, the rest of the properties get all weird. I thought I reported this before and someone came up with a relatively simple fix...
This bug report made me take a look at the possibility to use spaces within pd. Actually it shouldn't be to hard to implement it (as a test I implemented a "" quoting mechanism). It should be even easier to implement the \ quoting. (There is one pitfall there, though, don't ask, it has to do how tcl/tk handles \ I think)
Guenter