Search found 357 matches

by Ivan Denisov
Sat Nov 09, 2024 11:08 pm
Forum: BlackBox Framework
Topic: Theme framework
Replies: 7
Views: 16157

Re: Theme framework

René-René wrote: Sun Oct 13, 2024 7:38 pm That will be a very nice feature to have in 2.0. I will bw attentive.
Added default color option for text
by Ivan Denisov
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
by Ivan Denisov
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...
by Ivan Denisov
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...
by Ivan Denisov
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...
by Ivan Denisov
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

Zinn wrote: Thu Oct 12, 2023 12:24 pm I have a questions about subsystem Crypto. Ivan, could you please offer a subforum for Crypto?

Thank you
Helmut
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.
by Ivan Denisov
Sat Mar 25, 2023 7:28 am
Forum: Common questions
Topic: Shell to OS
Replies: 2
Views: 16522

Re: Shell to OS

jazper wrote: Wed Mar 22, 2023 6:13 pmBut, with all the reading I have done over a couple of years, I can not find anything dealing with shelling to OS. Is there a way to execute windows or Linux command line things like CURL from within Black Box?
There is command Dialog.RunExternal for this.
by Ivan Denisov
Sat Aug 13, 2022 2:55 pm
Forum: Common questions
Topic: 64 bit?
Replies: 7
Views: 25887

Re: 64 bit?

algojack wrote: Sat Aug 13, 2022 1:59 pm Hi, just wondered whether a 64 bit version of BB is planned?
Yes, there is new compiler for BlackBox
http://herschel.oberon.org/

When it will be ready, we plan to make 64 bit BlackBox.
by Ivan Denisov
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(...
by Ivan Denisov
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): ...