Computing size of pinboard objects
Hi! I want to create a couple of titled pinboard objects that'll have different texts in them. I'd like to have them all the same size, namely they should be just big enough to hold the longest text. The texts are determined at run time. I understand that I could create them, use PINBOARD-PANE-SIZE to find the maximum, and then set the sizes accordingly. However, for that to work (i.e. in order to get at the size), I have to display them first, right? Is there a better way to do what I want? Thanks, Edi.