Search found 121 matches

by Zinn
Sat Nov 25, 2023 9:13 am
Forum: System
Topic: How to read the IP address of my computer in BlackBox?
Replies: 0
Views: 15716

How to read the IP address of my computer in BlackBox?

How can I read the IP address of my computer in BlackBox?
Does anyone know of a procedure that can read the IP address of the computer I am working on?
by Zinn
Sun Oct 29, 2023 8:34 am
Forum: Crypto
Topic: Problem with subsystem Crypto
Replies: 3
Views: 12885

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
by Zinn
Sat Oct 14, 2023 2:53 pm
Forum: Crypto
Topic: Problem with subsystem Crypto
Replies: 3
Views: 12885

Problem with subsystem Crypto

I have downloaded the Crypto subsystem from https://blackbox.oberon.org/extension/ and I am getting compile errors: In MODULE CryptoDiffieHellman, CryptoTestHMAC and CryptoTestRSA I changed CryptoBigNumbers to AosBigNumbers and CryptoCompat to AosCompact. Also in MODULE CryptoTestRSA I changed Crypt...
by Zinn
Thu Oct 12, 2023 12:24 pm
Forum: Components Support
Topic: Please, apply for subforum for your component here
Replies: 4
Views: 15674

Re: Please, apply for subforum for your component here

I have a questions about subsystem Crypto. Ivan, could you please offer a subforum for Crypto?

Thank you
Helmut
by Zinn
Sun Jun 25, 2023 1:56 pm
Forum: Component Pascal
Topic: How to define the size of an array during runtime?
Replies: 3
Views: 10325

Re: How to define the size of an array during runtime?

Josef thank you very much for the hint. That is the solution of my problem.

Also thank you to Chris. I'll look on your solution later. I think Josef's way is more elegant.

- Helmut
by Zinn
Mon Jun 19, 2023 6:07 pm
Forum: Component Pascal
Topic: How to define the size of an array during runtime?
Replies: 3
Views: 10325

How to define the size of an array during runtime?

I would like to create an ARRAY and define its size during runtime instead of compilation time. Why? This year I have done a Java course. After that course I translated class ArrayList from the library java.util.ArrayList to Component Pascal. This library automatically extend its size of the array a...
by Zinn
Fri Apr 01, 2022 6:32 pm
Forum: GUI problems
Topic: Strange underline behaviour
Replies: 1
Views: 10185

Re: Strange underline behaviour

Do you have this kind of problem in Linux only or in Windows too? There is still a display problem with Linux. The text on the bottom status line is displaying 3 quarter of the line. The bottom quarter is missing. I think there is an error about calculation the pixel position. Sometime the same poin...
by Zinn
Thu Feb 17, 2022 6:34 am
Forum: BlackBox Cross-Platform
Topic: Three levels of file system
Replies: 10
Views: 26014

Re: Three levels of file system

In the description on page https://blackbox.oberon.org/download about Ubuntu/Mint/Debian repository for automatic upgrades version 1.8 the line echo "deb http://deb... is double one with 18 and one without. Where can I find the description about 2.0? Are you working in the way to merge BB Windo...
by Zinn
Wed Feb 09, 2022 7:39 pm
Forum: Component Pascal
Topic: Sets with more than 32 elements?
Replies: 7
Views: 8011

Re: Sets with more than 32 elements?

Have a look at the MODULE Sets inside subsystem Coco. You can download Coco from https://zinnamturm.eu/downloadsAC.htm#Coco
Maybe it is what you are looking for.
- Helmut
by Zinn
Sat Nov 20, 2021 7:37 am
Forum: Bug
Topic: DevCompiler.CompileSubs need cleanup
Replies: 3
Views: 5301

Re: DevCompiler.CompileSubs need cleanup

(1) A similar problem: When I edit a document (file) inside BlackBox, save it and close the edited window. The document (file) is still allocated by BlackBox and can't be deleted before I leaving BlackBox. (2) Another problem is: I have open a file in BlackBox twice (the same file open first interac...