10-09-2008 11:48 PM
hi,
Im using a string control to display some contents continously by reading from a file and displaying it. Its purpose is similar to a hyperterminal which will continously say which test is currently running. Now what happens is every time the data is appended it blinks i don want this to happen. Can anyone help me in this issue.
Thanks
Jay
10-10-2008 12:57 AM
10-10-2008 06:37 AM
Hello... 🙂
Are you reading the same string again & again or something different each time...? Please explain with example like what you are reading each time from the file... 🙂
10-10-2008 08:15 AM
hi,
its an application wherein ill write the report of a test every time its done in a text file and print that text in a string control by reading from that file to give a hyper terminal feel in my application.
Regards
Jay
10-10-2008 09:17 AM
10-10-2008 09:25 AM - edited 10-10-2008 09:25 AM
10-10-2008 09:28 AM
This is the point: i tried it and there is no "blinking" of the text area, just the scrollbar has a slight flickering until the text area is full, after that all is perfectly smooth (LV 7.1, modern string indicator)
10-10-2008 09:33 AM
I see it with this:
True, it's dependent on the update rate, but it's still visible even at a "slow" rate of 150 msec.
10-10-2008 09:36 AM
try to place the LF in FRONT of the text..
That's what i did in my test. Then it seems to get better.
10-10-2008 09:39 AM