Actions
Bug #846
closedBob command does not use the graphic cursor as it should!
Start date:
10/06/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
If the position isn't specified, it defaults to 0,0 instead.
Example:
Curs Off : Flash Off
Box 0,0 To 50,50
Get Bob 1,0,0 To 50,50
Cls 0
Gr Locate 500,500
Bob 1,1
Locate 0,2 : Print "Press any Key"
Wait Key
Locate 0,10
Print "Bob should have displayed here:"
Bob 1,500,500,1
Updated by David Baldwin about 3 years ago
- Status changed from New to Resolved
- Assignee set to David Baldwin
Fixed - no provision was made for position being 'undefined'
Updated by David Baldwin about 3 years ago
- Affected version set to 1.0.0 (B9) u16
Updated by David Baldwin about 3 years ago
- Affected version changed from 1.0.0 (B9) u16 to 1.0.0 (B10) u16
Updated by Brian Flanagan about 3 years ago
- Status changed from Resolved to Closed
Verified working!
Thanks, Dave!
Actions