At onStop, I am trying to delete the custom images I added at startup of the plugin.
According to the Wiki :
Code: Select all
Images['myPlugin'].Delete()However when I try the following:
Code: Select all
for image in Images:
Images[image].Delete()Code: Select all
Error: Image deletion failed, Image object is not associated with a plugin.Any clue about what I am doing wrong?
Thanks!