Added default color option for text
Search found 357 matches
- Sat Nov 09, 2024 11:08 pm
- Forum: BlackBox Framework
- Topic: Theme framework
- Replies: 7
- Views: 16157
- Sat Nov 09, 2024 10:59 pm
- Forum: Bug
- Topic: StdCmds.OpenAuxDialog Trapped
- Replies: 3
- Views: 5361
Re: StdCmds.OpenAuxDialog Trapped
Added this fix to BlackBox 2.0
- Wed Jul 24, 2024 9:52 am
- Forum: BlackBox Framework
- Topic: Theme framework
- Replies: 7
- Views: 16157
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 ne...
- Tue Feb 06, 2024 3:16 pm
- Forum: News
- Topic: ALERT: VRS support terminated by hosting provider
- Replies: 4
- Views: 43845
Re: ALERT: VRS support terminated by hosting provider
EDIS fixed the reverse DNS setting (PTR record) for our new IP address. So, email should be working again. - Josef Emails working well :) I got many many emails about new posts from bots. Maybe they studied, how to solve our registration question. I changed question to another and deleted spam bots...
- Thu Nov 02, 2023 4:15 pm
- Forum: Crypto
- Topic: Problem with subsystem Crypto
- Replies: 3
- Views: 42929
Re: Problem with subsystem Crypto
Thank you. It compiles now without errors. I have reformat the source and create a new Quick-Start document. Only your E-Mail address is missing inside Quick-Start. Would you like to have a copy? - Helmut I think, that you can use E-mail, from Anton's profile page https://community.blackboxframewor...
- Sun Oct 22, 2023 6:29 am
- Forum: Components Support
- Topic: Please, apply for subforum for your component here
- Replies: 4
- Views: 29444
Re: Please, apply for subforum for your component here
Sorry for some delay.
Please, post your question here.
viewforum.php?f=64
I will write the author of Crypto, for him can see this question.
- Sat Mar 25, 2023 7:28 am
- Forum: Common questions
- Topic: Shell to OS
- Replies: 2
- Views: 16522
- Sat Aug 13, 2022 2:55 pm
- Forum: Common questions
- Topic: 64 bit?
- Replies: 7
- Views: 25887
Re: 64 bit?
Yes, there is new compiler for BlackBox
http://herschel.oberon.org/
When it will be ready, we plan to make 64 bit BlackBox.
- Tue Mar 29, 2022 4:41 am
- Forum: BlackBox Framework
- Topic: Strings does not fit Oakwood guidelines
- Replies: 2
- Views: 18356
Re: Strings does not fit Oakwood guidelines
As is hinted at in the documentation of Strings both Insert and Delete can be implemented trivially in terms of procedure Replace. So maybe it is enough to stress this in the documentation by printing these words in bold typeface: Hint: if len = 0 then rep is insert ed in s at position pos. If LEN(...
- Mon Mar 28, 2022 9:27 am
- Forum: BlackBox Framework
- Topic: Strings does not fit Oakwood guidelines
- Replies: 2
- Views: 18356
Strings does not fit Oakwood guidelines
Oakwood standard Strings module includes Delete and Insert procedures https://oberoncore.ru/library/the_oakwood_guidelines_for_oberon-2_compiler_developers What is your opinion, should Strings module of BlackBox also include these procedures? DEFINITION Strings; PROCEDURE Length (s: ARRAY OF CHAR): ...