visual bug
Posted: Tue Sep 17, 2013 8:36 am
Hi
We have detected at visual bug for many eviews sheets with many series, the following code and screenshots can hopefully exemplify the problem for you to replicate.
step 1: run the code
step 2: manually enlarge the size of the workfile (see picture 01)
step 3: pull the slide bar to the right (see picture 02)
step 4: goto a different application and return to eviews (see picture 03)
As a result only a few of the sheets are visually identifiable even though there should be plenty of room to display them
Thank you in advance for your assistance.
Best regards
Rasmus Rousing
We have detected at visual bug for many eviews sheets with many series, the following code and screenshots can hopefully exemplify the problem for you to replicate.
step 1: run the code
step 2: manually enlarge the size of the workfile (see picture 01)
step 3: pull the slide bar to the right (see picture 02)
step 4: goto a different application and return to eviews (see picture 03)
As a result only a few of the sheets are visually identifiable even though there should be plenty of room to display them
Thank you in advance for your assistance.
Best regards
Rasmus Rousing
Code: Select all
wfcreate(wf=test, page=test) m 1980m01 2015m12
for !i=1 to 15
%sheetname="test"+@str(!i)
pagecreate(page={%sheetname}) m 1980m01 2015m12
for !j=1 to 1000
%seriesname="series"+@str(!j)
series {%seriesname}
next
next