Ignore me, it was caused by CEA browse. whoops!
2) If using a VFO such as <get sip> and switch from a search tab it doesn't seem to work, (the list is empty) will this become possible?
vi:<get pick {:Text} "<xypath>">This looks fixed now, but while the list doesn't become blank anymore, the selection is lost and the list scrolls to the top, losing scrollpos.
goto "vi:<get pick *.exe|*.ini '<xypath>'>"; freshhere;Code: Select all
goto "vi:<get pick * '<xypath>'><crlf><get pick * '<xydata>'><crlf><get pick * '<xyscripts>'>";
$del = new("<xypane>\RANDOMTESTFILE13032023.txt");
sel <get countitems>;
msg "notice last file selected + scrollpos";
delete 1, 1, $del;
msg "notice sel and scroll lost";
goto <xyscripts>; goto "vi:<get pick>"; This happens even if you have other commands between them, or have a concatenated list of other paths in the vi: string too.Code: Select all
cea(21, 0); // disable cea (for script reruns)
goto "vi:<xy>"; refreshlist;
msg "notice pane is ok,<br>now we'll try again after certain CEA is set";
goto <xypath>; // just move pane so cea is triggered later
cea(21, 1, 'tab("get", "caption");'); // set a cea script that causes it
goto "vi:<xy>"; refreshlist;
msg "notice pane is BAD!,<br>but if instead I use #485<br>after this dialog closes pane will be ok", 16;
#485;