hi @Craige_Hales
As an alternative, I changed the behavior of the Import button:
my win[ButtonBox(8)] << set function (dts = mfi << Import Data(); wait(0); finished=1);
But, unfortunately, the original import is triggered as well.
... so I replaced the import button with an alternative one:
my win = mfi << createwindow;
my win[ButtonBox(8)] << sib append (Button Box ("Import +",dts = mfi << Import Data(); wait(0); my win << close window()));
my win[ButtonBox(8)] << delete
What example are you referring to, I couldn't find it.