Relative Content

Tag Archive for gui

User selection and object creation

I’m writing a GUI application. The user selects item from a comboBox (non editable). The suitable input data control is then enabled and user enters data. Then the appropriate object according to the comboBox selected item is created.

Data representation with C# and WPF

I’m developing an application handling DB parts. I retrieve the data from the DB with stored procedures and prepared statements. Now I want to display the data in the GUI.

OOP when using a GUI Designer

I usually do database and web development but at the moment I’m learning desktop development with Mono and Gtk# using using the MonoDevelop IDE. I’m also using the Stetic GUI Designer inside MonoDevelop to create the GUI.

Dynamically change of UI on value changes in list box

I have a list box with several elements, let it be web servers (tomcat, iis etc). For each list box value, UI must have different views. For example, if we choose IIS, user name and password fields appear. If we choose tomcat, some additional fields appear depending on user OS – IP and port for linux and path for windows.

Modern REPL for Haskell – is anybody working on it? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. It’s time Haskell had a modern REPL like […]