<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi.</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm trying to update the label of connectors 
attached to a morph when it change.</FONT></DIV>
<DIV><FONT face=Arial size=2>I capture the #connectedToBy:&nbsp; and send the 
new value to the label.</FONT></DIV>
<DIV><FONT face=Arial size=2>When doing manually, everything's 
fine.</FONT></DIV>
<DIV><FONT face=Arial size=2>When doing programatically, there's a problem. I 
think the values of the constraints of the connectors are updated AFTER 
#connectedToBy: is trigered so the morph receive the old values of the 
constraint.</FONT></DIV>
<DIV><FONT face=Arial size=2>Do you think this is&nbsp;a bug of connector's 
package? Or there's other way I can't see?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>