Tech Tip: Picture pathname differences between binary and project
PRODUCT: 4D | VERSION: 19 | PLATFORM: Mac & Win
Published On: December 20, 2021
Typically when adding a picture to a button in binary mode, the pathname is already default to the Resources folder and "Resources" does not have to be included in the pathname as so:

However when converting over to project mode, the absolute path must include the RESOURCES folder due to the new file structure of project mode. As a result, the absolute pathname should appear as so:

Thankfully, the pathnames will automatically be updated when converting from binary to project mode, but keep this tip in mind when creating new objects containing images.

However when converting over to project mode, the absolute path must include the RESOURCES folder due to the new file structure of project mode. As a result, the absolute pathname should appear as so:

Thankfully, the pathnames will automatically be updated when converting from binary to project mode, but keep this tip in mind when creating new objects containing images.