Search found 121 matches

by Zinn
Tue May 19, 2020 10:36 am
Forum: Common questions
Topic: How to move a BlackBox document view to the second monitor?
Replies: 16
Views: 22654

Re: How to move a BlackBox document view to the second monit

Thank you for your sample. It works. It doesn't behave the way as I expect. I can move the window to the other monitor, but I can't edit the decouple child windows with the BlackBox menu.
- Helmut
by Zinn
Sat Apr 18, 2020 9:17 am
Forum: System
Topic: How to read Linux File attributes?
Replies: 1
Views: 8763

How to read Linux File attributes?

Another question is: How to read the attributes of a Linux file or Linux directory from BlackBox?
Is there a call available via the Lin library? Where can I find a description or an explanation about the Lin library?
- Helmut
by Zinn
Mon Apr 13, 2020 3:59 pm
Forum: System
Topic: Starting Linux programs
Replies: 1
Views: 7914

Starting Linux programs

How to start from BlackBox the Linux terminal program and run a command in Terminal?
Where can I find samples?
Thank you very much for any hints.
- Helmut
by Zinn
Thu Mar 19, 2020 6:56 am
Forum: System
Topic: Where can I find a LinuxApi for Blackbox?
Replies: 3
Views: 9299

Re: Where can I find a LinuxApi for Blackbox?

Josef and Ivan thank you very much for your reply. It helps me a lot to getting started again. It is time to tidy my BlackBox notes.
- Helmut
by Zinn
Mon Mar 16, 2020 4:13 pm
Forum: System
Topic: Where can I find a LinuxApi for Blackbox?
Replies: 3
Views: 9299

Where can I find a LinuxApi for Blackbox?

In BlackBox there exist a MODULE WinApi for calling Windows services.
Does anybody have a MODULE LinuxApi for calling Linux services? How is it called? Where can I find it?
- Helmut
by Zinn
Sun Dec 01, 2019 6:10 pm
Forum: Common questions
Topic: Mouse Scroll Bug
Replies: 9
Views: 14264

Re: Mouse Scroll Bug

Josef Templ wrote: Try scrolling multiple lines with a single mouse wheel turn.
- Josef
Most the time I read the next line 3 times (the second and third line overwritten with the first line). Seldom all 3 lines are unreadable.
Bildschirmfoto vom 2019-12-01 19-19-29.png
by Zinn
Fri Nov 29, 2019 4:38 pm
Forum: Common questions
Topic: Mouse Scroll Bug
Replies: 9
Views: 14264

Re: Mouse Scroll Bug

So I am too. I propose to change in HostWindows the number of lines to one for wine and left it unchanged for Windows IF Dialog.IsWine() THEN lines := 1; ELSE lines := 3; res := WinApi.SystemParametersInfoW(104 (*SPI_GETWHEELSCROLLLINES*), 0, SYSTEM.ADR(lines), 0); END; That help me very much and so...
by Zinn
Tue Nov 26, 2019 6:53 am
Forum: Common questions
Topic: Mouse Scroll Bug
Replies: 9
Views: 14264

Re: Mouse Scroll Bug

Note: Setting lines equal one, doesn't solve the problem. Slow scroll works but sometimes fast scroll produce the same error.
by Zinn
Mon Nov 25, 2019 8:42 pm
Forum: Common questions
Topic: Mouse Scroll Bug
Replies: 9
Views: 14264

Re: Mouse Scroll Bug

> What is the value in "lines" after calling it?
It's value is always 3.

> What if you set lines := 3; under wine without calling WinApi.SystemParametersInfoW?
I have the same problem.

- Helmut
by Zinn
Sun Nov 24, 2019 7:32 pm
Forum: Common questions
Topic: Mouse Scroll Bug
Replies: 9
Views: 14264

Mouse Scroll Bug

The PROCEDURE WheelScroll in MODULE HostWindows doesn't work in Linux under Wine. How to produce the error? 1. Open a document e.g. Host/Mod/Windows.odc 2. Move the whole window down until the bottom line is outside the display area. 3. Move the mouse inside this window and turn the scroll bar. 4. L...