Download List

Projeto Descrição

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 primeira versão estável contém algumas correções de bugs sobre a última versão beta.
Tags: Stable
This first stable release contains some bugfixes over the last beta release.

2013-01-03 08:15
0.9.1

Esta versão apresenta algumas pequenas correções e dois notáveis novos recursos: caixas de diálogo (caixas de mensagem, caixas de entrada, etc.) podem agora ter um texto de título que deve descrever a finalidade do diálogo caixa de mensagem de janela ou em uma frase curta, e as opções na página do assistente, com botões de opção em alternativa agora podem ser mostradas em uma caixa de listagem.
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

As principais novidades nesta versão são os comandos de edição para valores de entrada.

Cada valor de entrada agora pode ser reforçada com um ou mais comandos que podem invocar diálogos arbitrários ou apenas atribuir valores padrão predefinidos.

O namespace do sistema de arquivos agora também define uma caixa de diálogo de seleção de diretório.
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 versão apresenta um conceito de validação melhorada para valores de entrada. Validade de um valor de entrada pode agora depender os outros valores de entrada na mesma 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 versão inclui algumas correções de bugs para o binding Gtk # e adiciona um invólucro de independente de Kit de ferramentas de GUI fácil de usar para abrir e salvar caixas 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