Download List

Descripción del Proyecto

The Two-Layered GUI Toolkit is a library of GUI helper classes which is designed in a way to simplify development of separate interchangeable front-ends. For every supported dialog box type, there is a settings class (independent from a GUI toolkit) whose options can be used by one of the implementations for a specific GUI toolkit (bindings for Gtk#, WPF, and WinForms are provided, but custom ones can be added). That is, the dialog definition can be prepared by the application's core component and passed to the front-end, which uses it to instantiate the dialog box using whatever GUI toolkit it likes.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-28 06:23
1.0

Esta primera versión estable contiene algunas correcciones de errores sobre la última versión beta.
Tags: Stable
This first stable release contains some bugfixes over the last beta release.

2013-01-03 08:15
0.9.1

Esta versión cuenta con algunos pequeños arreglos y dos nuevas características notables: cuadros de diálogo (cuadros de mensaje, cajas de entrada, etc.) ahora pueden tener un texto de título que debe describir el propósito de la ventana de mensaje o cuadro de diálogo en una frase corta, y las opciones en la página del asistente con los botones de radio ahora también se pueden mostrar en un cuadro de lista.
Tags: Beta
This release features some small fixes and two notable new features: Dialog boxes (message
boxes,
input boxes,
etc.) can now have a headline text which should describe the purpose
of the dialog box or message window in a short sentence, and

the options on the wizard page with radio buttons can now alternatively
be shown in a list box.

2012-12-19 11:49
0.9.0

Las principales novedades de esta versión son comandos de edición para los valores de entrada.

Cada valor de entrada se puede mejorar ahora con uno o varios comandos que pueden invocar los diálogos arbitrarios o simplemente asignar valores predefinidos.

El espacio de nombres del sistema de archivos ahora también define un cuadro de diálogo de selección de directorio.
Tags: Beta
The major novelties in this release are edit commands for input values.

Each input value can now be enhanced with one or more commands which can invoke arbitrary
dialogs or just assign pre-defined default values.

The FileSystem namespace now also defines a directory selection dialog.

2011-10-25 08:01
0.1.8

Esta versión incluye un concepto de validación mejorada para valores de entrada. Validez de un valor de entrada ahora puede depender de los otros valores de entrada en el mismo InputPanel.
This version features an improved validation concept for input values. Validity of an input value can now depend on the other input values on the same InputPanel.

2011-10-18 10:48
0.1.7

Esta versión incluye algunas correcciones para el enlace Gtk # y añade un contenedor de independiente de la herramientas GUI fácil de usar para abrir y guardar los cuadros de diálogo.
Tags: Preview
This release includes a few bugfixes for the Gtk# binding and adds an easy-to-use GUI-toolkit-independent wrapper for open and save dialog boxes.

Project Resources