Prev Previous Post   Next Post Next
Old 31st March 2007, 15:29   #1
Brummelchen
Major Dude
 
Join Date: May 2003
Posts: 681
how to disable/set-text buttons in MUI_PAGE_INSTFILES?

i have tried now several solutions and none worked.
Quote:
;disable buttons
## Change Next button text
GetDlgItem $1 $HWNDPARENT 1
SendMessage $1 ${WM_SETTEXT} 0 "STR:----"
## Change Cancel button text
GetDlgItem $1 $HWNDPARENT 2
SendMessage $1 ${WM_SETTEXT} 0 "STR:Beenden"
## Change Back button text
GetDlgItem $1 $HWNDPARENT 3
SendMessage $1 ${WM_SETTEXT} 0 "STR:----"
ShowWindow $1 ${SW_HIDE}
this in a PRE function only works while the dialog is at work.
when all is done (incl my detailprints) all buttons shows like normal - woot

i want the cancel button as "Finish" and back/next disabled.

pls help.

PS even the header text isnt visible - only while in work.

here a shot how it is shown (fast capture) at work.
(the small pic inside ist after processing - not wanted)


Greets, Brummelchen
Brummelchen is offline   Reply With Quote
 
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