Ultra-Modern UI: Difference between revisions
(Update to UMUI 2.0 beta) |
No edit summary |
||
Line 32: | Line 32: | ||
* The default install directory for the NSIS + UltraModernUI package is now C:\ProgramData on Windows Vista and upper to allow examples to be compiled without access rights errors; | * The default install directory for the NSIS + UltraModernUI package is now C:\ProgramData on Windows Vista and upper to allow examples to be compiled without access rights errors; | ||
* A lot of bug fixes and optimizations; | * A lot of bug fixes and optimizations; | ||
* Source code now on GitHub https://github.com/SuperPat45/UltraModernUI. | * Source code now on GitHub: https://github.com/SuperPat45/UltraModernUI. | ||
== Credits == | == Credits == | ||
Line 46: | Line 46: | ||
[http://ultramodernui.sourceforge.net/ Official Website] (Includes screenshots) | [http://ultramodernui.sourceforge.net/ Official Website] (Includes screenshots) | ||
[http://forums.winamp.com/showthread.php?p=3067419#post3067419 2.0 Topic] | [http://forums.winamp.com/showthread.php?p=3067419#post3067419 2.0 beta Topic] | ||
[[Category:Graphics and UIs]] | [[Category:Graphics and UIs]] |
Revision as of 11:51, 27 August 2016
Download Link
UltraModernUI 2.0b1 (4.2 MB) NSIS 3.0 + UltraModernUI 2.0b1 (4.6 MB)
Description
Version: 2.0 beta 1.
The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows. UltraModernUI and NSIS are released under an open source license.
The Ultra-Modern User Interface also features new pages (Confirm, Abort, AlternativeStartMenu, AdditionnalTasks, Information, Maintenance, Update, StupType...). The interface and the graphics can be customized using the provided settings and the new skins system.
UltraModernUI include also an other User Interface named ModernUIEx. ModernUIEx is the same User Interface as the original Modern UI style but with the support of the new ultra-modern pages and thith a little more options.
UltraModernUI include three NSIS plug-ins:
- SkinnedControls: a plug-in, natively integrated to UmtraModernUI, to skin all buttons and scroll bars of your installer;
- InstallOptionsEx: an extension, natively integrated to UmtraModernUI, of the original InstallOptions plug-in with more feature to create custom pages;
- nsArray: needed by some UltraModernUI features, provide less out-of-the-box arrays and map features.
Lastest Version Changes
- UltraModernUI is now fully compatible with NSIS version 3 x86 edition and now with the large string special build;
- The NSISArray plug-in was replaced by the new nsArray plug-in in version 1.1.1.7 who is faster and uses less memory;
- Updated the InstallOptionsEx plug-in to version 2.4.5 beta 3 with full unicode support;
- Updated the SkinnedControls plug-in to version 2.3 with unicode support, rewritten documentation and button image size are no more limited to allow smoother gradients;
- The information page is now compatible with UTF16LE text files if compiled in Unicode;
- The information page is now compatible with Unix style (LF only) line return text files;
- The UMUI_CUSTOM_SKIN define is now deprecated, it is no more necessary and you can simply use the UMUI_SKIN define with your custom skin;
- All button image was recreated with smoother gradient;
- Reduced weight of skin images;
- Updated and completed documentation;
- Added an example for nsDialogs based custom page and documentation;
- The default install directory for the NSIS + UltraModernUI package is now C:\ProgramData on Windows Vista and upper to allow examples to be compiled without access rights errors;
- A lot of bug fixes and optimizations;
- Source code now on GitHub: https://github.com/SuperPat45/UltraModernUI.
Credits
- Made by SuperPat
- Based on Modern UI Copyright 2002-2016 Joost Verburg.
- And inspired of the ExperienceUI of dandaman32.
- Skins by SuperPat
- UltraModern Icons and WXP BackGround skin is taken again on ExperineceUI of dandaman32.
Links
Official Website (Includes screenshots)