Download Latest Version 1.1.0-rc2 CHM Help File (6.2 MB)
Email in envelope

Get an email when there's a new version of The Two-Layered GUI Toolkit

Home / TwoLayeredGUI / 1.1.0-alpha3
Name Modified Size InfoDownloads / Week
Parent folder
TwoLayeredGUI-1.1.0-alpha3-help.tar.gz 2015-08-21 5.7 MB
TwoLayeredGUI-1.1.0-alpha3-src.tar.gz 2015-08-21 453.6 kB
TwoLayeredGUI-1.1.0-alpha3-bin.tar.gz 2015-08-21 1.1 MB
readme.txt 2015-08-21 3.4 kB
Totals: 4 Items   7.3 MB 0
The Two-Layered GUI Toolkit
===========================
Version 1.1.0-alpha3
2015-08-21

A .NET/Mono library that provides frequently used dialogs and GUI components.

The dialogs can be set up with objects that are independent from the GUI
framework. Framework-specific modules then transform these settings objects into
actual dialog boxes. Currently, implementations for Windows Forms, WPF and Gtk#
are provided.

Learn more on the project page: http://sourceforge.net/projects/twolayeredgui

Check out the sample application in the source code release to see how it's
used. Additional tipps and tricks are supplied in the Wiki:
http://sourceforge.net/p/twolayeredgui/wiki/

For any questions or suggestions, visit our forums:
http://sourceforge.net/p/twolayeredgui/discussion/

To see current or file new bug reports, visit the tickets system:
http://sourceforge.net/p/twolayeredgui/tickets/

Compiling the Source Code
-------------------------
Download the source code, extract the archive and build the solution.
Tested on SharpDevelop 4.4.1 with .NET 4.0 - but it should work with newer
versions, as well.
Note that for building some of the samples, you need to include the SampleCore
project into your solution.

For building the help file, use Sandcastle Help File Builder 2015.5.2.0 and the
appropriate version of Microsoft Sandcastle.

The libraries were tested on .NET 4.0 on Windows 7 64 bit.

Building the Samples
--------------------
All samples need the SampleCore project, so make sure to compile it before the
other sample projects. SampleCore initializes dialog box settings objects that
are displayed using various GUI toolkits in the various other sample projects.

Obtaining the Binaries
----------------------
Binary packages are available on the SourceForge project site:
http://sourceforge.net/projects/twolayeredgui/files/

If you cannot run the samples on Mono in Linux, try to add --runtime=v4.0
to the command line.

The Two-Layered GUI Toolkit is also available on NuGet: Look for packages
whose names start with "TwoLayeredGUI".

License & Credits
-----------------
The Two-Layered GUI Toolkit is published under the terms of the MIT license:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

People who have contributed to The Two-Layered GUI Toolkit:
 * Florian Haag [fhaag@users.sourceforge.net] (code)
 * Mangal Rakesh Vankadaru (some WPF code)
Source: readme.txt, updated 2015-08-21