1. eu4..0.0 long sequence flashs on display without stopping.

I am using winxp home edition. 
 
Below is a test program that demonstrates the problem. 
The program must be run with associated EUI.EXE by clicking on the File Name. 
Do a trace command ? myseq 
The sequence will just flash on the screen with out pausing. 
  
 

 
-- SAVE THIS PROGRAM AND NAME IT ' TEST.EX ' 
-- RUN THE PROGRAM BY ' CLICKING ON FILE ' 
 
with trace 
trace(1) 
constant junk = { 
	 { "Canada", 27.4 }, 
	 { "United States", 255.6 }, 
	 { "Brazil", 150.8 }, 
	 { "Denmark", 5.2 }, 
	 { "Sweden", 8.7 }, 
	 { "France", 56.9 }, 
	 { "Germany", 80.6 }, 
	 { "Netherlands", 15.2 }, 
	 { "Italy", 58 }, 
         { "New Zealand", 3.4 }, 
	 { "Canada", 27.4 }, 
	 { "United States", 255.6 }, 
	 { "Brazil", 150.8 }, 
	 { "Denmark", 5.2 }, 
	 { "Sweden", 8.7 }, 
	 { "France", 56.9 }, 
	 { "Germany", 80.6 }, 
	 { "Netherlands", 15.2 }, 
	 { "Italy", 58 }, 
	 { "New Zealand", 3.4 } 
} 
 
sequence myseq = junk 
 
-- AT THIS POINT TRY TO DISPLAY 'myseq' WITH THE TRACE ? COMMAND 
-- AND IT WILL JUST FLASH ON THE TRACE SCREEN !! 
 
 
-- pause to keep trace window open. 
if getc(0) then end if 
 
 
new topic     » topic index » view message » categorize

2. Re: eu4..0.0 long sequence flashs on display without stopping.

zebra said...

I am using winxp home edition.

Below is a test program that demonstrates the problem. The program must be run with associated EUI.EXE by clicking on the File Name. Do a trace command ? myseq The sequence will just flash on the screen with out pausing.

This has been fixed in 4.0.1, which has just been released.

Matt

new topic     » goto parent     » topic index » view message » categorize

3. Re: eu4..0.0 long sequence flashs on display without stopping.

Thanks MATT !

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu