Hi,
The background to my question is that I have an outline that uses an AppleScript that melds the text from several cells and stores the result in a cell. A minor issue is that at times the script generated text overflows the cell width and wraps causing the whole row to “gain” height which looks odd.
Omni provide a built in function named “Resize to Fit” which is actioned by a button in the UI. Unfortunately I can not see a way of calling this function from an Applescript and thought I would ask here before I try to write my own.
The advantage of the UI button is that it does all the calculations on how much space the text requires. I’m trying to avoid having to loop through every row to read the length and font size of the text. However, it seems that this is what is required.