[PD] toxy example: listbox-test.pd

Frank Barknecht fbar at footils.org
Mon Jan 12 20:40:13 CET 2004


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. 

ciao
-- 
 Frank Barknecht                               _ ______footils.org__
-------------- next part --------------
#N canvas 154 52 626 383 12;
#X obj 281 144 widget listbox lb -width 32 -height 12 -bg black -fg white;
#X obj 20 282 tow . listbox lb;
#X obj 20 21 loadbang;
#X msg 20 52 ini foreach fn [lsort [glob *]] .(.- insert end $fn.);
#X obj 236 143 widget button b -text ok -height 14 -bg black -fg white -command .<.>;
#X obj 112 21 tow . button b;
#X msg 36 83 tot if .([.- curselection] != "".) .(eval .<set [.- get [.- curselection]].>.);
#X msg 20 324;
#X connect 1 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 6 0;
#X connect 6 0 1 0;


More information about the Pd-list mailing list