DlgHost plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Fixed download link) |
m (Reverted edits by 94.23.238.222 to last version by Anders) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
This plugin can host a nsDialogs dialog in a popup window. | This plugin can host a nsDialogs dialog in a popup window. | ||
[[File:DlgHostPlugin. | [[File:DlgHostPlugin.png]] | ||
<div style="background-color:#FFB3B3;border:1px solid #FF1111;color:#A20000;padding:0.3em"><b>Notes:<ul><li>nsDialogs was not designed to be hosted in other dialogs, use at your own risk! | <div style="background-color:#FFB3B3;border:1px solid #FF1111;color:#A20000;padding:0.3em"><b>Notes:<ul><li>nsDialogs was not designed to be hosted in other dialogs, use at your own risk! |
Latest revision as of 20:24, 15 May 2013
Author: Anders (talk, contrib) |
Plugin Info
- Version: 20110619 Alpha
- Type: Runtime plugin
- Character encoding: Ansi
- Minimum OS: Win95/NT4
- Minimum NSIS Version: 2.43
- License: Freeware
- Download: DlgHostPlugin.zip (3 KB)
Description
This plugin can host a nsDialogs dialog in a popup window.
Notes:
- nsDialogs was not designed to be hosted in other dialogs, use at your own risk!
- Only one nsDialogs instance can be active at any time, if you need to nest dialogs, use InstallOptions + nsDialogs.
Credits
Written by Anders (For fun and profit?)