hi Tim,
you seem to be sending an empty list -- check if this is the case with an explicit 'list' message. This is usually a synonim for 'bang' (e.g. if sent to a [print]), but not always (e.g. not for a [v], which ignores it).
Krzysztof
Tim Blechmann wrote: ...
both the inlet and the value are connected to a print object. when i send a bang message (from a gui object), it prints only print: bang on the console... when i'm using a normal bang, it prints both the bang and the value ...