HTMLViewerException on macos?

how is it possible ? the doc says it happens only on linux …
I don’t have the exception in debug mode, but only in the compiled app.
displaying an htmlviewer.
any idea ?
thanks.

edit : the error reason is :

The BaseFile parameter to LoadPage must be an existing file, not folder

As always: show us your code and for the html viewer an example would be best. Where does the error occur?

found it. I passed a folder to htmlviewer.loadpage to store the pictures of the html string. you have to pass a file (don’t know why but it’s clearly written in the docs). no more html exception in the compiled app. anyway this is quite weird that a debug app does not behave the same as a compiled app. I should get the htmlexception also in the debug app.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.