Project

General

Profile

Bug #759

Screen Clone isn't working. (It used to.)

Added by Brian Flanagan almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Target version:
Start date:
05/27/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

After Screen Clone S is run, an attempt to use Screen Display on screen S fails.
For example:

#displayWidth: 320
#displayHeight: 200

Screen Open 0,320,200,4,Lowres
Flash Off
Screen Display 0,,70,,
For S=1 To 7
    Screen Clone S
    Screen Display S,,S*48+70,,
Next S
Print "Start typing> ";
Do
    A$=Inkey$
    If A$<>"" Then Print A$;
Loop

Result is:
Screen not opened at line: 9, column: 5 in file main.aoz.

(Also the column number in the error message is incorrect.

The screen number in issue is at column 17 on line 9.)

#1

Updated by Francois Lionet almost 3 years ago

  • Status changed from New to Resolved

Fixed!

Also available in: Atom PDF