I was suprised to find that the SetImagePanel function only accepts a string referring to the image file on the hard drive. Are there any plans in future updates to allow loaded image handles to be used?
Are there any workarounds for this at present? A canvas isn't appropriate for what I want to do. The problem is, each time I call the SetPanelImage command the image is loaded into memory. Even if that same image had been loaded before. And it doesn't unload the previous one first, its very messy! Is there a way to remove the replaced panel image from memory after loading a new one?
Are there any workarounds for this at present? A canvas isn't appropriate for what I want to do. The problem is, each time I call the SetPanelImage command the image is loaded into memory. Even if that same image had been loaded before. And it doesn't unload the previous one first, its very messy! Is there a way to remove the replaced panel image from memory after loading a new one?