Page 1 of 2

BlackBox 1.7.2 - Release candidate

Posted: Thu Oct 10, 2019 10:08 am
by Robert
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 release 1.7.2.

The major new feature in 1.7.2 is the inclusion of a run-time debugger. There have also been several bug fixes. The complete change log is available from
http://blackboxframework.org/unstable/m ... anges.html.

To download release 1.7.2-rc1 either go to http://blackboxframework.org/index.php? ... page,en-us and select the "latest development version", in either Zip or Setup formats, or fetch it directly from http://blackboxframework.org/unstable/m ... 1.1107.zip.

Enjoy!
Robert Campbell
BlackBox Framework Center Chairperson

Re: BlackBox 1.7.2 - Release candidate

Posted: Thu Oct 10, 2019 4:14 pm
by Robert
Some very minor documentation updates in ... http://blackboxframework.org/unstable/m ... 1.1109.zip.

Robert

Re: BlackBox 1.7.2 - Release candidate

Posted: Mon Oct 14, 2019 7:56 am
by Ivan Denisov
In the last date of DevDebug and in StdDebug changes list date missing one digit. It should be

Code: Select all

20181207, center #195, support for long identifiers in trap handlers

Re: BlackBox 1.7.2 - Release candidate

Posted: Tue Oct 15, 2019 1:28 am
by Ivan Denisov

Re: BlackBox 1.7.2 - Release candidate

Posted: Tue Oct 15, 2019 2:32 am
by Ivan Denisov
multiline fields bug

Re: BlackBox 1.7.2 - Release candidate

Posted: Tue Oct 15, 2019 2:37 am
by Ivan Denisov
BlackBox.exe.manifest

This lines will prevent troubles with blur in Windows 10.

Code: Select all

  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings>
      <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
    </windowsSettings>
  </application>

Re: BlackBox 1.7.2 - Release candidate

Posted: Tue Oct 15, 2019 2:45 am
by Ivan Denisov
At the document P-S-I in the section Stack Size there is default font in some words. The Arial will be better like everywhere.

Re: BlackBox 1.7.2 - Release candidate

Posted: Thu Oct 17, 2019 3:11 am
by Ivan Denisov
Anton Dmitriev found problems in StdInterpreter.
stringToLong.png
Also he found obsolete Concat procedure, that can be replaced by +.
concat.png

Re: BlackBox 1.7.2 - Release candidate

Posted: Fri Oct 18, 2019 12:00 pm
by Ivan Denisov
Files documentation should be fixed.
https://forum.oberoncore.ru/viewtopic.p ... 83#p109070

And there is the error in Dialog.LoadStringTab

Code: Select all

IF loc # NIL THEN

Re: BlackBox 1.7.2 - Release candidate

Posted: Tue Nov 26, 2019 5:29 am
by Josef Templ
@Ivan: can you please describe the issue with the multiLine Field Update?
The coding looks quite tricky, I mean the coding of the old code.
Therefore it is not obvious to me what the fix is all about.

- Josef