Bug #6466 2006-02-18 08:37
maxgaspa
Help doesn't work if tere are more than 20 items
using latest nightly build (17 Feb , build 2025) and Windows XP.
I add several .chm and .pdf files into the help menu, using
Setting->Environment->Help Files
Clicking on the help menu items I get, correctly, the window showing the contents of the help file. But not for all
items. A click in the last item simply do nothing. It is not related to the file itself. If I change the order
of the items in the help menu all the items work but the last is not working. It seems the the last item of the help file
is inactive.
I have received the following confirmation fom the forum
(tiwag)
from the sources of the help-plugin
Code:
// max 20 help items (it should be sufficient)
#define MAX_HELP_ITEMS 20
only the first 20 items are initialized Wink
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2006-02-24 09:57
- Assigned to
- ceniza
History
The number of items has been increased to 32 as a temporary fix.
This bug is now fixed in HEAD.
Thank you for reporting it.