AMOS Basic: Input Message Text Length #3
Labels
No Label
AMOS Pro Bugs List
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheIndustriousRabbit/amos-professional#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref 1.05
If text from Input command reaches right side of screen, AMOS will freeze for a while. When the
input is very close behind a Screen Open, the screen may not have appeared yet when AMOS
hangs. (leaving you a black screen). Some time later (half a minute?) AMOS resumes.
How long the text needs to be for this to happen seems to depend on the width of the screen.
Screen Open 0,320,200,4,Lowres
Input "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?";A$
This example uses 38 chars (so it's 38*8 pixels = 304 pixels width).
The cursor is also 8 pixels (304+8=312).
(not tested yet if it happens earlyer if you place the cursor in the middle of the screen)
Tested with
AMOSPro V2.00 uncompiled - has the bug
AMOSPro V2.00 compiled - not tested yet
AMOS V1.36 uncompiled - not tested yet
AMOS V1.36 compiled - not tested yet
Credits
http://www.amigacoding.com/index.php?title=AMOS:Bug_Input&oldid=2240