Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 20th September 2007, 14:47   #1
SuperPat
Senior Member
 
SuperPat's Avatar
 
Join Date: Mar 2006
Location: France
Posts: 192
MUI2 Controls handles problem for insfiles & unconfirm pages

Hello,

I found a problem for Modern UI 2 insfile and unconfirm pages.

You can see in InstFilesPage:
code:
101 FindWindow $mui.InstFilesPage "#32770" "" $HWNDPARENT
102 GetDlgItem $mui.InstFilesPage.Text $mui.DirectoryPage 1006
103 GetDlgItem $mui.InstFilesPage.ProgressBar $mui.DirectoryPage 1004
104 GetDlgItem $mui.InstFilesPage.ShowLogButton $mui.DirectoryPage 1027
105 GetDlgItem $mui.InstFilesPage.Log $mui.DirectoryPage 1016


And you can see in UnConfirmPage:
code:
81 FindWindow $mui.UnConfirmPage "#32770" "" $HWNDPARENT
82 GetDlgItem $mui.UnConfirmPage.Text $mui.DirectoryPage 1006
83 GetDlgItem $mui.UnConfirmPage.DirectoryText $mui.DirectoryPage 1029
84 GetDlgItem $mui.UnConfirmPage.Directory $mui.DirectoryPage 1000



It is necessary to replace $mui.DirectoryPage by $mui.InstFilesPage and $mui.UnConfirmPage.

SuperPat is offline   Reply With Quote
Old 20th September 2007, 18:58   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
Thanks. I'll fix that.
Joost Verburg is offline   Reply With Quote
Reply
Go Back   Winamp 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