DlgHost plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(ktdIwsVKh) |
m (Reverted edits by 94.23.238.222 to last version by Anders) |
||
Line 1: | Line 1: | ||
{{PageAuthor|Anders}} | |||
== Plugin Info == | |||
* '''Version:''' 20110619 Alpha | |||
* '''Type:''' Runtime plugin | |||
* '''Character encoding:''' Ansi | |||
* '''Minimum OS:''' Win95/NT4 | |||
* '''Minimum NSIS Version:''' 2.43 | |||
* '''License:''' Freeware | |||
* '''Download:''' <attach>DlgHostPlugin.zip</attach> | |||
== Description == | |||
This plugin can host a nsDialogs dialog in a popup window. | |||
[[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! | |||
<li>Only one nsDialogs instance can be active at any time, if you need to nest dialogs, use InstallOptions + nsDialogs. | |||
</ul></b></div> | |||
== Credits == | |||
Written by Anders (For fun and profit?) | |||
[[Category:Plugins]] |
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?)