Skip to content
⌘ NSIS Forum Archive

nsis file with IO messed up

3 posts

Brummelchen#

nsis file with IO messed up

something happend to my nsis file 🙁



another computer shows it too with a fresh nsis installation.

the problem is only, that the INI behind is 100% correct.
so the transport from ini to dialog is damaged somehow and
i have no clue where to search.

ini looks like this
[Settings]
NumFields=12
Title=
BackEnabled=0
BackButtonText=
NextEnabled=1
NextButtonText=Patchen
CancelEnabled=1
CancelButtonText=Abbrechen

[Field 1]
Type=FileRequest
Text=Zieldatei auswählen:
Left=10
Right=300
Top=0
Bottom=12
State=
Flags=FILE_MUST_EXIST
it's FIELD 1 -> 10, 11/12 are RadioButtons.

if i do it this way:
[Field 1]
Type=CheckBox
Text=
Left=10
Right=300
Top=0
Bottom=12
State=0
Flags=DISABLED
everything works fine
i read the filename from TEXT and STATE indicates presence.

First script with IOex shows nothing except the radiobuttons. strange O_o
galil#
In the IOex readme it says that FileRequest and DirRequest are not supported. "Use Text and Button controls instead."
Brummelchen#
yea - i read it but i didnt understood it. :/

but wth is going on here?
i compiled the script(s) again and all is fine.
am i getting stupid? O_o

i made a code request...