New and improved banner:
- No more crashes - Responds to messages (and thus redraws itself) - Doesn't put the main window on the background - Some new /set tricks by brainsucker git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2909 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
370071e60a
commit
a488b62950
4 changed files with 125 additions and 15 deletions
|
@ -30,4 +30,16 @@ Example:
|
|||
|
||||
Banner::show /NOUNLOAD /set 76 "bah #1" /set 54 "bah #2" "Normal text"
|
||||
|
||||
The second parameter for /set is the ID of the control.
|
||||
The second parameter for /set is the ID of the control.
|
||||
|
||||
Some More Tricks
|
||||
----------------
|
||||
|
||||
If you use /set to set the main string (IDC_STR, 1030) you can specify a different string for the window's caption and for the main string.
|
||||
|
||||
If you use an empty string as the main string (Banner::show /NOUNLOAD "") the banner window will not show on the taskbar.
|
||||
|
||||
Credits
|
||||
-------
|
||||
|
||||
A joint effort of brainsucker and kichik in honor of the messages dropped during the battle
|
Loading…
Add table
Add a link
Reference in a new issue