What is Gui: Definition and 63 Discussions

The graphical user interface (GUI jee-you-eye or ) is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation. GUIs were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs), which require commands to be typed on a computer keyboard.
The actions in a GUI are usually performed through direct manipulation of the graphical elements. Beyond computers, GUIs are used in many handheld mobile devices such as MP3 players, portable media players, gaming devices, smartphones and smaller household, office and industrial controls. The term GUI tends not to be applied to other lower-display resolution types of interfaces, such as video games (where head-up display (HUD) is preferred), or not including flat screens, like volumetric displays because the term is restricted to the scope of two-dimensional display screens able to describe generic information, in the tradition of the computer science research at the Xerox Palo Alto Research Center.

View More On Wikipedia.org
  1. C

    Cross-Platform GUI: Compatible Windows & Linux Solutions

    I'm thinking about writing a GUI program (a wrapper to multithread loops and automate tasks) and I was wondering if there was a way to do this in a compatible way across Windows and Linux. You see, I'm running XP at home now but I think I may convert to Xubuntu in the near future. Should I...
  2. Philosophaie

    MATLAB MatLab: Plotting in GUI uicontrol

    Having trouble plotting in a GUI. You have to first start with the axes command in the gui code. Then the plot. When you do the previous two actions noting comes up on the screen. The code: axes('position',[1000,900,1000,900]) ... for k=9:1:-1 hold on; for o=0:2*pi:.1...
  3. N

    MATLAB Need help with Matlab GUI – how to refresh/ redraw?

    Hello: Could you possibly help me. I am writing a fairly simple GUI. The callback for “Start” button does the following: 1) Clears the current plot displayed in an Axis object 2) Calculates data for a new plot 3) Plots the new plot in Axes object from 1) I need 1) to take place...
  4. R

    C/C++ Need recommendations for a good C++ GUI book

    Need recommendations for a good C++ GUI book... ... or an on-line tutorial. Thanks.
  5. B

    MATLAB Adapting Matlab GUI to Screen Resolution

    I have this Matlab GUI and I need assistance with making it independent of screen resolution. What I mean by this is that I want it to resize itself according to whatever the screen resolution is. Now I know how to do this for the actual GUI figure window, but none of the objects within the...
  6. C

    How to Callback Function After Creating a GUI

    after creating a gui ,how to call back a particular function? for example ,if i have created a gui call for adding two numbers with one push botton named 'sum' ,so that when we click on the sum push botton ,it should display the result.the problem is how to link this push button to call the...
  7. ranger

    MATLAB How to Link MATLAB GUI User Inputs to a Simulation Equation?

    [Matlab virgin here] I am in great need of some help. My task is to create GUI app to model simple harmonic motion of a spring with a mass attached to it. The requirements are to have the user be able to change every parameter of the equation: my'' + cy' + ky' = f(t) The m, c, k, and f are the...
  8. ranger

    MATLAB Create a GUI with GUIDE - Can You Edit the Output?

    Whenever we use GUIDE to create a GUI, GUIDE generates an m-file. Now, is it possible for one to use this m-file generated by GUIDE to re-edit the GUI? I mean say I downloaded an m-file from the internet which has a GUI interface. Can I use GUIDE to edit the m-file and "tweak" the interface to...
  9. C

    Can You Create Graphical Windows Applications Without WinAPI Libraries?

    Hello i have been wondering if i can make graphical windows applications without WinAPI libraries? Thanks.
  10. K

    Guide to Visual Programming (GUI) in VB.NET - Urgent Help Needed

    Do anyone know a guide about visual programming (gui) in VisualBasic. Net? It is really urgent. Thanks in advance..
  11. S

    Java Build a GUI for Integer Input with Average and Clear Buttons - Java Help

    Build a GUI to accept integers (when the ENTER key is depressed) into an arr ay of 15 int; have a button called AVERAGE; when AVERAGE is selected, there is a display of the count and the current average; have a button called CLEA R; when CLEAR is selected, count is set to 0 and so are all...
  12. z-component

    What is the 360 GUI video demonstration for a unique operating system?

    Hello there, I remember seeing a video demonstration a few years ago of this very strange type of GUI for that particular operating system. On the display monitor, there would be windows like usual, but the view could be rotated 360 degrees around to view other windows. If I remember...
  13. Saint

    Opera 7.11 has a very nice GUI

    I tried it, very good and fast, nice GUI, blue color.
Back
Top