Prev Previous Post   Next Post Next
Old 29th February 2012, 10:28   #1
rumovoice
Junior Member
 
Join Date: Nov 2011
Posts: 11
Angry LockedList does not work with basic UI

When LockedList is used with basic UI it correctly shows locked file list but when I move next it disables all buttons and clears user interface. So I end up with empty window and can't even close it. How to fix it? I don't want to switch to modern UI because I like minimalistic style and I'm writing an updater with only single page (setup progress).

Here's repro code:
code:
RequestExecutionLevel user
SetCompress off
XPStyle on
OutFile "test.exe"
InstallDir "$EXEDIR\inst"
Icon "${NSISDIR}\contrib\graphics\icons\orange-install.ico"

Section "Main Section" SecMain
SetOutPath "$INSTDIR"

LockedList::AddFolder $INSTDIR
LockedList:ialog
Pop $R0

;MessageBox MB_ICONINFORMATION|MB_OK "$R0"

File "foo.dll"
SectionEnd

rumovoice 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