G’day
I have been able to set the header cell of a table column using the following command. However it is only updated when you actually click on the header cell itself. How can I make that happen dynamically.
set contents of header cell of table column "full path" of table view "table view" of scroll view "scroll view" to ((numSelectedRows as string) & " of " & numRows & " items selected")
Thanks
Kevin