<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 21.03.2009, at 15:37, Rob Rothwell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br><br>Any advice on where to start to add new types of Connectors?&nbsp; I'd just like a "Decision" connector ( a diamond shape that I could type some text into) to graphically create some algorithms for a project I am working on.<br></blockquote></div><div><br></div><div>You mean like the "Text Ellipse" and "Text Rectangle"? Look at&nbsp;NCEllipseMorph, you basically just need to change the drawOn: method.&nbsp;</div><div><br></div><div>OTOH you can do this without coding, just take a polygon to make the diamond shape and embed the text in it. For convenience, adjust the layout to keep the text centered, and your done.</div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><div style="font-family: Helvetica; ">- Bert -</div><br class="Apple-interchange-newline"></div> </div><br></body></html>