2010-07-30, 02:59 PM
OK... If I currently have a UiScreen displaying, I can display a title and image using (pseudo):
Now, when I update the title/image on the screen, by button press or whatever, the title is getting updated, but the image is not. If I update for a third time, title gets updated and the image gets updated to the image I sent on the second update.
I'm just wondering if there is something I am not doing right for images. I've verified I am sending the updated image to the hashtable for the screen and updating it. I just can't seem to get the screen to update with that image.
Code:
screenHT["@title"] = "My Title";
screenHT["@image"] = myImage;
screenUI.Args = screenHT;
Now, when I update the title/image on the screen, by button press or whatever, the title is getting updated, but the image is not. If I update for a third time, title gets updated and the image gets updated to the image I sent on the second update.
I'm just wondering if there is something I am not doing right for images. I've verified I am sending the updated image to the hashtable for the screen and updating it. I just can't seem to get the screen to update with that image.
Author of Weather (NPVR) & Weather2 (GBPVR)