If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA Netbeans 11
Desktop OS Windows 10 Pro
Simulator Latest
Device PC In Simulator
Note this did work before (poss several months ago)
Display.getInstance().execute(pdf file) on PC in Simulator does not open files. (pdf,lpg, etc.)
This example is PDF.
Display.getInstance().execute(A3MpiPhotosDir + fileName, e -> {
MyLog.p("viewImageFromDisk: image length = " + image.length + " fileName = [" + fileName + "]");
});
Works as expected on devices.
Thoughts?
Regards