[BUG] VideoFlow-BETA3.sar - Error in connecting two morphs

Madis Listak madis.listak at mail.ee
Thu Nov 13 14:16:24 UTC 2003


I am trying to use Video Flow, but if I try to connect
two morphs I get following error:

VFInputPlugMorph>>doesNotUnderstand: #neighbors

This error occurs in method:

putPredecessorBoxesIn: aSet
    "private - answer a collection of boxes accesibles"
    self neighbors
        do: [:eachPlug | ""
            (eachPlug isKindOf: VFPlugMorph)
                ifTrue: [eachPlug box putPredecessorBoxesIn: aSet]]

Can somebody help me?

Madis




More information about the Squeak-dev mailing list