problems with GuiImage (1 Viewer)

fatih_1

Portal Member
May 2, 2007
11
0
Home Country
Germany Germany
hi I have following problem in my Plugin:
I have developed a Plugin where you can see different grapha who are realised with Zedgraph but after 200 Images I cannot see other graphs. The images are generated but Mediaportal dont show the images on the screen I set the images in the following code:

public void setImage()
{

image1.SetFileName("totalEnergy" + fileCounter.ToString() + ".png");

fileCounter++; // count the images

}
The counter is for that you cannot take the same image names. But the last images are slow shown and then nothing. I think the Mediaportal have an inner memory.
Can anybody help me here ?
 

Users who are viewing this thread

Top Bottom