2
0

Тайлбар байхгүй

Ivan Denisov d73d2bc675 Folds img replaced to folds demonstration. Formatting improved. Refs: #100. 8 жил өмнө
Com d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. 9 жил өмнө
Comm 13568b9eaa Merge pull request #114 from BlackBoxCenter/issue-#100 9 жил өмнө
Ctl d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. 9 жил өмнө
Dev e78688825f Merge pull request #132 from BlackBoxCenter/issue-#126 8 жил өмнө
Docu d73d2bc675 Folds img replaced to folds demonstration. Formatting improved. Refs: #100. 8 жил өмнө
Form d235341ecd fixes for non-local drop behavior. Refs: #117. 9 жил өмнө
Host b5e285df6f calling Dialog.Update in the notifier of a selection box does not work as expected. Refs: #116. 9 жил өмнө
Obx b614db0139 Description for Converters.Register updated. Refs: #100. 9 жил өмнө
Ole 89afdf6ff9 Titles for Sys-Map enlarged. Some documents were made wider. Refs: #100. 9 жил өмнө
Script c56b765c55 changelist size limit increased from 100 to 200 issues. Refs: #112. 8 жил өмнө
Sql cd684d6b67 result code noData handled in BeginExec/EndExec. Refs: #49. 8 жил өмнө
Std b614db0139 Description for Converters.Register updated. Refs: #100. 9 жил өмнө
System 692f37282f User-Man was fixed. Formatting of Language Report was improved. Refs: #100. 8 жил өмнө
Text e9cb38bfa5 Merge pull request #115 from BlackBoxCenter/issue-#38 9 жил өмнө
Win 89afdf6ff9 Titles for Sys-Map enlarged. Some documents were made wider. Refs: #100. 9 жил өмнө
Xhtml 77b3465b84 fixes for XHTML export. Refs: #113. 9 жил өмнө
appbuild c56b765c55 changelist size limit increased from 100 to 200 issues. Refs: #112. 8 жил өмнө
.gitignore e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 жил өмнө
BlackBox.exe.manifest e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 жил өмнө
Empty.odc e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 жил өмнө
LICENSE.txt 8b0dfd3647 Mac OS refenrences removed. Formatting of docu was improved. Refs: #100 9 жил өмнө
README.txt 03e9d31fec fixes the usage of xvfb in the build engine and a typo in README. Refs: #14. 10 жил өмнө

README.txt

This repository contains the sources, resources, and documentation
of the BlackBox Component Builder and a scripting tool that allows one
to run BlackBox commands from the command line.
A scripting tool is necessary for the CI (continues integration)
process used for BlackBox development.
For details of the build process see appbuild/build.py.


The general purpose BlackBox scripting tool bbscript.exe is based
on the scripting engine introduced in subsystem Script, which is
not part of the generated BlackBox distribution.


For compiling and linking the BlackBox Component Builder from sources:

1. Download last version of the compiler:

http://blackboxframework.org/makeapp/bbscript.exe

2. Prepare 'Win/Rsrc/BlackBox.res' file

Open and put version information to 'Win/Rsrc/BlackBox.rc'

Compile this file:

- Example for Windows:
1) Download and install MinGW: http://www.mingw.org/
2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res

- Example for Linux Ubuntu:
1) sudo apt-get install mingw32
2) Go to the directory with sources
3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res

3. Run compiler:

bbscript.exe /PAR Dev/Docu/Build-Tool.odc


For building a new bbscript.exe:

bbscript.exe /PAR appbuild/newbbscript.txt

or

1. Add the 'Script' folder to your BlackBox directory
2. Execute all commands from appbuild/newbbscript.txt