Dirty All Items

I know that there was a discussion, but what is the IDE script command to force dirty all projects?

I’m trying to get around <https://xojo.com/issue/65519> and hoping that the issue after the Resolve is completed sorts the path refresh in the xojo_image files.

Create a new IDE script with a single line:

DirtyAllProjectItems

then run it.

1 Like

Thanks!

This does, in fact, fix the issue by forcing the xojo_images to be dirty.

1 Like

Coincidentally, I asked this of @Greg_O_Lone just yesterday, so the solution actually comes by way of him.