Actions
Bug #87
closedNew AOZ Application button creates an application with a bad manifest.
Start date:
01/27/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
To reproduce this error:
- Click the "New AOZ Application" button
- Name it LocateTest
- Type in the following code:
Screen Open 0,640,200,16,Hires
Paper 0 : Pen 4 : Hide : Curs Off : Cls 0
Ink 1 : Box 0,0 To 639,199
For N=0 to 24
Locate 0,N : Print "Line ";N;
Wait Key
Next N
End
Then, run the application. You'll see a number of problems, including (but not limited to):
- A 640x200 screen that appears the size of a postage stamp.
- Attempting to locate beyond line 2 causes an "Illegal text window parameter" error.
- The fonts are too tall with too much space between the lines.
Work-Around:
Deleting the manifest, and replacing it with a copy from Help_1 corrects the problems. (A default Amiga manifest, I believe.)
Related Bug: Default mode is supposed to be Amiga 1200 emulation with AMOS Pro syntax.
When using the New button, instead, an apparently buggy version of a PC manifest with AOZ syntax is used.
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.4
Corrected, as all of the buttons in next version. It was old code that needed to be rewritten.
Updated by Brian Flanagan over 4 years ago
- Status changed from Resolved to Closed
Tested again in 0.9.5.1. Works!
Actions