Bug #846
Bob 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 over 1 year 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 over 1 year ago
- Affected version changed from 1.0.0 (B9) u16 to 1.0.0 (B10) u16
Updated by Brian Flanagan over 1 year ago
- Status changed from Resolved to Closed
Verified working!
Thanks, Dave!