Search found 88 matches
- Mon Nov 03, 2025 10:22 am
- Forum: General Board
- Topic: MainWin
- Replies: 5
- Views: 1148
Re: MainWin
The reason for asking the question is a post on the LB Forum where a user had mistakenly posted LBB code in a MainWin. LB doesn't seem to have the same restriction. It will only show 88 rows but it can be scrolled to show more than that and the lines can be scrolled up and down without any loss of d...
- Sun Nov 02, 2025 7:12 pm
- Forum: General Board
- Topic: MainWin
- Replies: 5
- Views: 1148
Re: MainWin
It appears that MainWin can only display 88 rows. Is this correct and if so is there any way of increasing this number. It's limited by the maximum height of the backing bitmap, which is 1440 pixels. If each row is 16 pixels high that would correspond to 90 rows for example. The only way to increas...
- Sat Nov 01, 2025 6:42 pm
- Forum: General Board
- Topic: MainWin
- Replies: 5
- Views: 1148
MainWin
It appears that MainWin can only display 88 rows. Is this correct and if so is there any way of increasing this number.
- Sat Oct 11, 2025 1:30 pm
- Forum: Liberty BASIC Language
- Topic: Numeric entry with commas into Textbox
- Replies: 4
- Views: 3118
Re: Numeric entry with commas into Textbox
Hi RNBW, I wonder why you mentioned "Right-justified"? Right-justified means Right Alignment, as it is in Microsoft. Do you mean Text direction? Text direction makes a big difference in Microsoft. Actually, I don't know how to change the text direction from left to right to right to left ...
- Sun Oct 05, 2025 3:34 pm
- Forum: Liberty BASIC Language
- Topic: Numeric entry with commas into Textbox
- Replies: 4
- Views: 3118
Numeric entry with commas into Textbox
This came from ChatGPT, with some minor changes from me. It will display delimiting commas as you type (e.g. 123456.789 will appear as 123,456.789). It inserts commas in the integer part of a number only. If you type in .123 it will display as 0.123 and if you type in -.123 it will display as -0.123...
- Fri Oct 03, 2025 3:40 pm
- Forum: General Board
- Topic: Problem opening and running LBB
- Replies: 13
- Views: 13905
Re: Problem opening and running LBB
Ran sfc /scannow and it reported that corrupt files had been found and repaired... Anyway, it didn't change anything. Nevertheless, it indicates that 'something' nasty had happened to your system, so there must be a suspicion that it still isn't right. I've given it up as a bad job. It's taking up ...
- Tue Sep 30, 2025 6:31 pm
- Forum: General Board
- Topic: Problem opening and running LBB
- Replies: 13
- Views: 13905
Re: Problem opening and running LBB
The original Reset didn't include the Sep 2025 24H2 update. I installed this and there were no changes to operation. My feeling is that it was this update that caused the problem. In the other thread Rod has reported that installing the September update hasn't slowed down LBB. I assume you've check...
- Tue Sep 30, 2025 3:49 pm
- Forum: General Board
- Topic: Problem opening and running LBB
- Replies: 13
- Views: 13905
Re: Problem opening and running LBB
I've now cloned the hard drive and set up the cloned SSD in my laptop. Just tried it out and, as expected witha cloned drive, no difference. Next step was to Reset Windows. LBB worked fine with this and was as sprightly as before. Downside: a number of my applications didn't work correctly, or not a...
- Wed Sep 24, 2025 9:58 pm
- Forum: General Board
- Topic: Win 11 problems
- Replies: 12
- Views: 7768
Re: Win 11 problems
I would make the point that, although I am having problems with the speed of loading and compiling with LBB, LBB once loaded and compiled works exactly as it should. You just have to wait a long time to get the compiled program
- Wed Sep 24, 2025 10:11 am
- Forum: General Board
- Topic: Win 11 problems
- Replies: 12
- Views: 7768
Re: Win 11 problems
I am on Win11, fully up to date. Downloaded LBB, IDE opened immediately, my supertextbox demo opened and ran instantly, less than a second to fire up. I also ran my scrabble anagram search program that works on a big dictionary and it fired up and ran instantly, it completed twice as fast as Libert...