Search found 3 matches
- Sun Oct 13, 2024 7:38 pm
- Forum: BlackBox Framework
- Topic: Theme framework
- Replies: 7
- Views: 297475
Re: Theme framework
That will be a very nice feature to have in 2.0. I will bw attentive.
- Thu Jul 18, 2024 7:26 am
- Forum: Bug
- Topic: StdCmds.OpenAuxDialog Trapped
- Replies: 3
- Views: 147103
StdCmds.OpenAuxDialog Trapped
In all versions of BlackBox, if you try to open a regular textfile using StdCmds.OpenAuxDialog , you get: TRAP 21 (precondition violated) HostPorts.Port.SetSize [00000076H] .h INTEGER -34 .p HostPorts.Port [02A876E0H] .w INTEGER 638 Try for example: <Ctrl-Q>"StdCmds.OpenAuxDialog('BlackBox_1.7....
- Thu Jul 18, 2024 6:59 am
- Forum: BlackBox Framework
- Topic: Theme framework
- Replies: 7
- Views: 297475
Re: Theme framework
Trying to achieve the dark mode with MDI Interface version, I experimented with BBCB 1.7.3-a1-1133 changing the CONST defaultColor of module Ports into a variable. While I manage to change the background color and propagate it to all open windows, the same does not happen with the text color: it nev...