I'm currenty using the HTMLView in my app and opening a local file like this:
Also opening a local help file to the system browser like this: (from my app dir)
Both does nothing on OS X but works fine on Windows.
My guess is that it can't find the files.
Anyone knows why it does not work on OS X?
HtmlViewGo(HTMLPrintDlg.htmlView, AppDir +"./todo.html")
Also opening a local help file to the system browser like this: (from my app dir)
OpenURL("docs.html")
Both does nothing on OS X but works fine on Windows.
My guess is that it can't find the files.
Anyone knows why it does not work on OS X?