Problem with connectors, newGeneralizationRelationship

dsiegel at acm.org dsiegel at acm.org
Tue Jun 24 21:45:34 UTC 2003


Ned Konz <ned at bike-nomad.com> wrote:
> Yes, this is something that I've fixed recently. I will have a new 
> version of Connectors available soon.

Anything else I should know about?

> However, for now you can just fix the offending methods in 
> NCConnectorMorph:
> 
> connectFinishTo: aMorph
> 	| old |
> 	old _ constraints last input.
> 	constraints last attachTo: aMorph at: aMorph center.
> 	fsm trigger: #connectEndTo with: aMorph.
> 	^old
> 
> connectStartTo: aMorph
> 	| old |
> 	old _ constraints first input.
> 	constraints first attachTo: aMorph at: aMorph center.
> 	fsm trigger: #connectEndTo with: aMorph.
> 	^old

Works for me.

Thanks,
-dms



More information about the Squeak-dev mailing list