Search found 542 matches
- Tue Oct 19, 2021 7:14 am
- Forum: General Development
- Topic: proc parameters
- Replies: 4
- Views: 8079
proc parameters
Is there a way to make a proc so that it can take parameters? Here's what I'm thinking: Currently I use a PROC ED from the br console to launch the associated .br.brs file in my preferred development program (n++). This has worked great for years now. I would like to be able to pass a line number so...
- Sun Aug 16, 2020 11:59 am
- Forum: General Development
- Topic: read prior loop EoF
- Replies: 2
- Views: 5408
Re: read prior loop EoF
Thanks! I found my loop outside of that little routine, but I sure thought it was hanging up there for the longest time. It is a bit counter-intuitive, but it sure does work.
-John
-John
- Sun Aug 16, 2020 9:30 am
- Forum: General Development
- Topic: read prior loop EoF
- Replies: 2
- Views: 5408
read prior loop EoF


In the following pseudo-code loop:
Code: Select all
read, key=whatever
do
read, prior: etc
loop

John
- Fri Apr 17, 2020 12:36 pm
- Forum: Non-BR Topics
- Topic: video conferencing
- Replies: 6
- Views: 11367
Re: video conferencing
And now Facebook just released a desktop messenger app with video conferencing. We see what's really in demand now.
- Fri Apr 17, 2020 11:21 am
- Forum: Non-BR Topics
- Topic: video conferencing
- Replies: 6
- Views: 11367
Re: video conferencing
I'm very happy with TeamViewer, but I went with the subscription model as I was already paying 1200$/year for the updates anyway. It was essentially the same price for me, but now I always know when the bill is coming and I never get out of date. It's essentially the same deal I offer my customers, ...
- Wed Mar 04, 2020 1:48 pm
- Forum: Conferences
- Topic: 2020 BRG Conference Cancelled
- Replies: 3
- Views: 12863
Re: 2020 BRG Conference Cancelled
Maybe the conference could just be a big video conference call this year.
- Tue Feb 18, 2020 1:14 pm
- Forum: General Development
- Topic: Help Facility Issue
- Replies: 11
- Views: 20862
Re: Help Facility Issue
I'm on Windows also. The only thing I saw in your brconfig.sys is an option that is being initiated but is no longer supported. Which *maybe* can cause some weirdness. from the BR Wiki Option 35 Honor keepalive timeout (no longer available) It probably won't make any difference, but you might try re...
- Tue Feb 18, 2020 8:56 am
- Forum: General Development
- Topic: Help Facility Issue
- Replies: 11
- Views: 20862
Re: Help Facility Issue
It might be worth a try to replace your dlls and executables to make sure nothing is corrupted. Would you mind sharing your brconfig.sys - maybe there's a clue in there.
- Mon Feb 17, 2020 8:29 am
- Forum: General Development
- Topic: Help Facility Issue
- Replies: 11
- Views: 20862
Re: Help Facility Issue
weird - I'm using 4.32k and I can do F1 from the console in client or server and I don't crash.
- Sat Feb 15, 2020 5:34 pm
- Forum: General Development
- Topic: Help Facility Issue
- Replies: 11
- Views: 20862
Re: Help Facility Issue
Have you tried removing the wbCm*.wbh files? Or adding them if they're not there? That might disable or fix it... maybe... I'll attach mine, maybe try replacing them - could be corrupted
- Mon Jan 20, 2020 12:54 pm
- Forum: General Development
- Topic: 5.15-2.55-2.6
- Replies: 4
- Views: 10531
5.15-2.55-2.6
Why does the answer to this:
5.15-2.55-2.6
not come out to 0?
try it in your console and see what you get?
I'm asking for a friend.
-John
5.15-2.55-2.6
not come out to 0?
try it in your console and see what you get?
I'm asking for a friend.
-John
- Tue Jan 07, 2020 11:03 am
- Forum: General Development
- Topic: e
- Replies: 2
- Views: 7566
Re: e
Gordon, That worked great ! I removed the editor statement from my brconfig.sys and now when I type e (or ed or edi or edit or even edit ~) than I just get an error 9307. That simple solution hadn't occurred to me. For my own personal uses, I use PROC ED which does this: exec 'sy C:\ACS\Dev-5\brEdit...
- Tue Jan 07, 2020 9:02 am
- Forum: General Development
- Topic: e
- Replies: 2
- Views: 7566
e
Like so many other BR developers I maintain my programs in source code. Today I accidentally type the letter e and hit enter in a console window. It immediently enacted the Edit command and rebuilt the associated .br.brs file for the currently loaded program. I had to go back to my repositotory to g...
- Sat Dec 28, 2019 10:40 am
- Forum: Non-BR Topics
- Topic: secure email
- Replies: 3
- Views: 9691
Re: secure email
Maybe PGP email isn't a good idea: https://lifehacker.com/how-to-secure-your-email-now-that-pgp-is-compromised-1826008338 I've got an email solution that kinda sorta works. It doesn't work with gmail, but if you're willing to purchase an email addr from godaddy than it'll work with that. Not a good ...
- Thu Nov 21, 2019 9:11 am
- Forum: General Development
- Topic: picture button
- Replies: 3
- Views: 8938
Re: picture button
Thanks bluesfannoz,
That's a good example of how to emulate a button with a picture on it. I was hoping for a way to make a real button that changed color when my themes buttons changed their color, but something like this is the next best thing.
That's a good example of how to emulate a button with a picture on it. I was hoping for a way to make a real button that changed color when my themes buttons changed their color, but something like this is the next best thing.