|
|
#1 |
|
Junior Member
Join Date: Apr 2007
Posts: 4
|
Large title in unpage confirm
Hi, I read in another post that to show a large title in welcome and finish page you can use
!define MUI_WELCOMEPAGE_TITLE_3LINES !define MUI_FINISHPAGE_TITLE_3LINES and it works fine for both Install and Uninstall, but I still have a problem with the large title in the following page: !insertmacro MUI_UNPAGE_CONFIRM any suggests? Thanks in advance |
|
|
|
|
|
#2 |
|
Major Dude
|
this page has a fixed size of the title control.
you will need to either modify the ui resource files (nsis/contrib/UIs/) by yourself or resize the control with an appropriate SendMessage command in the show function of the page. hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2007
Posts: 4
|
Could you please give me an example of how can I resize the control with SendMessage ?
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
SendMessage cannot be used. You must call the SetWindowPos API with the System plugin.
http://msdn.microsoft.com/library/en...asp?frame=true Try searching the forum for SetWindowPos. Stu |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Apr 2007
Posts: 4
|
Thanks but I'd prefer to replace the automatic text build by the MUI_UNPAGE_CONFIRM. Do you know how can I change the text of the title with a string using a function?
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Apr 2007
Posts: 4
|
I want to replace the text of the title in a page with a shortest text instead of the automatic display. Any suggets?
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|