Hello,
I've developed a PythonParts program and exported it successfully to an .allep file. The tool itself works correctly, and all functionality seems fine; however, whenever I start Allplan, I receive an error message for each icon of my tool:
→ "Loading Bitmap 'image.png' defined in 'Location.npd' failed."
The strange part is that after I press OK and continue opening Allplan, all icons are displayed correctly and work as expected. So the bitmaps are correctly referenced, but Allplan still throws these startup errors.
Has anyone encountered this issue before?
- What is causing this bitmap loading error?
- What is the recommended way to adding images in .allep exports, besides referencing them in the .yml file?
- How can I suppress or eliminate these error messages during startup?
Any help would be greatly appreciated.