Hallo,
I'm under the impression, that listbox-test.pd in toxy (both CVS and in the archive) is broken. Does anyone have a fixed version or could explain, what the patch does?
Frank Barknecht _ ______footils.org__
hi Frank,
that patch helps in testing Tk listbox widget's behaviour in the context of toxy. It loads current directory listing, allowing one to choose a file name, and press OK button, getting that name through a tow.
I am pretty sure, I had this patch running while validating things both for cvs commit, and uploading to suita. It is certainly ok here now, in the new Pd, although toxy has been updated quite a bit since (no time to gather all things for a release, no time for hacking, in fact).
Perhaps, there is a version clash of toxy/Pd binaries, or... you have been running the patch with current directory being empty.
Btw (Guenter?), I have just found there is an incompatibility between Pd and coll (thus hammer lib as a whole is broken too) in debian sarge. That coll is from hammer alpha42. The version currently in cvs should be more tolerant, I guess.
Krzysztof
Frank Barknecht wrote:
Hallo,
I'm under the impression, that listbox-test.pd in toxy (both CVS and in the archive) is broken. Does anyone have a fixed version or could explain, what the patch does?
Hallo, Krzysztof Czaja hat gesagt: // Krzysztof Czaja wrote:
I am pretty sure, I had this patch running while validating things both for cvs commit, and uploading to suita. It is certainly ok here now, in the new Pd, although toxy has been updated quite a bit since (no time to gather all things for a release, no time for hacking, in fact).
Perhaps, there is a version clash of toxy/Pd binaries, or... you have been running the patch with current directory being empty.
I attach the version I have. It *does* show the listbox and the OK button, but 2 things make me stumble: I cannot see any patchcords between the objects. Instead there are suspicious "#X\ connect\ 1"... messages inside a message box. Are there supposed to be cords? And then, the patch does not show any files, only a black square, which probably is the list box. I checked this again in CVS and your archive, but it's always the same.
Frank Barknecht _ ______footils.org__
hi again,
the clash is with Guenter's escape patch. I have not been aware of that patch (just found it in cvs), because I always work, and do all the testing, with Miller's versions only.
You will have to somehow force the modified parser to take a blind eye for "" quotes (pass them on to the message object). Do not have time right now to study Guenter's patch...
Krzysztof
Frank Barknecht wrote: ...
Perhaps, there is a version clash of toxy/Pd binaries, or... you have
...
I attach the version I have. It *does* show the listbox and the OK button, but 2 things make me stumble: I cannot see any patchcords between the objects. Instead there are suspicious "#X\ connect\ 1"... messages inside a message box. Are there supposed to be cords? And
...
#X msg 36 83 tot if .([.- curselection] != "".) .(eval .<set [.- get [.- curselection]].>.);