I have a watchface called "simplewatch" (simplewatch.prg), and am adapting it to use an object store.
The code is working, but I notice that the name of the .STR seems to be changed to <8 char>.STR, so for example, the OS is called "SIMPLE~1.STR"
Seems this could cause a conflict if something else using an OS started with "simple..".
Side loaded app, on the va, FW 2.90.
Why not use the full name so there is no possible conflict, and so it maps to the .prg name and the .txt name (for logs)?