Search found 102 matches
- Tue Feb 04, 2025 1:16 pm
- Forum: Support
- Topic: COCO3 - text does not wrap while entering a long string with INPUT command
- Replies: 2
- Views: 23837
Re: COCO3 - text does not wrap while entering a long string with INPUT command
Hi jjarrell , and thank you for your kind bug report! When using INPUT, the typed text does not go wrap to the next line after reaching the end of the screen. However, it will still store the text you type in. In fact this is the expected behavior, or, better, it is a behavior derived from the fact ...
- Tue Feb 04, 2025 1:13 pm
- Forum: Support
- Topic: COCO3 - not able to enter lower case text with INPUT
- Replies: 2
- Views: 25552
- Tue Feb 04, 2025 1:11 pm
- Forum: Code snippets
- Topic: Posting code snippets and examples
- Replies: 5
- Views: 69949
Re: Posting code snippets and examples
Hi jjarrell ! Would you be open to creating a forum topic for users to post code snippets and examples? Absolutely yes, I am, of course. The forum space is available to all ugBASIC users, without any kind of constraint. By the way, I usually bring some examples directly to the user manual, if they c...
- Sat Feb 01, 2025 4:40 pm
- Forum: Support
- Topic: COCO3 - New line cursor position not being tracked after word wrap
- Replies: 6
- Views: 49427
Re: COCO3 - New line cursor position not being tracked after word wrap
Hi jjarrell ! But using your suggestion for BITMAP ENABLE, I get something like this. Have you tried downloading the latest COLDFIX I posted today, and forcing a recompilation before running the program? I tried it with the VCC emulator and the online XROAR one. Are you using the downloaded version ...
- Sat Feb 01, 2025 1:48 pm
- Forum: Support
- Topic: COCO3 not able to add SHIFTed characters as input
- Replies: 2
- Views: 26258
Re: COCO3 not able to add SHIFTed characters as input
Hi jjarrell and thank you for your kind bug report! When running your program, is there a particular reason you can not INPUT characters that are shifted? The main reason is that ugBASIC interfaces directly with the keyboard hardware, reading its matrix. This is done to ensure low response times, an...
- Sat Feb 01, 2025 11:09 am
- Forum: BASIC 10Liner Contest - 2025
- Topic: INFO AND RULES!
- Replies: 0
- Views: 57146
INFO AND RULES!
[Italian and French follow] :arrow: ENGLISH An interesting competition is held at the beginning of each year: the BASIC 10Liner Contest . Run by Gunnar Kanold since 2011, you can submit game or programs written for any BASIC for 8-bit home computer for which an emulator is available. Some of the en...
- Fri Jan 31, 2025 5:40 pm
- Forum: Support
- Topic: COCO3 - New line cursor position not being tracked after word wrap
- Replies: 6
- Views: 49427
Re: COCO3 - New line cursor position not being tracked after word wrap
Hi jjarrell , and thank you for your kind bug report! If using a PRINT statement with ;'s and the text wraps, the next PRINT statement will appear directly under the first line of text instead of below where the wrapped text ends. Maybe I didn't understand correctly the issue, but I think it's the e...
- Thu Jan 30, 2025 10:40 pm
- Forum: Support
- Topic: Unusual behaviour with PEN and PRINT on color computer 3
- Replies: 3
- Views: 31430
Re: Unusual behaviour with PEN and PRINT on color computer 3
Hi jjarrell , and thank you for your report! When this code prints out index 7, the program starts coloring text a few lines above. And at one point, colors all of the text at the top. Actually, the only real mistake is that the colors are recycled. This should not happen, so in the HOTFIX I fixed t...
- Thu Jan 30, 2025 10:15 pm
- Forum: Support
- Topic: COCO3 PRINT with comma separators don't appear to work correctly
- Replies: 3
- Views: 29491
Re: COCO3 PRINT with comma separators don't appear to work correctly
Hi jjarrell , and thank you for the bug report! :D Do I need to set a tab spacing for the comma separators to work? Absolutely not, because the tab count at the start is 4 characters. To change the number of tabs you can use the SET TAB command. It currently just puts a single space between the entr...
- Tue Jan 28, 2025 8:33 pm
- Forum: Support
- Topic: INPUT command doesn't wait for key release
- Replies: 2
- Views: 25954
Re: INPUT command doesn't wait for key release
Hi jjarrell , and welcome! :D For the example below, you press a key and then the program ends showing you entered the same key 10 times. First of all, I apologize for the issue you encountered. The bug has been fixed for the commands you reported, and the fix is already up on the repository and a...