Actions
Bug #21
closedThe demo program you made for my web Amos2 IDE does not work anymore
Start date:
01/18/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
With the default manifest (new program with VsCode).
// Coucou Baptiste
// GENIAL ce que tu as fait!
// :) :) :)
For X = 0 To 100000
Pen Rnd( 31 )
Locate Rnd( 25 ), Rnd( 24 )
Print "Hello Baptiste!";
Wait Vbl
Next
- Snippet : https://www.amos2.fr/ide/Amos2/Ide/Program/402/edit
- Result : https://www.amos2.fr/run/francois/hello-baptiste/
The message is :
Illegal text window parameter at line: 6, column: 5.
Program ended successfully.
And only one or two "Hello" have appeared.
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3
It does now Baptiste Anonymous! ;)
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Feedback
Well... Sorry, but not working.
- Result in 0.9.3 : https://www.amos2.fr/run/tickleman/hello-baptiste-copy/
- Source in 0.9.3 : https://www.amos2.fr/ide/Amos2/Ide/Program/409
(I checked the version : https://www.amos2.fr/run/francois/hello-baptiste/run/v1_0_textwindows.js ... 0.9.3, not a bug of my IDE. Reproduced locally too)
Updated by Baptiste Pillot almost 5 years ago
Still the same error in version 0.9.3.1.
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Feedback to Closed
- Affected version changed from 0.9.2.6 to 0.9.3.2
Now working.
Updated by Baptiste Pillot almost 5 years ago
- Target version changed from 0.9.3 to 0.9.3.2
- Affected version changed from 0.9.3.2 to 0.9.2.6
Actions