cdev Posted March 14, 2020 Posted March 14, 2020 I have a number of calculations that take a long time. I would like to keep the user informed of the progress by putting text line per line in a TUniMemo. Unfortunately, the newly added line(s) are not reflected automatically. How do I refresh or repaint or update the TUniMemo so that the newly added line gets visible ? Quote
Sherzod Posted March 14, 2020 Posted March 14, 2020 46 minutes ago, cdev said: I would like to keep the user informed of the progress by putting text line per line in a TUniMemo. Unfortunately, the newly added line(s) are not reflected automatically. Hello, What mode are you using? MainModule.EnableSynchronousOperations = True or False? Quote
cdev Posted March 15, 2020 Author Posted March 15, 2020 MainModule.EnableSynchronousOperations = True Quote
Sherzod Posted March 15, 2020 Posted March 15, 2020 4 hours ago, cdev said: MainModule.EnableSynchronousOperations = True Please see related demos: \FMSoft\Framework\uniGUI\Demos\Desktop\SyncClientUpdate... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.