Page 1 of 1

setting list of images

Posted: Tue Feb 26, 2013 1:03 am
by sri
Currently we show list of images in a image object. I use following

RegData("OverlayImages", analysisdata.OverlayImages);
where OverlayImages is a List<Image>.

We're getting out of memory exception when we load more than 10 images. So, we plan to save these images on files and give the file pointer to the tool. How can i do this? Hope this will solve our memory problems.

Re: setting list of images

Posted: Tue Feb 26, 2013 11:04 am
by Alex K.
Hello,

Please check the last prerelease build.
If the issue is still present, please send us a sample project for analysis.

Thank you.

Re: setting list of images

Posted: Tue Feb 26, 2013 5:25 pm
by sri
You did not get my question.
I'm asking how to do it and I'm not pointing out any mistake in the tool.

Let me try to put it in simple words.

I have list of images saved to a folder and I want to display all of them (sequence of graphs) in a image control. How do I do that? Based on the report, the images changes. means they are not fixed i.e file names are also not fixed. How to do this?

UPDATE: I think I got the solution. I just add images (stiimage) dynamically to the page( stipage).

Re: setting list of images

Posted: Wed Feb 27, 2013 12:13 pm
by HighAley
Hello.

Good. Let us know if you will have any additional questions.

Thank you.