I cannot find the fault in this:
(cs is beeing continued)
In line 4 this Error occurs:
java.io.FileNotFoundException: /data/user/0/b4a.GrindIt/files/virtual_assets/schneiden-schleifwinkel.png (No such file or directory)
When i comment that line and ancomment the next ("Jig SL-Konst.png") everything works fine.
That is what file-manager shows, both the files are present.
Can anybody help me please, to find the cause for this error?
B4X:
Dim cs As CSBuilder
cs.Initialize
'bild ist 600x200
cs.Image(LoadBitmap(File.DirAssets,"Schneiden-SchleifWinkel.png"),ScrView.Width,ScrView.Width*200/600,False).Append(CRLF).PopAll
'cs.Image(LoadBitmap(File.DirAssets,"Jig SL-Konst.png"),ScrView.Width,ScrView.Width*200/600,False).Append(CRLF).PopAll
In line 4 this Error occurs:
java.io.FileNotFoundException: /data/user/0/b4a.GrindIt/files/virtual_assets/schneiden-schleifwinkel.png (No such file or directory)
When i comment that line and ancomment the next ("Jig SL-Konst.png") everything works fine.
That is what file-manager shows, both the files are present.
Can anybody help me please, to find the cause for this error?