Aucune description

Ivan Denisov 7b9fa34b31 WinIntDialog hot fix il y a 2 semaines
.github 1fd9a8e963 build auxiliary il y a 9 mois
Check 6c57b1a486 add scale factor to settings il y a 1 an
Com b00129e533 fix several links and enlarge controls on dialog form for checking links il y a 2 ans
Comm 52a5db8df6 move paltform files to their subsystems, fix V24 for Linux (no hanging after discunnection of devices), add IsConnected, send status, and nonblocking mode for CommV24 il y a 1 an
Cons 0e1293b3ae fix typo in ConsLog docu for correct linking of app il y a 2 semaines
Ctl 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files il y a 3 ans
Dev 06b76ef15d export 'or' constant il y a 2 semaines
Docu 708daa6475 update year in About dialog il y a 1 an
Fbsd 62e8fbb156 add hook for GetDialogPath to Interp version of Dialog il y a 2 semaines
Fig dab66edce6 fix error in Fig resources, and remove Log from Stores il y a 2 ans
Form 5206a6e3a1 small cleanup and forms fixes il y a 3 ans
Lin 62e8fbb156 add hook for GetDialogPath to Interp version of Dialog il y a 2 semaines
Mdi 177d00c347 add DEBUG flag support to MDI version il y a 2 mois
Obsd 62e8fbb156 add hook for GetDialogPath to Interp version of Dialog il y a 2 semaines
Obx 4cdc353778 background of edit fields can be controlled from guard procedure il y a 3 mois
Ole 2168498765 moved and update documentation for Librarian, remove directory for creating standard librarian il y a 2 ans
Paket 9df4a942e5 update menus after install package il y a 2 semaines
Sql 920b244e56 add unit variable to WinGui, fix WinBitmaps WinSqlOdbc WinSqlOdbc3, fix driver name in SqlBrowser il y a 2 ans
Std 7d7048950e Std/Mod/StdCFrames.odc il y a 3 semaines
System 2befaa8ce2 separate DialogGetParHook from DialogGetHook for console applications il y a 2 semaines
Text 6556512e14 allow directory initialization during direct call of Install procedure (important for linked apps) il y a 2 semaines
Win 7b9fa34b31 WinIntDialog hot fix il y a 2 semaines
Xhtml 88d6165c82 clenup documentation Config->StdConfig, add StdGrids docu seed, remove Host from docu il y a 3 ans
packaging 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
.gitignore d730eeadae moved script for making Debian package to spetial folder with collection of packaging scripts for various platforms il y a 2 ans
BlackBox.exe.manifest 75164b6135 move BlackBox to the root of repository, delete examples and dev files il y a 3 ans
LICENSE.txt 532a520796 update year il y a 3 mois
README.md 3e92d87f34 dependencies updated il y a 6 mois
build-fbsd d8cdb7e4ee add Paket packages manager il y a 2 semaines
build-linux d8cdb7e4ee add Paket packages manager il y a 2 semaines
build-obsd d8cdb7e4ee add Paket packages manager il y a 2 semaines
build-windows d8cdb7e4ee add Paket packages manager il y a 2 semaines
build-windows.bat d8cdb7e4ee add Paket packages manager il y a 2 semaines
clean 4ac889c0bb remove test binaries il y a 2 ans
dev0fbsd 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
dev0lin 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
dev0obsd 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
dev0win.exe 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
export-linux d8cdb7e4ee add Paket packages manager il y a 2 semaines
export-windows d8cdb7e4ee add Paket packages manager il y a 2 semaines
pack-dev0fbsd 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
pack-dev0lin 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
pack-dev0obsd 2f25cdde76 remove extra Kernel.Quit calls, rebuild dev0 files for all platforms il y a 1 an
pack-dev0win.odc b0c807fe12 made BlackBox run on OpenBSD, executables were rebuilt il y a 2 ans
run-BlackBox 37d49e3635 Fix1: Click in menu bar beyond last menu won't hang BB any more; 2: Kernel.Cleanup every StdMenus.cleanup menu activations; 3: run-BlackBox won't use I.A.'s local FS paths il y a 3 ans
run-BlackBoxInterp 34f1190914 BlackBox interpreter: run script, packaging il y a 1 an
run-dev0 1bba1bcba0 indentation fixed il y a 1 an
version.txt 533e375d6b debian package files il y a 3 ans

README.md

BlackBox Component Builder cross-platform

Supported operating systems

List of supported operating systems:

  • Windows
  • GNU/Linux (amd64, i386)
  • OpenBSD (i386)
  • FreeBSD (i386)

Tested on:

  • Windows XP, 7, 10, 11
  • GNU/Linux:
    • Ubuntu 16.04/18.04/20.04 LTS
    • Debian 9.3, 9.4, 10.4 (Xfce/Mate/GNOME/Cinnamon)
    • Linux Mint 19.1/19.2/19.3/20 (Cinnamon)
    • Fedora 31
    • Red Hat Enterprise Linux Server 6.3
    • CentOS 8
    • Arch Linux 4.9.6
    • Manjaro Linux 18.0.4, 21.2.0
    • Alt Education 9.1
  • OpenBSD 7.2 (i386)
  • FreeBSD 12.1, 13.0, 13.2 (i386)

Packages

Packages available here

Build

Install dependencies

Ubuntu 20/22 LTS, Mint 20/22 (amd64)

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386

Debian 9/10 (amd64)

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gtk2-engines-pixbuf:i386 libatk-adaptor:i386 libgail-common:i386 gnome-themes-standard:i386

Arch-based distributions (amd64)

sudo pacman -S multilib/lib32-gtk2
sudo pacman -Rc lib32-librsvg

Fedora (amd64)

sudo dnf install gtk2.i686 gtk2-devel.i686

Alt Education 9.1 (amd64)

apt-get install i586-libgtk+2-devel.32bit

OpenBSD (i386)

Use 'wxallowed' flag in mount options for the partition to build or start BlackBox from.

Build

Build GNU/Linux version

./build-linux

Build OpenBSD version

./build-openbsd

Build FreeBSD version

./build-freebsd

Build Windows version

./build-windows

On Windows, these commands can be run from MSYS2

There is also a build-windows.bat script that can be used to build the Windows version from Windows or Wine

Install

Install dependencies

Debian-based distributions

sudo apt install pax

Arch-based distributions

sudo pacman -S pax

Fedora

sudo dnf install pax

Install

./export <outputDirectory>

Run

BlackBox Component Builder (GUI)

On Windows

Run tiled version:

BlackBox.exe

Run MDI version:

BlackBoxMDI.exe

On other operating systems

./run-BlackBox

Symbolic link to this script can be created to run from any directory:

mkdir -p ~/bin && ln -s `readlink -f run-BlackBox` ~/bin/blackbox

And then BlackBox Component Builder (GUI) can be run with blackbox command from anywhere. The current directory will be used as a BlackBox secondary directory.

BlackBox Component Builder (command line interpreter)

On Windows

BlackBoxInterp.exe

On other operating systems

./run-BlackBoxInterp

Symbolic link to this script can be created to run from any directory:

mkdir -p ~/bin && ln -s `readlink -f run-BlackBox` ~/bin/blackbox-cli

And then BlackBox Component Builder (command line interpreter) can be run with blackbox-cli command from anywhere. The current directory will be used as a BlackBox secondary directory.

Authors

  • Oberon microsystems AG
  • BlackBox Framework Center
  • OberonCore
  • Ivan Denisov
  • Igor Dehtyarenko
  • Anton Dmitriev
  • Alexander Shiryaev
  • Ketmar Dark