- NSIS Discussion
- Desription
Archive: Desription
emiste7
18th July 2003 15:59 UTC
Desription
I have a problen in the description box:
When my mouse is over the file name I have the exact decription but when I click on the file (selected) for install in the description box appear another files name.
extension name:
aaa,bbb,ccc,ddd,eee,fff,ggg...but when only one is selected I have the same extension ...bbb for all of them.
I forgot something????
Joel
18th July 2003 16:26 UTC
Can you attach script....
to see what's up....
emiste7
18th July 2003 16:41 UTC
Sorry.......
Im Attaching the file
emiste7
18th July 2003 16:48 UTC
Sorry troble with internet connection today
kichik
18th July 2003 17:02 UTC
Thanks, will be fixed.
emiste7
18th July 2003 18:13 UTC
Thank you so much for fixing my file, is it possible for you to tell me what i did wrong?
This isnt a Forum it's a gold mine.
kichik
18th July 2003 18:17 UTC
It's not your file, it's a bug in NSIS.
kichik
18th July 2003 21:56 UTC
OK, it is your script after all. On line 329 you have this:
StrCmp $2 $1 0 +7
But it jumps over the function end into the function that sets the description. There are only 5 instructions after this line, not 6. Use labels for big jumps, it's safter.
emiste7
19th July 2003 02:56 UTC
Thank you Im going to learn "labels" too....
BTW if you check the file is missing the string:
!insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO.
I did in the new and I have the following prob:
when you lunch the installer you can read "Hover your mouse over a component to see its description."
After you move the mouse in the files section and you for somereason move again outside of the file section the words of the description dont appear anymore.
Thank you
kichik
19th July 2003 11:54 UTC
In the latest CVS version it shows the "hover your mouse..." message again after you move your mouse out of the sections.
emiste7
19th July 2003 17:15 UTC
I have the latest........updated at 07-16-03
kichik
20th July 2003 11:53 UTC
From which hour? :)
The latest I was talking about was from yesterday. That feature I think you're talking about was added at the end of 16th. Try today's version, it fixes a lot so you should use it anyway.
emiste7
20th July 2003 15:18 UTC
I did an updated yesterday night ...Im going to check right now I'll let you know.
BTW Thank you
--------------
Tested......its working great, perfect.