I’m looking to do a very simple comment node, but with the added feature of being able to have text typed in turn into a hyperlink if they type something that should be a hyperlink. For example, if they type “This is my search engine: http://www.google.com”, the url would be the only part that formatted itself in blue and clickable.
Sorry, I’m not sure I understand. Are you saying use multiple objects for the comment? Keep in mind that the user will be able to type whatever they want in this comment.
I’ve seen an example of a Rich Text Box node in your samples and It does show the text the way I want it, it just doesn’t allow for clicking as far as I could tell. Does this sound like the route I should take?
It’s a full fledged control, and GoDiagram does what it can, but embedding a full Windows Control inside a scaleable drawing surface like a GoView has issues. And… it supports URLs, but doesn’t seem to open a browser when you click on one.