Afrow UK
9th March 2005 16:59 UTC
Only the last link works, you need to re-post them.
-Stu
change
11th March 2005 14:29 UTC
i want divide topic
help :)
arfinator853
11th March 2005 18:37 UTC
do you want to know how to get the discriptions to show up in the Modern UI?
This is how it seems from your drawing.
change
13th March 2005 15:08 UTC
please help ;)
arfinator853
14th March 2005 16:38 UTC
These are in the Modern UI Examples, But anywhay.
Next to your sections, put Sec{then a little keyword to idnetify the section}
So it would look like: Section "Shortcuts" SecCuts
Complete this for everyone of your sections. Then, after your sections part of your script, add another part: Descriptions.
LangString DESC_SecCuts ${LANG_ENGLISH} "Here will be your description for the shortcuts."
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SecCuts} $(DESC_SecCuts)
!insertmacro MUI_FUNCTION_DESCRIPTION_END
>
MAke sure with the second ection to only include
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN and
!insertmacro MUI_FUNCTION_DESCRIPTION_END once.
Hope this helps!