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
Archive: Section Selection change using
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
You will have to store the state is a variable. Have a look at one-section.nsi for an example.
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 )
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
Add you own code between the description macro's.
Here is the feature request:
http://sourceforge.net/tracker/index...49&atid=373088
thanks