is it correct behavior that loadbang will not be called when it is part of a
dynamically created object? See attached. If you load test-do, it will
create an instance of test when you click on the message. Test should print
loadbang and initbang, but it only prints initbang.



-- 
John
#N canvas 854 533 450 300 10;
#X obj 214 80 loadbang;
#X obj 216 119 print loadbang;
#X obj 100 79 initbang;
#X obj 102 118 print initbang;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#N canvas 538 60 879 604 10;
#N canvas 387 681 450 300 creation_pool 1;
#X restore 601 431 pd creation_pool;
#X obj 415 370 s pd-creation_pool;
#X msg 405 325 obj 10 20 test;
#X connect 2 0 1 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to