Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MUIA_HTMLview_Contents and external files #3

Open
afalkenhahn opened this issue Sep 20, 2015 · 0 comments
Open

MUIA_HTMLview_Contents and external files #3

afalkenhahn opened this issue Sep 20, 2015 · 0 comments

Comments

@afalkenhahn
Copy link

When using MUIA_HTMLview_Contents to set the HTMLview contents, there seems to be a problem with resolving external files. Consider the following code:

set(obj, MUIA_HTMLview_Contents, "<html><head></head><body>Hello World<br><hr><br><img src=\"test.png\"></body></html>")

"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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant