Archive: Desription


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????


Can you attach script....
to see what's up....


Sorry.......
Im Attaching the file


Sorry troble with internet connection today


Thanks, will be fixed.


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.


It's not your file, it's a bug in NSIS.


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.


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


In the latest CVS version it shows the "hover your mouse..." message again after you move your mouse out of the sections.


I have the latest........updated at 07-16-03


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.


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.