Search found 13 matches

by k6dgw
Wed Sep 24, 2025 9:45 pm
Forum: General Board
Topic: Win 11 problems
Replies: 12
Views: 7803

Re: Win 11 problems

OK, thanks for the comments. I'm sure this is NOT an LBB problem, every speed bump I've encountered in this Win 10 --> Win 11 on the new computer has turned out to be something in Windows 11. One way or another, I'll figure it out eventually. I did manage to get the color attributes and the auto ind...
by k6dgw
Mon Sep 22, 2025 7:58 pm
Forum: General Board
Topic: Win 11 problems
Replies: 12
Views: 7803

Win 11 problems

WIN 11 Migration Problems: New Win 11 computer, HP desktop with Intel 6core chipset. I downloaded the current LBB version from the website. I "run as administrator" and the program editor starts. I load an existing, .bas file that was fully operational under Win 10: 1. The LBB program load...
by k6dgw
Thu Jun 09, 2022 8:57 pm
Forum: Liberty BASIC Language
Topic: Textbox lost focus event
Replies: 2
Views: 10540

Re: Textbox lost focus event

Thanks. I thought about this, and even played around with it some, however I am already using the Timer in a [sort of] critical timing section of the program. I'm really looking for a Win API with a callback when the focus for a given textbox moves to the next control. I'll post here if I find anyth...
by k6dgw
Tue Jun 07, 2022 7:43 pm
Forum: Liberty BASIC Language
Topic: Textbox lost focus event
Replies: 2
Views: 10540

Textbox lost focus event

Does LBB provide a way to trap a "lost focus" event in a textbox in a window of type "window" ... such as when TAB is pressed?
by k6dgw
Wed Apr 06, 2022 7:02 pm
Forum: Liberty BASIC Language
Topic: Wordwrap in texteditor control
Replies: 2
Views: 10796

Re: Wordwrap in texteditor control

Thanks, that works great.
by k6dgw
Tue Apr 05, 2022 7:50 pm
Forum: Liberty BASIC Language
Topic: Wordwrap in texteditor control
Replies: 2
Views: 10796

Wordwrap in texteditor control

Is there a set of stylebits that I can use to get a texteditor control to word wrap long records? The input files were created in Notepad [or one of the clones] and have {0x0d}{0x0a} characters at the end of the long lines. Searching the MS KB got me lost in the forest of Windows jargon and I barely...
by k6dgw
Wed Mar 30, 2022 12:04 am
Forum: General Board
Topic: Slowdown after repeated executions
Replies: 12
Views: 33446

Re: Slowdown after repeated executions

Yes, it has all the characteristics of a leak. Exiting and restarting is fine, way superior to restarting Windows. Maybe I'll find some time to track it down ,K6DGW>
by k6dgw
Sat Mar 26, 2022 10:50 pm
Forum: General Board
Topic: Slowdown after repeated executions
Replies: 12
Views: 33446

Re: Slowdown after repeated executions

Answer to previous question regarding Task Mgr: "I don't know, yet." I haven't found anything strange going on so far, I continue to search. TM presents a wealth of "data." Turning it into "information" is a different task. But, I do have one more tidbit, for what it's ...
by k6dgw
Mon Mar 21, 2022 5:46 pm
Forum: General Board
Topic: Slowdown after repeated executions
Replies: 12
Views: 33446

Re: Slowdown after repeated executions

More observation, FWIW: 1. I ran repeatedly from the IDE [compile/execute], way longer than I usually do without re-booting, and the window paint-time had gotten REALLY slow. I then executed from the .exe and ... it too was slow ... not nearly as slow as when being executed from the IDE, but very no...
by k6dgw
Tue Mar 15, 2022 10:38 pm
Forum: General Board
Topic: Slowdown after repeated executions
Replies: 12
Views: 33446

Re: Slowdown after repeated executions

Well, a little progress. The slowdown on successive executions appears to occur only when in repeated code-compile-execute sequences. I created an executable and I don't see the slowdown, at least in maybe 15-20 executions. That number of compile-execute would have been a very noticeable. FWIW: Task...