B4J Question [abmaterial] alert in the log window

PCastagnetti

Member
Licensed User
Longtime User
just a question:
using ABMPDFViewer component with Ver 1.10 the PDF is displayed correctly, but in the log window, I get this error.

The problem is also verifiable in the demo program (at least on my PC).


Thank you




upload_2016-5-20_11-4-54.png
 

Harris

Expert
Licensed User
Longtime User
B4X:
java.io.FileNotFoundException: \viewerpdf.html (Access is denied)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(FileOutputStream.java:270)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
    at java.io.FileWriter.<init>(FileWriter.java:90)
    at com.ab.abmaterial.ABMPDFViewer.Build(Unknown Source)
    at com.ab.abmaterial.ABMCell.Refresh(Unknown Source)
    at com.ab.abmaterial.ABMRow.Refresh(Unknown Source)
    at com.ab.abmaterial.ABMPage.Refresh(Unknown Source)
    at abmtripinspect.ti.com.dvirpage._page_ready(dvirpage.java:1611)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:612)
    at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:229)
    at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:159)
.. and more...

I get the same error, yet the viewer does work...

This was after I upgraded to 1.10 and was in the process of making pages dynamic.
My other pages have been made dynamic and work well.

Code available if required.

Thanks
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
I see as "fixed" in Feedback...
Thanks
 
Upvote 0
Top