Does reloadEFS() cause the entire EFS to reload (meaning premain and main)??
I'm messing with pulling data from a web server and I need to include a switch (to pull different files and redraw across multiple days of data). I've included a button and the reloadEFS() command - but I can't see that the EFS is actually reloading. In fact, I can't see it do anything different??
when reloadEFS() is called, does it clear all the previously drawn lines/objects? Does it recalc from the beginning of the data (on the chart). Does it reprocess premain()??
As far as I can tell - none of this is being done.
B
I'm messing with pulling data from a web server and I need to include a switch (to pull different files and redraw across multiple days of data). I've included a button and the reloadEFS() command - but I can't see that the EFS is actually reloading. In fact, I can't see it do anything different??
when reloadEFS() is called, does it clear all the previously drawn lines/objects? Does it recalc from the beginning of the data (on the chart). Does it reprocess premain()??
As far as I can tell - none of this is being done.
B
Comment