10-20-2011 05:56 AM - edited 10-20-2011 05:57 AM
This vi is eating lots of memory. Are the richtextbox objects used right?
10-20-2011 08:33 AM
Do you mean disk memory? The pasted pictures are taking close to 80% of the disk space (file size).
10-20-2011 08:48 AM
Why are you using RichTextBoxes? All that they seems to be displaying is a simple OK and Cancel message. A simple string indicator can do the same thing. Even with the RichTextBoxes, why are you setting the Font and text in each iteration of the loop?
10-20-2011 11:49 AM
Tnx guys.
I found the problem. I was registering user events in my 'while loop'. I think they got stacked up in memory.
The strange thing with rich text boxes is, after u set a text value, it disappears
10-20-2011 12:28 PM
I still don't understand why you're using RichTextBoxes.
10-20-2011 01:32 PM
I think I fancy them. But I know it's better strategy to use LV objects.