LB Booster
General >> Announcements >> LB Booster version 2.60 released http://lbb.conforums.com/index.cgi?board=announcements&action=display&num=1402063499 LB Booster version 2.60 released
Post by Richard Russell on Jun 6th, 2014, 2:04pm
I am pleased to announce the release of LB Booster version 2.60. It may be downloaded from here:
You will need administrative privileges when running the program for the first time after upgrading (in Windows Vista, 7 and 8/8.1, with UAC enabled, use 'Run as administrator').
Changes in this version include: The amount of memory available has been increased to 500 Megabytes.
You can assign to a sub-string, for example: MID$(test$, 7, 1) = "W"
The FONT command supports the strikeout attribute, e.g. LBB.
The FONT command supports setting the width and height independently.
The variable 'Com', which controls the serial I/O buffers, is supported.
The LOCATE x,y statement now also works in a console application.
Handle variables can now be used for files as well as windows/controls.
PUT and GET will accept record numbers in excess of 2^31.
The IDE's Edit Menu and Toolbar include a redo command.This version has been extensively tested, but If you notice any problems please let me know.
Richard.
Re: LB Booster version 2.60 released
Post by Richey on Jun 6th, 2014, 7:13pm
Thank you Richard.
Re: LB Booster version 2.60 released
Post by JosephE on Jun 7th, 2014, 7:33pm
Wow this is awesome
Re: LB Booster version 2.60 released
Post by flotulopex on Jun 20th, 2014, 08:39am
Thanks a lot ;-)
Re: LB Booster version 2.60 released
Post by Manfred on Aug 21st, 2014, 4:20pm
First of all: Thank you for your work!! For two or three years I have been using LB in a medium sized but successful project. At last it seemed to me as if LB wasn't really moving on any more. It had some drawbacks (for example when using fonts or trying to implement word-wrapping) and complications, though it was very useful on the other hand. Now you compensated a bunch of shortcomings and enhanced its power. In a way you saved it. With due respect to Carl Gundel's fundamental design I'd nevertheless say that you - based on his work - turned LB into something that is a tool of its own - like a fork. I'd be glad if you could make up your mind to keep on extending LBB as a self-contained tool targeting RAD and education. Manfred
Re: LB Booster version 2.60 released
Post by Richard Russell on Aug 21st, 2014, 7:30pm
I'd be glad if you could make up your mind to keep on extending LBB
As discussed in an earlier thread I have scaled back my ambitions for LBB because it is impossible for me to promote it effectively.
However, as promised, I will continue to release new versions to fix bugs and improve compatibility. When it proves possible to add a new feature with little effort and low risk, I will do that too as an incentive to upgrade.
For example, assigning to a sub-string, which I implemented in v2.60, was straightforward to add because the underlying technology supports it.