Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Flashing List Boxes

acar
Beginner
197 Views
I wonder whether anyone has a solution to this problem. I use dialogs and list boxes in my application. When the number of entities in the list is small (<20) then the update appears instantaneous. However for large numbers of entities the box flashes along with the vertical scroll bar in a rather annoying manner. I am using the following loop with the call to the dlgset function within the loop:
do i=1,100
text='boris'
iret=dlgset(dlg,cntl,text,i)
enddo
Any advice would be gratefully received.
Thanks, ACAR.
0 Kudos
0 Replies
Reply