The Two-Layered GUI Toolkit Code
Provides common dialogs and widgets with a GUI-toolkit-agnostic layer.
Brought to you by:
fhaag
File | Date | Author | Commit |
---|---|---|---|
doc | 2015-08-17 |
![]() |
[518d62] * updated some version numbers |
keys | 2015-09-23 |
![]() |
[bd43a7] + preliminary CodePlex support in build scripts |
pubinfo | 2016-01-17 |
![]() |
[47c552] * updated the changelog |
src | 2016-01-17 |
![]() |
[f0a74b] + default value property for typed input values |
tools | 2015-09-27 |
![]() |
[dbfdbb] * changed the headline of the generated web cha... |
COPYING | 2013-01-01 |
![]() |
[95855b] * updated the year in some copyright notices |
buildrelease.bat | 2012-05-20 |
![]() |
[d01cc3] + preliminary version of release build scripts |
publishrelease.bat | 2012-05-20 |
![]() |
[d01cc3] + preliminary version of release build scripts |
readme.txt | 2015-09-26 |
![]() |
[184f9d] * tested on Mono again |
release.build | 2015-09-27 |
![]() |
[74d39e] * fixed a deployment bug related to curl syntax |
The Two-Layered GUI Toolkit =========================== Version %VERSION% %DATE% 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; the Gtk# binding was also tested with Mono 4.0.3 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)