A well-known and used MUI custom class (HTMLview.mcc) which provides MUI application programmers a gadget for viewing/displaying HTML pages. It comes with an object-oriented design, slim and tidy so that the HTML engine is capable of showing HTML very fast...
When using MUIA_HTMLview_Contents to set the HTMLview contents, there seems to be a problem with resolving external files. Consider the following code:
"test.png" is never displayed although it is in the program directory. I checked with SnoopDOS and HTMLview.mcc seems to look for a file ".png" which of course fails. I don't know why it strips the "test" from the filename passed to <img src=>.
When using MUIA_HTMLview_Contents to set the HTMLview contents, there seems to be a problem with resolving external files. Consider the following code:
"test.png" is never displayed although it is in the program directory. I checked with SnoopDOS and HTMLview.mcc seems to look for a file ".png" which of course fails. I don't know why it strips the "test" from the filename passed to
<img src=>
.Please fix.