Page 1 of 1

Context-sensitive help for "ArraySize()" shows "Dim"

Posted: Mon Mar 14, 2016 12:28 pm
by Sicro
Place the mouse pointer on a command and click on the "F1" key.

Code: Select all

FreeArray()
CopyArray()
ArraySize()
FreeArray() and CopyArray() show the correct help page.
ArraySize() shows the "Dim" help page.

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Posted: Mon Mar 14, 2016 1:10 pm
by Dude
Sicro wrote:ArraySize() shows the "Dim" help page.
Not here, it shows the "ArraySize" help page as expected. English help doc.

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Posted: Mon Mar 14, 2016 3:20 pm
by Sicro
Dude wrote:Not here, it shows the "ArraySize" help page as expected. English help doc.
You're right. In the Windows version the page is correct.

In the Linux version (only 64bit?) it's wrong.

What appears in the Mac version?

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Posted: Mon Mar 14, 2016 3:38 pm
by Shardik
Sicro wrote:What appears in the Mac version?
In the MacOS IDE x64 and x86 the German help for ArraySize() is shown correctly (PB 5.42).

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Posted: Sat Apr 21, 2018 8:30 pm
by Andre
As it seems to work with PB5.62 docs (just checked again here with actual PB docs on Windows, and on online help) and the source files for the help are the same for all three OS I close this topic.
(I don't have any Linux to test there separately, sorry!)

If there is still something wrong, feel free to post here again.

Re: [Done] Context-sensitive help for "ArraySize()" shows "D

Posted: Sat Apr 21, 2018 11:09 pm
by Sicro
I have just tried it again and on my Linux system the bug still exists.
It would be good if another Linux user could also confirm the bug.

Re: Context-sensitive help for "ArraySize()" shows "Dim"

Posted: Sun Aug 05, 2018 8:21 am
by #NULL
Confirmed.
F1 on ArraySize() shows the Dim Page, which doesn't mention ArraySize() at all.
PB 570b1 x64, Ubuntu 16.04.

Re: Context-sensitive help for "ArraySize()" shows "Dim"

Posted: Fri Dec 07, 2018 11:52 pm
by Andre
#NULL wrote:Confirmed.
F1 on ArraySize() shows the Dim Page, which doesn't mention ArraySize() at all.
PB 570b1 x64, Ubuntu 16.04.
So this must be a DocMaker issue, when creating the Linux help then.
I think Fred must take a look what's going on during the package building...