GUI: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
(Redirected page to Category:GUI)
 
Line 1: Line 1:
A '''Graphic User Interface''' or '''GUI''' refers to the user interface and not what goes on behind the scenes. 
#Redirect:[[:Category:GUI]]
 
GUI is commonly considered to include at least one or more of the following widgets:
*proportional fonts
*Grids
*ComboBoxes
*Dropdown Menus
*Object Oriented Design
*Mouse or Keyboard driven
 
===External Links===
*[http://en.wikipedia.org/wiki/GUI Wikipedia's GUI]
*[http://en.wikipedia.org/wiki/Object-oriented_user_interface Wikipedia's Object-oriented User Interface]
 
 
===GUI Mode===
 
{{:GUI Mode}}
 
===GUI Mode ON Fkey values===
When GUIMODE is on, Fkey values may be assigned to controls either by PRINT or INPUT statements. If they are assigned with PRINT statements, they need not be specified in corresponding INPUT statements in order to be active. However, in order to clear them an Fkey value of minus one (-1) must be specified in either a PRINT or INPUT statement for the control.
 
When GUIMODE is on, a single click on a hot text field that is part of an active INPUT FIELDS statement will not trigger an FKEY interrupt, but it will cause the cursor to move to that field. If it is double clicked, focus is moved to the control and then the specified Fkey interrupt is generated.
 
Labels and inactive text fields with Fkey values assigned will continue to trigger an Fkey interrupt when they are single or double clicked.
 
The appearance of PRINTed sunken fields has been improved.
 
;Input Fields-
 
To specify the color attributes of an inactive field you must set the attribute "[ INACTIVE]" i.e.
 
00200 execute "config attribute [ INACTIVE]N/#0000FF:#FFFFFF,font=SWISS:MEDIUM"
 
;Print Fields-
 
A debug dump facility has been added to BR. It produces a file named BR_CRASH_DUMP.DMP which is very useful for resolving GPFs and assertion failures. This is produced only when using BRdebug.exe as opposed to BRnative.exe.
 
TABs do not switch in response to PRINT FIELDS.
 
DIR reports true filename case.
 
;HOT Controls
 
All controls now appear active when hot (fkey value assigned).
 
;Protected Fields
 
Protected fields using Windows colors are now displayed as [ inactive], not as background.
 
;2D SECTION COLORING
 
01500 PRINT FIELDS "nn,nn,GRID 10/40,ATTR": (mat start, mat end, mat attr$)
 
Overrides the attributes of a range of cells/rows for a GRID/LIST display. This allows you to shade or otherwise alter the display of a range of cells / rows in a 2D control.
 
AEX and P are now supported in HEADERS column attributes.  This applies this attribute to ALL cells in the column.
 
===Force Visibility===
 
{{:Force Visibility}}
 
===The Shaded Sunken Appearance===
 
{{:Sunken Appearance}}
 
===Graphic Images - Pictures===
 
See [[Picture]].
 
<noinclude>
[[Category:GUI]]
[[Category:Terminology]]
</noinclude>

Latest revision as of 15:21, 3 March 2014

Redirect to: