Search found 231 matches

by guest
Tue Nov 04, 2025 2:23 pm
Forum: General Board
Topic: AI Prompt Enginering with LBB
Replies: 2
Views: 511

Re: AI Prompt Enginering with LBB

Can we send prompts to Gemini or ChatGPT from LBB under program control and receive the response? If TLS1.2 connection will be needed, can we do this with LBB? The requirement for SSL encryption is indeed probably the key stumbling block to accessing a ChatBot's API from LBB. It's possible, but it ...
by guest
Tue Nov 04, 2025 2:05 pm
Forum: General Board
Topic: MainWin
Replies: 5
Views: 1187

Re: MainWin

LB doesn't seem to have the same restriction. Indeed: LBB's mainwin is completely different from LB's mainwin. LBB's mainwin is in fact BBC BASIC 's main output window; unlike most other aspects of LBB it does not attempt to emulate Liberty BASIC but rather retains the native capabilities of BBC BA...
by guest
Sun Nov 02, 2025 8:23 pm
Forum: General Board
Topic: MainWin
Replies: 5
Views: 1187

Re: MainWin

I didn't explain myself very well. Let's say that the MainWin will display a maximum of 90 rows at any one time, can more rows than this be displayed and scrolled, displaying 90 of the rows, without losing any of the rows. If not is there any way around it? Obviously, what is displayed in the (say)...
by guest
Sat Nov 01, 2025 8:22 pm
Forum: General Board
Topic: MainWin
Replies: 5
Views: 1187

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...
by guest
Sat Oct 11, 2025 8:33 pm
Forum: Liberty BASIC Language
Topic: Numeric entry with commas into Textbox
Replies: 4
Views: 3142

Re: Numeric entry with commas into Textbox

Actually, I don't know how to change the text direction from left to right to right to left using LB or LBB. In LBB's mainwin you can switch text direction using embedded BBC BASIC code (e.g. using !VDU 23,16,2;0;0;0;) but I'm guessing that's not what you mean. In Windows controls the text directio...
by guest
Thu Oct 02, 2025 12:59 pm
Forum: General Board
Topic: Checking a numerical value
Replies: 6
Views: 2176

Re: Checking a numerical value

There are, however, other checks that come before this to eliminate text, numbers that are too great, small or negative but nothing to guarantee a decimal point, I said it needs to have a decimal point or to be a positive integer of no more than two digits. So if there are already checks that the n...
by guest
Tue Sep 30, 2025 7:45 pm
Forum: General Board
Topic: Problem opening and running LBB
Replies: 13
Views: 13955

Re: Problem opening and running LBB

RNBW wrote: Tue Sep 30, 2025 6:31 pm 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.
by guest
Tue Sep 30, 2025 4:23 pm
Forum: General Board
Topic: Problem opening and running LBB
Replies: 13
Views: 13955

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...
by guest
Sun Sep 28, 2025 8:44 pm
Forum: General Board
Topic: Checking a numerical value
Replies: 6
Views: 2176

Re: Checking a numerical value

Does anyone have a more elegant way of checking that a number has no more than two places after the decimal point than this example:- So you want to check that there are no more than two (non-zero) digits after the decimal point? If you can guarantee that there is a decimal point (i.e. the number i...
by guest
Fri Sep 26, 2025 9:25 am
Forum: General Board
Topic: Win 11 problems
Replies: 12
Views: 7821

Re: Win 11 problems

From what I've found in searches, there are a couple of quick things you can try: Ensure that Smart App Control is turned off (Windows Security... App & browser control... Smart App Control settings... Off). Ensure that Windows 11 24H2 hasn't turned on BitLocker (Settings... System and Security....