Hello,
I ' m busy making an EDF file viewer, and now I want to see the data on
different tabs, let's say tab 1 is a Time graph with al the channels,
tab 2 are different XY graphs etc..
I have made 3 buttons outside the tab control: Previous, Stepsize (in
seconds) and Next; if you push Next you see the number of second
selected in Stepsize of data on your screen. I want to use this data on
more tabs so i want to make some sort of buffer where put my data in
when i push next and refresh it when i push next or previous again.
I made a local variable of my data and put it in the contineous walking
while loop (the Next and Previous buttons are "Latch when released", so
they are doing one loop), but then my
program goes very slow, is there
any other possibility to store the data in a peace of memory and then
only read it when i need it?
Best regards,
Thijs