Hi to everyone
I have created a help file using a program called HelpScribble.
These files were then added to the project using File Manager, Add Files.
I then view the webpage using the following
All seems fine. The Webpage appears and the navigation seems to work except, "where are the .png images?"
With HelpScribble, you can "Export to Web Help" which, to quote, "export your help project to a series of HTML files that you can upload to your web site to provide online documentation."
When you view the files on your PC, they are all neatly placed in the one folder.
I would have thought that simply adding these files to you B4A project and using WebView was all that is required but, maybe not.
At this stage, I am at a loss. You do see where the images should be using WebView but not the actual image.
Suggestions welcome. Full code and images available if required.
Thank you.
Gavin
I have created a help file using a program called HelpScribble.
These files were then added to the project using File Manager, Add Files.
I then view the webpage using the following
B4X:
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("help")
helpfile.LoadURL("file:///android_asset/blanksudokuweb.html")
End Sub
All seems fine. The Webpage appears and the navigation seems to work except, "where are the .png images?"
With HelpScribble, you can "Export to Web Help" which, to quote, "export your help project to a series of HTML files that you can upload to your web site to provide online documentation."
When you view the files on your PC, they are all neatly placed in the one folder.
I would have thought that simply adding these files to you B4A project and using WebView was all that is required but, maybe not.
At this stage, I am at a loss. You do see where the images should be using WebView but not the actual image.
Suggestions welcome. Full code and images available if required.
Thank you.
Gavin