Old 4th March 2005, 20:22   #1
OpaOpa
Junior Member
 
Join Date: Mar 2005
Posts: 1
Missing Text

Hi!

I creating right now a Installer with NSIS 2.05.
I just noticed something confusing in the directory page.

I inserted the page first with
code:
Page directory "" colorDir ""


what is interesting is the Label on the GroupBox


I tried it then with
code:
!insertmacro MUI_PAGE_DIRECTORY

but also got the same result.

But I managed to get it with
code:
!define MUI_DIRECTORYPAGE_TEXT_DESTINATION "Ziel"


But this solution only works with the 2nd way inserting pages.


Can the Developers please check this.

Thanks!
OpaOpa
OpaOpa is offline   Reply With Quote
Old 4th March 2005, 20:38   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
When using the MUI you must always use the second method, the MUI macros.

To figure out why the group box text is empty without the explicit definition of MUI_DIRECTORYPAGE_TEXT_DESTINATION, an example script is needed.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump