Changing picture size in scrollable table where user selects a row and the corresponding picture is displayed
I've found some interesting code here and am trying to implement this with minor modifications as a table script (demo table attached). The final touches I want to apply are these:Set the picture size in the script (ideally, preserving the original aspect ratio.
I've tried; for example 'one_pic << Set Size({200,200})' and 'one_pic << scale (.2)'; in different positions inside the if() function sta...