Search found 176 matches

by Robert
Sun Dec 08, 2019 5:44 pm
Forum: News
Topic: BlackBox 1.7.2 - Release candidate
Replies: 14
Views: 22896

Re: BlackBox 1.7.2 - Release candidate

This issue has now been fixed in build 1125.
(For the issue see https://redmine.blackboxframework.org/issues/205.)
by Robert
Thu Nov 07, 2019 4:53 pm
Forum: News
Topic: BlackBox 1.7.2 stable release available
Replies: 0
Views: 25697

BlackBox 1.7.2 stable release available

Dear BlackBox User! The BlackBox framework center is pleased to announce the release of the new BlackBox version 1.7.2. The new version can be downloaded from http://blackboxframework.org/index.php?cID=goto-download-page,en-us . The most important changes of this versions are: + adding a run-time de...
by Robert
Thu Oct 10, 2019 4:14 pm
Forum: News
Topic: BlackBox 1.7.2 - Release candidate
Replies: 14
Views: 22896

Re: BlackBox 1.7.2 - Release candidate

Some very minor documentation updates in ... http://blackboxframework.org/unstable/m ... 1.1109.zip.

Robert
by Robert
Thu Oct 10, 2019 10:08 am
Forum: News
Topic: BlackBox 1.7.2 - Release candidate
Replies: 14
Views: 22896

BlackBox 1.7.2 - Release candidate

We intend to publish a new stable BlackBox release (version 1.7.2) shortly. In preparation release candidate rc1 is now available. We encourage interested users to download this, and report any bugs or incompatibilities they find in the near future. New features will no longer be considered for rele...
by Robert
Fri Oct 04, 2019 11:07 am
Forum: Common questions
Topic: Internet from the BlackBox
Replies: 7
Views: 13232

Re: Internet from the BlackBox

The document DemoGpxWebFile seems to have a look somewhat different from usual OMS stuff. Not surprising as it is not "OMS stuff" - I wrote it, mainly for my own use. But I don't think the look is that different, so I'm not quite sure what you meant. I admit that comments such as "my...
by Robert
Tue Oct 01, 2019 7:07 pm
Forum: Common questions
Topic: Internet from the BlackBox
Replies: 7
Views: 13232

Re: Internet from the BlackBox

WinInet: This is the interface to the Windows dll "wininet.dll". It was provided by Oms. You will need this. I will post it later tonight (or tomorrow!). StdCoder.Decode 7tKNotmPYB4.,0 1Ak...vt,...58FTuPE,5TWyqlKrqKKrGrtumdGLmGor CquU2hgnRAXDFTvMUn7FTvMf1G2sETfPdPMHfP9fQbf9hOO9vR7ONbvMoed...
by Robert
Tue Oct 01, 2019 7:03 pm
Forum: Common questions
Topic: Internet from the BlackBox
Replies: 7
Views: 13232

Re: Internet from the BlackBox

Robert, yes, very interested! Here is the module: Docu: (Demo)GpxWebFile.pdf The Docu & Mod files are below: The module imports three other modules you might not have: LibFmtrs: This code is in blue, and is only used to report diagnostic messages. It can all be simply deleted, or replaced by lo...
by Robert
Sat Aug 10, 2019 5:16 pm
Forum: Feature
Topic: Additional Guard & Notifier signature
Replies: 2
Views: 9274

Re: Additional Guard & Notifier signature

Josef Templ wrote:why can't you use integers 0 and 1 for the boolean case?
Well, of course you can.

Sometimes using BOOLEANs makes the code more self documenting. This suggestion is not necessary, but maybe some other people might find it helpful?
by Robert
Fri Aug 02, 2019 8:03 am
Forum: Feature
Topic: Additional Guard & Notifier signature
Replies: 2
Views: 9274

Additional Guard & Notifier signature

A suggestion for a minor new feature in version 1.7.2 which I, for one, would find useful. The standard signatures for Notifiers are: PROCEDURE Notify* (op, from, to : INTEGER) PROCEDURE Notify* (n : INTEGER; op, from, to : INTEGER) which can be linked in Controls by, respectively, for example: AbcT...
by Robert
Mon Jun 17, 2019 8:49 pm
Forum: BlackBox Framework
Topic: Format of Sym files
Replies: 1
Views: 9047

Format of Sym files

I wish to process the contents of some Sym files. I used to use the following code to get access to the files: PROCEDURE CheckFile (loc: Files.Locator; fInfo: Files.FileInfo); VAR st: Stores.Store; conv: Converters.Converter; text: TextModels.Model; BEGIN conv := Converters.list; WHILE conv.imp # 'D...