ScriptBox scrolling
Hi, I would like to scroll the following script box to the end, so that the last string written is always visible. w=new window("a", sb=script box());
for (i=1, i<=100, i++,
sb<<append text(char(i) || "\!N");By instpect the the display box tree, I see that a "scroll box" is automatically created aro...
// I would like to set a scroll to end here, so that the last written string is visible.
);