Search found 354 matches

by Ivan Denisov
Mon Feb 07, 2022 10:20 am
Forum: BlackBox Framework
Topic: CpcDropDown not found
Replies: 2
Views: 6784

Re: CpcDropDown not found

CpcDropDown functionality is now the part of BlackBox 1.7.2, so you do not need this to be installed.

You can simply reduce this line to
"StdMenuTool.UpdateAllMenus; CpcDropDown.MakeDropDowns"
to the
"StdMenuTool.UpdateAllMenus"
by Ivan Denisov
Fri Dec 24, 2021 6:44 am
Forum: News
Topic: Matrix chat for the BlackBox
Replies: 0
Views: 24334

Matrix chat for the BlackBox

Code: Select all

https://matrix.to/#/#blackbox:matrix.org
by Ivan Denisov
Thu Oct 28, 2021 5:50 pm
Forum: BlackBox Framework
Topic: HostPorts.Input fixup
Replies: 4
Views: 10307

Re: HostPorts.Input fixup

This code is different in many places. Can you say, please, which is the patched line?
by Ivan Denisov
Mon Oct 04, 2021 8:17 pm
Forum: News
Topic: Alm01Gather
Replies: 1
Views: 8409

Re: Alm01Gather

git clone git@github.com:a-mcintosh/Alm01Gather.git cd Alm01Gather git checkout Alm01Gather mv deb_root/usr/lib/bbcb deb_root/usr/lib/blackbox cd deb_root/usr/lib/blackbox then I run blackbox bbcb Compiled the sources to make Code and Sym files. Then returned back, made debian package and installed...
by Ivan Denisov
Fri Aug 27, 2021 8:37 am
Forum: Forum administration
Topic: SSL certificate expired
Replies: 3
Views: 18015

Re: SSL certificate expired

Expanded until November 25, 2021 :)
by Ivan Denisov
Wed Aug 25, 2021 4:15 am
Forum: Common questions
Topic: Study of the BlackBox Component Builder
Replies: 14
Views: 20990

Re: Study of the BlackBox Component Builder

Now I'm extending my code with this Services.DoLater concept to understand it. BlackBox runtime providing cooperative multitask balancer in one thread. You can add tasks with Services.DoLater There are three options for the second argument: - Services.immediately (doing task in execution flow of pr...
by Ivan Denisov
Mon Aug 23, 2021 8:45 am
Forum: Common questions
Topic: Study of the BlackBox Component Builder
Replies: 14
Views: 20990

Re: Study of the BlackBox Component Builder

Please take a look at this example of using Services.Action for reading data MODULE NovaUartMonitor; IMPORT Log := StdLog, CommV24, Services; TYPE Action = POINTER TO RECORD (Services.Action) END; VAR p: CommV24.Connection; PROCEDURE Open* (port: ARRAY OF CHAR; speed: INTEGER); VAR a: Action; BEGIN ...
by Ivan Denisov
Fri Aug 20, 2021 1:22 pm
Forum: System
Topic: Stack Commit Size, Stack Reserve Size
Replies: 36
Views: 248044

Re: Stack Commit Size, Stack Reserve Size

There are more examples, however you are right, that it is not so popular.... yet :) https://github.com/MultiBUGS/ We are using BlackBox to read data from devices. https://enzymolum.info/ To become more popular, there should be more promotion, better documentation, should be manuals video in English...
by Ivan Denisov
Fri Aug 20, 2021 4:39 am
Forum: Common questions
Topic: Study of the BlackBox Component Builder
Replies: 14
Views: 20990

Re: Study of the BlackBox Component Builder

Very interesting.
All can be done with BlackBox.
Please, ask questions if there are any troubles.
by Ivan Denisov
Sat Aug 07, 2021 5:02 am
Forum: Forum administration
Topic: BlackBox Framework Center - membership - To Robert
Replies: 3
Views: 28988

Re: BlackBox Framework Center - membership - To Robert

No problem. I just deleted your second account from the Center board. Please use this board is for communication. The second one http://forum.blackboxframework.org/ is the technical instrument for small community of people, who are wheeling some bug fixes and improvements for Windows version of Blac...