Thread
:
nsDialogs - NSD_SetText "timing" issue
View Single Post
3rd March 2016, 11:44
#
2
Anders
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,356
You are performing operations on the UI thread that prevents it from processing messages. A quick solution might be to call RedrawWindow with the system plugin but it is better to use the BgWorker plugin...
IntOp $PostCount $PostCount + 1
Anders
View Public Profile
Visit Anders's homepage!
Find More Posts by Anders