From: Marcus <li...@wo...> - 2002-08-18 21:06:52
|
Okay, I think there's possibly an error in Wx::HtmlHelpController. It insists on the following: "Usage: Wx::HtmlHelpController::AddBook(THIS, book, show_wait) ..." However, if you place $this as the first parameter you get the error I sent previously. It obviously wants the file path. So...this works :-) : $help->Wx::HtmlHelpController::AddBook("./help/helpviewtest.zip","./help /helpviewtest.zip" ); Give it the file path twice. I've not checked the source yet, but something's mixed up. Anyway, the HTMLHelp in wx rocks. Far better than M$ HTML Help, imo. Marcus |