Prev Previous Post   Next Post Next
Old 10th May 2011, 20:39   #1
ksps1024
Junior Member
 
Join Date: May 2011
Posts: 5
Issues with ListBox

Hi,

I'm having issues with the listbox control. I have created a custom page with a listbox, and am populating it with strings read from a file(>1000 lines). The problem I'm experiencing is that while the items are being inserted into the listbox, I do not see them there until the process completes. Now the interesting part is that I can see the vertical scrollbar shrink. Once the file read is complete, then it displays the items in the listbox.....

Below is excerpt for the insertion of the strings.
code:


${NSD_CreateListBox} 0 25 100% 80% " "
pop $listbox

SendMessage $listbox ${LB_INSERTSTRING} -1 "STRelete: $R0"




Any ideas how to get around this?

I'm trying to accomplish something similar to the install part where you can see the details of the installation.

Thanks in advance....
ksps1024 is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump