Prompt for Incomplete data for Icons

Hi All - When I drag icons from the palette to the Canvas i can hi-lite it and open an edit window for it that allows me to enter data for that particular icon/image. My questions is, Is there a way that I can place a small little astrik or a sign on the icon/Image that indicates that I have not entered all of the data only some of it.

Thanks

Sure. Just create a subclass and add another GoObject (either a GoText “*” or a GoImage equivalent). DecoratedTextNode in Demo1 is probably a good sample to look at. (Note the need for CopyChildren and LayoutChildren.)

Jake - can you share an example of this with me?

I found this thank you for your help. :)