Skip to content
⌘ NSIS Forum Archive

Section Selection change using

7 posts

dsvedchenko#

Section Selection change using

Hi,

Is there any way in .onSelChange to know which section changed its state ?

I think there is one , to take a map in temp file.

any better method would be appreciated
Joost Verburg#
You will have to store the state is a variable. Have a look at one-section.nsi for an example.
dsvedchenko#
No, according to this sample i need to save state for each section ( like map that i mentioned above ).
I need to know which section I changed now, like onMouseOverSection ( it has section id in $0 )
dsvedchenko#
another method is using .onMouseOverSection to store $0 in other variable and use it in onSelChange, but it can not be used with MUI, because of onMouseOverSection is already used
kichik#
Here is the feature request: