Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 595 by damien.c...@gmail.com: [Glamour] Transmission>>from: is said to take a port http://code.google.com/p/moose-technology/issues/detail?id=595
The method GLMTransmission>>from: takes a parameter 'aPort'. However, this method is most of the time used with a pane symbol instead of a port. This is confusing as the Moose book says
" For specifying a transmission origin that points to a #selection port of a pane, you simply use from:. "
In this case it is clear that the port is #selection and it is the default. The reader is then waiting for an implementation similar to:
GLMTransmission>>from: aPaneSymbol ^ self from: aPaneSymbol port: #selection