Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a Dialog Example with Interactive List Filtering
#24
Replace
Code:
Copy      Help
,,if(!sEdit.len) ret
,,foreach s sItems
,,,if(find(s sEdit 0 1)<0) continue
to
Code:
Copy      Help
,,foreach s sItems
,,,if(sEdit.len and find(s sEdit 0 1)<0) continue
Also insert under case WM_INITDIALOG:
Code:
Copy      Help
,SetTimer hDlg 1 10 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)