<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 7 Aug 2016, at 16:11, Allan Odgaard wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">The pop-up is using a table view so we must size the columns manually. I assume (but have not looked) that the current code just has a fixed width for the image column, rather than iterate all rows to find the maximum width.
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">Just looked at the code and it’s using an image + text cell and does actually iterate each row but asks the cell using <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">cellSizeForBounds:NSMakeRect:</code> which does not account for the image, but just using <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">cellSize</code> does, so I’ll make that change.</p>
</div>
</div>
</body>
</html>