Search found 66 matches

by RNBW
Thu Apr 12, 2018 4:37 pm
Forum: General Board
Topic: LB Workshop
Replies: 4
Views: 9819

Re: LB Workshop

I'm not finding it necessary to run LBW as administrator (and I'd be wary of doing so because of the security implications), nor am I setting any compatibility mode. It's installed in Program Files (x86) as you would expect. I'll keep an eye on it in case something changes. It's probably not releva...
by RNBW
Thu Apr 12, 2018 3:23 pm
Forum: General Board
Topic: LB Workshop
Replies: 4
Views: 9819

Re: LB Workshop

Richard Rod on the LB Forum has come up with the answer: Ray, its UAC that's protecting your system. Navigate to where you installed LB Workshop then right click on the .exe and right click properties. Then under the compatibility tab you will see run as administrator. Click that option and apply an...
by RNBW
Thu Apr 12, 2018 10:42 am
Forum: BASIC code examples
Topic: Formatting Numeric Input
Replies: 42
Views: 90613

Re: Formatting Numeric Input

Here's another example of formatted numeric input. 'Filtered numeric input with "." and "-". nomainwin WindowWidth = 250 : WindowHeight = 130 statictext #isNum.1, "Enter a number", 30, 15, 80, 40 textbox #isNum.tb, 120, 12, 48, 25 button #isNum.test, "Test", [...
by RNBW
Thu Apr 12, 2018 10:32 am
Forum: General Board
Topic: LB Workshop
Replies: 4
Views: 9819

LB Workshop

I have just had an update to Windows 10 and unfortunately Liberty Basic Workshop seems to have stopped working. When I try to load or create a file a blank code window comes up and does not allow you to type in it nor does it show the code of a loaded file. I have tried uninstalling and reinstalling...
by RNBW
Thu Apr 12, 2018 8:59 am
Forum: BASIC code examples
Topic: Formatting Numeric Input
Replies: 42
Views: 90613

Formatting Numeric Input

One thing that I see coming up time after time in BASIC forums is restricting the input of numbers to -.1-9 and also formatting the numbers in a text box. The following code demonstrates the above and also copying text between textboxes and totalling the numbers in textboxes to a single textbox. I h...
by RNBW
Thu Apr 05, 2018 9:29 pm
Forum: General Board
Topic: Hi Richard
Replies: 6
Views: 12515

Hi Richard

The new forum looks good to me. I tried the link to the old LBB forum and it worked OK.