DlgHost plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "{{PageAuthor|Anders}} == Plugin Info == * '''Version:''' 20110619 Alpha * '''Type:''' Runtime plugin * '''Character encoding:''' Ansi * '''Minimum OS:''' Win95/NT4 * '''Minimum ...")
 
m (Reverted edits by 94.23.238.222 to last version by Anders)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
* '''Minimum NSIS Version:''' 2.43
* '''Minimum NSIS Version:''' 2.43
* '''License:''' Freeware
* '''License:''' Freeware
* '''Download:''' <attach>DlgHostPlugin.zip‎‎</attach>
* '''Download:''' <attach>DlgHostPlugin.zip</attach>




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.png‎]]
[[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.

DlgHostPlugin.png

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?)