![]() |
#1 |
Senior Member
Join Date: Nov 2013
Location: Iran
Posts: 343
|
![]()
how can select multiple files in dialog box in nsis?
i try with: Dialogs::Open DialogsEx (${OpenBox} "Search for a java files" "java files (*.java)|*.java||" 1 "$EXEDIR" 3 ${VAR_6}) nsDialogs::SelectFileDialog /NOUNLOAD open "" "Java Files|*.java|All Files|*.*" with that's plugins just can select one file but i want to select multiple files... after select files i want use this ExecDos::exec '"$JavaExePatch" "$0"' to convert *.java files to .class files |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
The Windows open/save dialogs are badly designed and if you want to support a selection of "unlimited" number of files you need 3 separate codepaths in your application, one for 95/98/ME, one for NT4/2000/XP/2003 and one for Vista+ and I'm not going to code all that for you.
Here is a limited version but should be enough for most uses: PHP Code:
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|