LB Booster
« Text Editor »

Welcome Guest. Please Login or Register.
Apr 1st, 2018, 04:35am



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
We apologize Conforums does not have any export functions to migrate data.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
LB Booster Resources
LB Booster documentation
LB Booster Home Page
LB Booster technical Wiki
Just BASIC forum
BBC BASIC Home Page
Liberty BASIC forum (the original)

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Text Editor  (Read 788 times)
TexasPete
New Member
Image


member is offline

Avatar

Excellance is a often a long path.


PM

Gender: Male
Posts: 23
xx Text Editor
« Thread started on: Jul 15th, 2013, 10:15am »

Compiling a standard text editor with lb the text editor does not have word wrap. Using lb booster, can that feature be switched on with style bits. Currently, I am modify a texteditor that uses api calls. Will there be any problem compiling standard api calls with lb.
Texas Pete
I have just about finished modifications.
« Last Edit: Jul 15th, 2013, 10:16am by TexasPete » User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 1348
xx Re: Text Editor
« Reply #1 on: Jul 15th, 2013, 1:39pm »

on Jul 15th, 2013, 10:15am, TexasPete wrote:
Using lb booster, can that feature be switched on with style bits.

Yes. In LB4 the texteditor doesn't support wordwrap, but in LBB you can enable wordwrap as follows:

Code:
stylebits #w.te, 0, _ES_AUTOHSCROLL or _WS_HSCROLL, 0, 0
texteditor #w.te, 10, 10, 280, 280
open "Wordwrap test" for window as #w
wait 

Richard.
User IP Logged

TexasPete
New Member
Image


member is offline

Avatar

Excellance is a often a long path.


PM

Gender: Male
Posts: 23
xx Re: Text Editor
« Reply #2 on: Jul 16th, 2013, 11:07am »

Thanks, Russel.
I will give it a try.
Texas Pete
User IP Logged

TexasPete
New Member
Image


member is offline

Avatar

Excellance is a often a long path.


PM

Gender: Male
Posts: 23
xx Re: Text Editor
« Reply #3 on: Jul 16th, 2013, 11:33am »

I compiled a text editor program with the lb booster.
It did indeed have word wrap and compiled the program with out any errors. You have a fine little product. I am sure that I will have to do some tweaks here and there. I love Carls program but it is taking him forever to come up with the new version. I will recommend your program on my site. It is a great tool. I would like to send you some money. I will this week.
Texas Pete
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 1348
xx Re: Text Editor
« Reply #4 on: Jul 16th, 2013, 8:43pm »

on Jul 16th, 2013, 11:33am, TexasPete wrote:
I would like to send you some money. I will this week.

It's entirely unnecessary; LB Booster is freeware. All I ask is that you spread the word! I am sure there are many LB programmers who would find LBB useful, but don't even know it exists.

Richard.
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls