home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 5 / amigaformatcd05.iso / mui / docs / english / mui.guide (.txt) next >
Amigaguide Document  |  1996-08-13  |  72KB  |  1,602 lines

  1. @database mui/docs/English/MUI.guide
  2. @Master t:prefs.texi
  3. @Width 72
  4. This is the AmigaGuide
  5.  file mui/docs/English/MUI.guide, produced by Makeinfo-1.55 from 
  6. the input file t:prefs.texi.
  7. @Node Main "mui/docs/English/MUI.guide"
  8.                        MUI - MagicUserInterface
  9.        A system to create and maintain graphical user interfaces
  10.                               Version 3.1
  11.                           User Documentation
  12.                 (c) Copyright 1992-95 by Stefan Stuntz
  13.                              - ShareWare -
  14. Introduction...
  15.  @{" Concept              " Link "INTRO_CONCEPT"}                 What the hell is MUI?
  16.  @{" System requirements  " Link "INTRO_SYSREQ"}                 Which computers can MUI run on?
  17.  @{" Installation         " Link "INTRO_INSTALL"}                 How do I install MUI?
  18. Using MUI applications...
  19.  @{" Windows              " Link "USE_WINDOWS"}                 Size, position, iconifying.
  20.  @{" Keyboard             " Link "USE_KEYBOARD"}                 Keyboard usage.
  21.  @{" Cycle Gadgets        " Link "USE_CYCLE"}                 Cycle popup menus.
  22.  @{" Commodities          " Link "USE_COMMODITIES"}                 Commodities interface.
  23.  @{" ARexx                " Link "USE_AREXX"}                 Built-in ARexx port.
  24. The MUI preferences program...
  25.  @{" Overview             " Link "PREFS_INTRO"}                 Purpose of the prefs program.
  26.  @{" Main window          " Link "PREFS_MAIN"}                 Elements of the main window.
  27.  @{" Basics               " Link "PREFS_USAGE"}                 Some basic configuration concepts.
  28.  @{" Local Settings       " Link "PREFS_LOCAL"}                 Different settings for programs.
  29.  @{" Pages                " Link "PREFS_PAGE"}                 Detailed description of pages.
  30. The MUI public screen manager...
  31.  @{" Main window          " Link "PSI_MAINWINDOW"}                 Elements of the main window.
  32.  @{" Edit window          " Link "PSI_EDITWINDOW"}                 Elements of an edit window.
  33. Other topics...
  34.  @{" Registration         " Link "MISC_REGISTER"}                 How to become a registered user.
  35.  @{" Updates              " Link "MISC_UPDATES"}                 Where to get updates.
  36.  @{" Support              " Link "MISC_SUPPORT"}                 How to reach the author.
  37.  @{" Acknowledgments      " Link "MISC_ACKS"}                 The author wishes to thank...
  38.  @{" Discussion           " Link "MISC_QUESTIONS"}                 Questions and Answers. (Q&A)
  39. Distribution policies...
  40.  @{" Disclaimer           " Link "POL_DISCLAIMER"}                 Warranty? No warranty.
  41.  @{" License              " Link "POL_LICENSE"}                 License agreement.
  42.  @{" Installer            " Link "POL_INSTALLER"}                 About the installer program.
  43. @EndNode
  44. @Node "INTRO_CONCEPT" "MUI.guide/INTRO_CONCEPT"
  45. @Toc "Main"
  46. The concepts behind MUI
  47. =======================
  48.    MagicUserInterface (also known as MUI) is a complete system to create
  49. and maintain graphical user interfaces. The creating GUIs has been a
  50. big problem for a very long time. Mainly because the programmer got
  51. only a minuscule amount of support from the operating system. Beginning
  52. with Kickstart 2.0, the `gadtools library' was a step in the right
  53. direction, however, even using this library to generate complex and
  54. flexible interfaces remained difficult and still required a great deal
  55. of patience.
  56.    Today there are tools available that make the use of `gadtools
  57. library' much more simplified, but even these alternatives are not
  58. often satisfying.
  59.    The largest problem in existing tools for the creation of user
  60. interfaces is the inflexible output.  Most of the programs are still
  61. using built-in fonts and window sizes, thus making the use of high
  62. resolution graphics hardware adaptors nearly unbearable.  Its been said
  63. that Amiga users have had to live with such similar shortcomings all
  64. along.  Even the preference programs on the Workbench are still only
  65. using the default font, topaz/8!
  66.    MUI corrects all these disadvantages!  The central scheme behind MUI
  67. assumes that only the user (and not the programmer) of an application
  68. knows how the program he is using best fits his personal needs, and that
  69. of his computer system.  Because MUI applications don't contain any
  70. absolute values for sizes or positions, the programmer instead only
  71. defines objects and groups of objects.  Such objects are defined on run
  72. time by MUI according to the users settings.
  73.    Consequently, an MUI application gives the user *many* more important
  74. advantages:
  75.    - Font sensitivity
  76.      In MUI Its possible for the font to be set in every application.
  77.      No more times where the A2024 users had to suffer from the
  78.      programs that only used the tiny topaz/8 font. Even better, MUI
  79.      gives the user no restrictions on which fonts he may use,
  80.      especially proportional fonts!  The proportional fonts make a
  81.      program much more appealing and even reduces the space a program's
  82.      window uses.
  83.    - Changeable window sizes
  84.      All MUI windows have a sizing gadget which allows users to change
  85.      the window size until it suits their needs. The smaller a window
  86.      becomes, the closer control items within the window come together.
  87.      The larger the window, the more space that will be used for
  88.      displaying information (e.g. in list-views). The size and position
  89.      of every window can be saved, thus giving you your favorite
  90.      setting every time you start the program.
  91.    - Flexibility
  92.      Almost all elements can be changed by the user regarding their own
  93.      personal tastes. The user can define the thickness of borders, how
  94.      the scroll-bars look, mhich images have to be used, and how much
  95.      space should be inserted between the lines of a list-view.  MUI
  96.      gives the user a lot of options to change the look and feel of an
  97.      MUI based application.
  98.    - Controlling by keyboard
  99.      Most of the time it is expected that graphical user interfaces
  100.      (GUIs) and of course MUI applications as well, are controlled by
  101.      the mouse.  However, many users prefer the use of the keyboard for
  102.      faster execution of operations, and because it can be more
  103.      comfortable.  Because of this, all MUI objects (e.g. string
  104.      gadgets, radio buttons, or list-views) can be controlled by the
  105.      keyboard as well as by the mouse! You can even put away your mouse
  106.      completely if you wish!  Its no longer needed!
  107.    - System integration
  108.      MUI applications cooperate with the operating system in many ways.
  109.      Every program can be iconified and uniconified by pushing a gadget
  110.      or by using the Commodities exchange program.  Furthermore, every
  111.      MUI application has an ARexx-Port that allows you full remote
  112.      control (and more) over the user interface.
  113.    - Adjusting to its environment
  114.      It doesn't matter which screen or screen size your MUI applications
  115.      run on.  Workbench or public, 640x200 or 1280x1024 pixels, 4 or 256
  116.      colors, it doesn't matter!  Every application can be made to open
  117.      on any screen, and adapts itself to it's environment.
  118.    All of the MUI settings listed above (and more) can be changed by the
  119. user via the MUI preferences program.  This can be set for every
  120. program in one setting (global) or can be set for each and every single
  121. application.
  122. @EndNode
  123. @Node "INTRO_SYSREQ" "MUI.guide/INTRO_SYSREQ"
  124. @Toc "Main"
  125. System Requirements
  126. ===================
  127.    MUI requires version 2.0 of the Amiga operating system or higher.
  128.    Kickstart 1.3 is *not* supported; this operating system has been
  129. considered to be obsolete.
  130.    The use of MUI on a harddisk is *highly* recommended, although floppy
  131. disk usage is still possible.  Due to the modular concept behind MUI
  132. the first application startup may last "a little" longer.
  133.    MUI does not require a special processor, but of course the faster
  134. CPUs make life easier. Many complex calculations are needed for the
  135. management and layout of the objects, so a "base" 68000 based machine
  136. could be a tad slow.
  137.    MUI applications can run on machines only equipped with 512K of free
  138. RAM, but could become obsolete quite soon. One Megabyte (1024K) RAM
  139. should be sufficient even for the most complex MUI applications.
  140. @EndNode
  141. @Node "INTRO_INSTALL" "MUI.guide/INTRO_INSTALL"
  142. @Toc "Main"
  143. Installation
  144. ============
  145.    MUI is distributed together with the Installer program from
  146. Commodore.  Therefore making installation a breeze! Just double-click
  147. on an icon in the `Install' directcory and the installation procedure
  148. is on it's way.
  149. @EndNode
  150. @Node "USE_WINDOWS" "MUI.guide/USE_WINDOWS"
  151. @Toc "Main"
  152. Windows
  153. =======
  154.    As mentioned previously, nearly all MUI windows are resizeable.  This
  155. allows the user to determine if he wants his control items (i.e.
  156. buttons, list-views, a.s.o.) small and space saving, or bigger and easy
  157. to use. It would be very annoying to adjust the size and position every
  158. time an application appears, all MUI windows remember their size and
  159. positions and uses these values when the application appears again.
  160. This is true for the "normal" window position and size as well as for
  161. the values of the window in a "zoomed" state. (after hitting the zoom
  162. gadget)
  163.    After rebooting the data for the windows are usually lost, if you
  164. have not saved them by hitting the `Save' button in the preferences
  165. window. By doing so, all data regarding the windows are saved and are
  166. available even after a reset.
  167.    In addition to the depth and soom gadget there is a third button in
  168. the title-bar of every MUI window. This button is used to iconify the
  169. whole application. All windows (and screens if available) in the
  170. application are closed and a little appicon appears on the Workbench or
  171. default screen. Double-clicking on this appicon makes the program open
  172. its window(s) (and screen) again.
  173. @EndNode
  174. @Node "USE_KEYBOARD" "MUI.guide/USE_KEYBOARD"
  175. @Toc "Main"
  176. Keyboard Control
  177. ================
  178.    All control items in an MUI window can be controlled completely by
  179. the keyboard. All the known keyboard shortcuts (marked by an uderscore
  180. character) are supported. However, this method is limited if used with
  181. list-views or cycle gadgets.
  182.    Because of this the `TAB' cycling (up until now only used for string
  183. gadgets) has been made available for MUI applications. You can activate
  184. every object (not only string gadgets) by hitting the `TAB' key. As
  185. soon as you activate an object it can then be controlled by the
  186. keyboard.
  187.    - Button gadgets
  188.      `Return' is the equivalent to clicking the gadget with the moust
  189.      button. Pressing and releasing a button is handled in a different
  190.      way. If you push a knob and then wish you cancel this action, you
  191.      may do so by additionally pushing `Shift' before releasing the
  192.      `Return' key.
  193.    - Checkmark gadgets
  194.      An active checkmark gadget can be controlled by `Space' or
  195.      `Return'.  The value of this gadget is toggled every time you
  196.      press the corresponding key.
  197.    - Slider gadgets
  198.      The value of the horizontal or vertical slider gadgets can be
  199.      changed by using the four cusor keys. Using qualifier keys
  200.      additionally allows you to change the increase/decrease amount of
  201.      the sliders.
  202.    - Cycle gadgets
  203.      An active cycle gadget can be switched by using the cursor keys.
  204.      The `Return' key pops up a popup menu (as long as you did not
  205.      disable this feature in the MUI preferences program).
  206.    - Radio-Buttons
  207.      Radio buttons are also controlled by the cursor keys.
  208.    - List-Views
  209.      In an activated list-view the cursor can be moved line by line
  210.      using the cursor keys and together with the corresponding
  211.      qualifier keys pagewise or even to the top or to the bottom. The
  212.      `Return' key simulates a double-click.
  213.      If multiselecting is allowed in a list-view, you can select the
  214.      different items by using the `Space' key.
  215.    - Windows
  216.      For applications opening several windows simultaneously you can
  217.      switch from one window to another by using the `Alt-Tab' key or the
  218.      `Shift-Alt-Tab' key respectively. If the window has a close gadget
  219.      , you can hit the `ESC' key to close the window.
  220.    All information refers to the default settings. With the preferences
  221. program, you can change all the keyboard combinations until the suit
  222. your needs.
  223. @EndNode
  224. @Node "USE_CYCLE" "MUI.guide/USE_CYCLE"
  225. @Toc "Main"
  226. Cycle gadgets
  227. =============
  228.    Besides the MUI cycle gadgets supporting their "normal" function
  229. (next entry by clicking on them, previous entry by holding `Shift'
  230. additionally), offers a menu feature.  This popup menu appears as soon
  231. as the text section of the cycle gadget is hit, then allows a quick and
  232. easy selection of one of the listed entries.
  233.    The behaviour of the popup menus can be influenced within the
  234. listview section of the MUI preferences program.
  235. @EndNode
  236. @Node "USE_COMMODITIES" "MUI.guide/USE_COMMODITIES"
  237. @Toc "Main"
  238. Commodities Interface
  239. =====================
  240.    Every MUI application ties itself in the system as a commodity.
  241. This is nice in that the user can control any MUI application via the
  242. `Commodities Exchange' program, i.e. MUI Applications can be iconified
  243. or canceled.
  244. @EndNode
  245. @Node "USE_AREXX" "MUI.guide/USE_AREXX"
  246. @Toc "Main"
  247. ARexx Interface
  248. ===============
  249.    Every MUI application is able to receive commands via the built-in
  250. ARexx port. Here are some default commands which are understood by
  251. every program:
  252.    - QUIT
  253.      Ends the application.
  254.    - HIDE
  255.      Hides (iconifies) the application
  256.    - SHOW
  257.      Shows (pops up) an iconified application.
  258.    - INFO ITEM/A
  259.      According to the given parameter the result string is filled with
  260.      the following contents:
  261.         - "title"       Title of the application
  262.         - "author"      Author of the  application
  263.         - "copyright"   Copyright message
  264.         - "description" Short description
  265.         - "version"     Version string
  266.         - "base"        Name of the ARexx port
  267.         - "screen"      Name of the public screen
  268.    - HELP FILE/A
  269.      A list of all ARexx commands available for the application is
  270.      written into the given file. In addition to the default commands an
  271.      MUI application can (and of course should) support many application
  272.      specific commands. The help list will contain these commands as
  273.      well.
  274.    In case of an error, MUI returns the following values to the rexx
  275. script:
  276.    - -1
  277.      Wrong command definition in host program. Should never happen.
  278.    - -2
  279.      Out of memory.
  280.    - -3
  281.      Unknown ARexx command.
  282.    - -4
  283.      Syntax error.
  284.    Some example scripts can be found in the `Rexx' drawer on the main
  285. directory of the distribution.
  286. @EndNode
  287. @Node "PREFS_INTRO" "MUI.guide/PREFS_INTRO"
  288. @Toc "Main"
  289. Introduction
  290. ============
  291.    With traditional applications, the user usually has no or only very
  292. limited possibilities to influence the look and feel of an user
  293. interface. With MUI, interfaces are a lot more flexible. The programmer
  294. only specifies very few things about the position of particular
  295. gadgets, what actually is displayed on screen depends on the users
  296. preferences setting.
  297.    To adjust these settings, MUI comes with a preferences program
  298. called `MUI'. After installation, this tool can be found in the
  299. system's preferences drawer.
  300. @EndNode
  301. @Node "PREFS_MAIN" "MUI.guide/PREFS_MAIN"
  302. @Toc "Main"
  303. Main Window
  304. ===========
  305.    The main part of the window is made up of several pages that contain
  306. all the possible configuration items. You can turn these pages by using
  307. the listview at the left side.
  308.    At the lower part window border are the `Save', `Use' and `Cancel'
  309. buttons, already common in several of the system preference programs.
  310. Additionally you'll find a `Test' gadget which can be considered to be
  311. the most useful function in the preferences program.  It will be handy
  312. in the beginning to use the `Test' options to play around with the
  313. different settings until you have found the configuration that best
  314. fits your needs. Pushing the `Test' button makes all currently running
  315. applications adopt their parameters from the new values. Thus making it
  316. possible to change the settings of a running application and
  317. immediately notice the consequences of your actions.
  318.    The `Use'-Gadget saves the changes to the `ENV:' drawer and then
  319. ends the preferences program. Please note that the `ENV:' directory
  320. usually resides in the `RAM DISK:' and a reset discards all the
  321. settings made. If you want your settings to be permanent, please use
  322. the `Save'-Button. In addition to global and application specific
  323. settings, all window positions will be saved.
  324.    If you hit `Cancel', all changes will be discarded. Applications
  325. that have already adjusted themselves to the new values because you hit
  326. `Test' automatically return to their previous settings.
  327. @EndNode
  328. @Node "PREFS_USAGE" "MUI.guide/PREFS_USAGE"
  329. @Toc "Main"
  330. Benutzungshinweise zum Voreinsteller-Programm
  331. =============================================
  332.    A lot of options are adjustable through clickable fields with popup
  333. windows. Those fields exist for
  334.  @{" Frames        " Link "PREFS_USAGE_FRAMES"}                   
  335.  @{" Images        " Link "PREFS_USAGE_IMAGES"}                   
  336.  @{" Backgrounds   " Link "PREFS_USAGE_BACKGROUNDS"}                        
  337.  @{" Colors        " Link "PREFS_USAGE_COLORS"} 
  338.    Furthermore, you are able to copy one field into another by using
  339. Drag&Drop.  If you want to copy between different pages, use one of
  340. `D&D Clipboards' below the pages listview.
  341.    MUI uses context sensitive popup menus for the well-known `Reset to
  342. defaults', `Last saved', `Restore' and `Preset' menus. This means that,
  343. if you hit the right mouse button over a single gadget, your choice will
  344. only affect this single gadget. If you hit it while being somewhere
  345. within a page, your choice will affect all the gadgets on that page. If
  346. you hit it over the pages listview, all pages will be affected.
  347.    To improve popup menu control, you should install an utility like
  348. `MagicMenu'.
  349. @EndNode
  350. @Node "PREFS_USAGE_FRAMES" "MUI.guide/PREFS_USAGE_FRAMES"
  351. @Toc "PREFS_USAGE"
  352. Frames Popup Window
  353. -------------------
  354.    Select one of a few different frame types and their inner spacing
  355. here.  Note that you can also use Drag&Drop to copy to or from a Frames
  356. popup window.
  357. @EndNode
  358. @Node "PREFS_USAGE_IMAGES" "MUI.guide/PREFS_USAGE_IMAGES"
  359. @Toc "PREFS_USAGE"
  360. Images Popup Window
  361. -------------------
  362.    Select some kind of image.
  363. @EndNode
  364. @Node "PREFS_USAGE_BACKGROUNDS" "MUI.guide/PREFS_USAGE_BACKGROUNDS"
  365. @Toc "PREFS_USAGE"
  366. Hintergrund Popup-Fenster
  367. -------------------------
  368.    Select a background from some object. Note that you can only use
  369. external graphics files if you own OS 3.0.
  370. @EndNode
  371. @Node "PREFS_USAGE_COLORS" "MUI.guide/PREFS_USAGE_COLORS"
  372. @Toc "PREFS_USAGE"
  373. Color Popup Window.
  374. -------------------
  375.    Select a color in a few different ways.
  376. @EndNode
  377. @Node "PREFS_LOCAL" "MUI.guide/PREFS_LOCAL"
  378. @Toc "Main"
  379. Global and application specific settings
  380. ========================================
  381.    Previous versions of MUI allowed to adjust application specific
  382. settings from the global preferences program. This is no longer the
  383. case, the preferences program is for global GUI settings only.
  384.    An applications local settings are now called directly from this
  385. application, either by a "Settings/MUI..." menu if the program is MUI 3
  386. aware, or with a special gadget in the applications window border. You
  387. must enable @{"this gadget" Link "PREFS_ITEMS_PrefsGadget"} before you can use it.
  388. @EndNode
  389. @Node "PREFS_PAGE" "MUI.guide/PREFS_PAGE"
  390. @Toc "Main"
  391. Preferences Pages
  392. =================
  393.  @{" PREFS_PAGE_SYSTEM " Link "PREFS_PAGE_SYSTEM"}                  
  394.  @{" PREFS_PAGE_WINDOW " Link "PREFS_PAGE_WINDOW"}                  
  395.  @{" PREFS_PAGE_BUTTON " Link "PREFS_PAGE_BUTTON"}                  
  396.  @{" PREFS_PAGE_STRING " Link "PREFS_PAGE_STRING"}                  
  397.  @{" PREFS_PAGE_GROUP " Link "PREFS_PAGE_GROUP"}                 
  398.  @{" PREFS_PAGE_SCROLLBAR " Link "PREFS_PAGE_SCROLLBAR"}                     
  399.  @{" PREFS_PAGE_SLIDER " Link "PREFS_PAGE_SLIDER"}                  
  400.  @{" PREFS_PAGE_LIST " Link "PREFS_PAGE_LIST"}                
  401.  @{" PREFS_PAGE_CYCLE " Link "PREFS_PAGE_CYCLE"}                 
  402.  @{" PREFS_PAGE_NAVIGATION " Link "PREFS_PAGE_NAVIGATION"}                      
  403.  @{" PREFS_PAGE_SPECIAL " Link "PREFS_PAGE_SPECIAL"} 
  404. @EndNode
  405. @Node "PREFS_PAGE_SYSTEM" "MUI.guide/PREFS_PAGE_SYSTEM"
  406. @Toc "PREFS_PAGE"
  407. System Page
  408. -----------
  409.    The system page affects MUI's interfaces to system functions.
  410.  @{" PREFS_ITEMS_PublicScreen " Link "PREFS_ITEMS_PublicScreen"}                         
  411.  @{" PREFS_ITEMS_IconifyIcon " Link "PREFS_ITEMS_IconifyIcon"}                        
  412.  @{" PREFS_ITEMS_IconifyMenu " Link "PREFS_ITEMS_IconifyMenu"}                        
  413.  @{" PREFS_ITEMS_StartIconified " Link "PREFS_ITEMS_StartIconified"}                           
  414.  @{" PREFS_ITEMS_UseRexx " Link "PREFS_ITEMS_UseRexx"}                    
  415.  @{" PREFS_ITEMS_Hotkey " Link "PREFS_ITEMS_Hotkey"}                   
  416.  @{" PREFS_ITEMS_FirstBubbleDelay " Link "PREFS_ITEMS_FirstBubbleDelay"}                             
  417.  @{" PREFS_ITEMS_NextBubbleDelay " Link "PREFS_ITEMS_NextBubbleDelay"}                            
  418.  @{" PREFS_ITEMS_PopScreen " Link "PREFS_ITEMS_PopScreen"} 
  419. @EndNode
  420. @Node "PREFS_ITEMS_PublicScreen" "MUI.guide/PREFS_ITEMS_PublicScreen"
  421. @Toc "PREFS_PAGE_SYSTEM"
  422. PREFS_ITEMS_PublicScreen
  423. ........................
  424.    Whenever you start a MUI program, MUI tries to open its windows on
  425. this public screen. If it is not available, MUI checks if you have
  426. configured this screen with the @{"Public Screen Inspector" Link "PSI_MAINWINDOW"} and opens it
  427. automatically.
  428. @EndNode
  429. @Node "PREFS_ITEMS_IconifyIcon" "MUI.guide/PREFS_ITEMS_IconifyIcon"
  430. @Toc "PREFS_PAGE_SYSTEM"
  431. PREFS_ITEMS_IconifyIcon
  432. .......................
  433.    If the `Iconify-Gadget' checkmark is set, every window of the
  434. application gets an additional gadget in the upper window frame that
  435. makes the window iconify as soon as you hit it.
  436. @EndNode
  437. @Node "PREFS_ITEMS_IconifyMenu" "MUI.guide/PREFS_ITEMS_IconifyMenu"
  438. @Toc "PREFS_PAGE_SYSTEM"
  439. PREFS_ITEMS_IconifyMenu
  440. .......................
  441.    If the `Iconify-Menu' checkmark is set, MUI adds an entry to the
  442. Workbenchs tools menu for iconified applications.
  443. @EndNode
  444. @Node "PREFS_ITEMS_StartIconified" "MUI.guide/PREFS_ITEMS_StartIconified"
  445. @Toc "PREFS_PAGE_SYSTEM"
  446. PREFS_ITEMS_StartIconified
  447. ..........................
  448.    `Start Iconified' determines, if the application will be iconified
  449. at start-up. This will make sense, for example, if you place some tools
  450. into the `WBStartup' drawer, to make them available via keystroke.
  451. @EndNode
  452. @Node "PREFS_ITEMS_UseRexx" "MUI.guide/PREFS_ITEMS_UseRexx"
  453. @Toc "PREFS_PAGE_SYSTEM"
  454. PREFS_ITEMS_UseRexx
  455. ...................
  456.    Switch the ARexx Interface of an application on or off.
  457. @EndNode
  458. @Node "PREFS_ITEMS_Hotkey" "MUI.guide/PREFS_ITEMS_Hotkey"
  459. @Toc "PREFS_PAGE_SYSTEM"
  460. PREFS_ITEMS_Hotkey
  461. ..................
  462.    The `Iconify-Hotkey' allows you to enter a key combination that
  463. iconifys the application (and pops it up again). The format is the same
  464. as the one described for the input events of the `commodities.library'.
  465. @EndNode
  466. @Node "PREFS_ITEMS_FirstBubbleDelay" "MUI.guide/PREFS_ITEMS_FirstBubbleDelay"
  467. @Toc "PREFS_PAGE_SYSTEM"
  468. PREFS_ITEMS_FirstBubbleDelay
  469. ............................
  470.    Delay until the first help bubble appears. Move all the way left to
  471. switch of bubbles completly.
  472. @EndNode
  473. @Node "PREFS_ITEMS_NextBubbleDelay" "MUI.guide/PREFS_ITEMS_NextBubbleDelay"
  474. @Toc "PREFS_PAGE_SYSTEM"
  475. PREFS_ITEMS_NextBubbleDelay
  476. ...........................
  477.    Delay until the next help bubble appears.
  478. @EndNode
  479. @Node "PREFS_ITEMS_PopScreen" "MUI.guide/PREFS_ITEMS_PopScreen"
  480. @Toc "PREFS_PAGE_SYSTEM"
  481. PREFS_ITEMS_PopScreen
  482. .....................
  483.    Automatically pop this screen to front when MUI windows are opened.
  484. @EndNode
  485. @Node "PREFS_PAGE_WINDOW" "MUI.guide/PREFS_PAGE_WINDOW"
  486. @Toc "PREFS_PAGE"
  487. Window Page
  488. -----------
  489.    Window page holds a windows design, some control elements, and a few
  490. default settings like fonts.
  491.  @{" PREFS_ITEMS_SpacingWindowLeft " Link "PREFS_ITEMS_SpacingWindowLeft"}                              
  492.  @{" PREFS_ITEMS_SpacingWindowRight " Link "PREFS_ITEMS_SpacingWindowRight"}                               
  493.  @{" PREFS_ITEMS_SpacingWindowBottom " Link "PREFS_ITEMS_SpacingWindowBottom"}                                
  494.  @{" PREFS_ITEMS_SpacingWindowTop " Link "PREFS_ITEMS_SpacingWindowTop"}                             
  495.  @{" PREFS_ITEMS_ImagesWindowBack " Link "PREFS_ITEMS_ImagesWindowBack"}                             
  496.  @{" PREFS_ITEMS_ImagesRequesterBack " Link "PREFS_ITEMS_ImagesRequesterBack"}                                
  497.  @{" PREFS_ITEMS_NormalFont " Link "PREFS_ITEMS_NormalFont"}                       
  498.  @{" PREFS_ITEMS_TinyFont " Link "PREFS_ITEMS_TinyFont"}                     
  499.  @{" PREFS_ITEMS_BigFont " Link "PREFS_ITEMS_BigFont"}                    
  500.  @{" PREFS_ITEMS_FrameType " Link "PREFS_ITEMS_FrameType"}                      
  501.  @{" PREFS_ITEMS_OnExitWindows " Link "PREFS_ITEMS_OnExitWindows"}                          
  502.  @{" PREFS_ITEMS_RefreshType " Link "PREFS_ITEMS_RefreshType"}                        
  503.  @{" PREFS_ITEMS_RedrawType " Link "PREFS_ITEMS_RedrawType"}                       
  504.  @{" PREFS_ITEMS_IconifyGadget " Link "PREFS_ITEMS_IconifyGadget"}                          
  505.  @{" PREFS_ITEMS_JumpGadget " Link "PREFS_ITEMS_JumpGadget"}                       
  506.  @{" PREFS_ITEMS_SnapshotGadget " Link "PREFS_ITEMS_SnapshotGadget"}                           
  507.  @{" PREFS_ITEMS_PrefsGadget " Link "PREFS_ITEMS_PrefsGadget"}                        
  508.  @{" PREFS_ITEMS_PopupGadget " Link "PREFS_ITEMS_PopupGadget"} 
  509. @EndNode
  510. @Node "PREFS_ITEMS_SpacingWindowLeft" "MUI.guide/PREFS_ITEMS_SpacingWindowLeft"
  511. @Toc "PREFS_PAGE_WINDOW"
  512. PREFS_ITEMS_SpacingWindowLeft
  513. .............................
  514. @EndNode
  515. @Node "PREFS_ITEMS_SpacingWindowRight" "MUI.guide/PREFS_ITEMS_SpacingWindowRight"
  516. @Toc "PREFS_PAGE_WINDOW"
  517. PREFS_ITEMS_SpacingWindowRight
  518. ..............................
  519. @EndNode
  520. @Node "PREFS_ITEMS_SpacingWindowBottom" "MUI.guide/PREFS_ITEMS_SpacingWindowBottom"
  521. @Toc "PREFS_PAGE_WINDOW"
  522. PREFS_ITEMS_SpacingWindowBottom
  523. ...............................
  524. @EndNode
  525. @Node "PREFS_ITEMS_SpacingWindowTop" "MUI.guide/PREFS_ITEMS_SpacingWindowTop"
  526. @Toc "PREFS_PAGE_WINDOW"
  527. PREFS_ITEMS_SpacingWindowTop
  528. ............................
  529. @EndNode
  530. @Node "PREFS_ITEMS_ImagesWindowBack" "MUI.guide/PREFS_ITEMS_ImagesWindowBack"
  531. @Toc "PREFS_PAGE_WINDOW"
  532. PREFS_ITEMS_ImagesWindowBack
  533. ............................
  534. @EndNode
  535. @Node "PREFS_ITEMS_ImagesRequesterBack" "MUI.guide/PREFS_ITEMS_ImagesRequesterBack"
  536. @Toc "PREFS_PAGE_WINDOW"
  537. PREFS_ITEMS_ImagesRequesterBack
  538. ...............................
  539. @EndNode
  540. @Node "PREFS_ITEMS_NormalFont" "MUI.guide/PREFS_ITEMS_NormalFont"
  541. @Toc "PREFS_PAGE_WINDOW"
  542. PREFS_ITEMS_NormalFont
  543. ......................
  544. @EndNode
  545. @Node "PREFS_ITEMS_TinyFont" "MUI.guide/PREFS_ITEMS_TinyFont"
  546. @Toc "PREFS_PAGE_WINDOW"
  547. PREFS_ITEMS_TinyFont
  548. ....................
  549. @EndNode
  550. @Node "PREFS_ITEMS_BigFont" "MUI.guide/PREFS_ITEMS_BigFont"
  551. @Toc "PREFS_PAGE_WINDOW"
  552. PREFS_ITEMS_BigFont
  553. ...................
  554. @EndNode
  555. @Node "PREFS_ITEMS_FrameType" "MUI.guide/PREFS_ITEMS_FrameType"
  556. @Toc "PREFS_PAGE_WINDOW"
  557. PREFS_ITEMS_FrameType
  558. .....................
  559. @EndNode
  560. @Node "PREFS_ITEMS_OnExitWindows" "MUI.guide/PREFS_ITEMS_OnExitWindows"
  561. @Toc "PREFS_PAGE_WINDOW"
  562. PREFS_ITEMS_OnExitWindows
  563. .........................
  564.    MUI can remember window sizes and positions. This gadget controls
  565. what to do if an application exits. In addition to this gadget, you can
  566. also snapshot windows using the special @{"Snapshot" Link "PREFS_ITEMS_SnapshotGadget"} window border gadget.
  567. @EndNode
  568. @Node "PREFS_ITEMS_RefreshType" "MUI.guide/PREFS_ITEMS_RefreshType"
  569. @Toc "PREFS_PAGE_WINDOW"
  570. PREFS_ITEMS_RefreshType
  571. .......................
  572. @EndNode
  573. @Node "PREFS_ITEMS_RedrawType" "MUI.guide/PREFS_ITEMS_RedrawType"
  574. @Toc "PREFS_PAGE_WINDOW"
  575. PREFS_ITEMS_RedrawType
  576. ......................
  577. @EndNode
  578. @Node "PREFS_ITEMS_IconifyGadget" "MUI.guide/PREFS_ITEMS_IconifyGadget"
  579. @Toc "PREFS_PAGE_WINDOW"
  580. PREFS_ITEMS_IconifyGadget
  581. .........................
  582. @EndNode
  583. @Node "PREFS_ITEMS_JumpGadget" "MUI.guide/PREFS_ITEMS_JumpGadget"
  584. @Toc "PREFS_PAGE_WINDOW"
  585. PREFS_ITEMS_JumpGadget
  586. ......................
  587. @EndNode
  588. @Node "PREFS_ITEMS_SnapshotGadget" "MUI.guide/PREFS_ITEMS_SnapshotGadget"
  589. @Toc "PREFS_PAGE_WINDOW"
  590. PREFS_ITEMS_SnapshotGadget
  591. ..........................
  592.    Single click on this gadget in the window border snapshots the
  593. current position, double click unsnapshots.
  594. @EndNode
  595. @Node "PREFS_ITEMS_PrefsGadget" "MUI.guide/PREFS_ITEMS_PrefsGadget"
  596. @Toc "PREFS_PAGE_WINDOW"
  597. PREFS_ITEMS_PrefsGadget
  598. .......................
  599.    Enable this gadget to call an applications local preferences.
  600. @EndNode
  601. @Node "PREFS_ITEMS_PopupGadget" "MUI.guide/PREFS_ITEMS_PopupGadget"
  602. @Toc "PREFS_PAGE_WINDOW"
  603. PREFS_ITEMS_PopupGadget
  604. .......................
  605. @EndNode
  606. @Node "PREFS_PAGE_BUTTON" "MUI.guide/PREFS_PAGE_BUTTON"
  607. @Toc "PREFS_PAGE"
  608. Button Page
  609. -----------
  610.    Control all kinds of buttons.
  611.  @{" PREFS_ITEMS_FramesButton " Link "PREFS_ITEMS_FramesButton"}                         
  612.  @{" PREFS_ITEMS_FramesImageButton " Link "PREFS_ITEMS_FramesImageButton"}                              
  613.  @{" PREFS_ITEMS_ImagesButtonBack " Link "PREFS_ITEMS_ImagesButtonBack"}                             
  614.  @{" PREFS_ITEMS_ImagesSelectedBack " Link "PREFS_ITEMS_ImagesSelectedBack"}                               
  615.  @{" PREFS_ITEMS_ButtonFont " Link "PREFS_ITEMS_ButtonFont"}                       
  616.  @{" PREFS_ITEMS_ImagesRadioButton " Link "PREFS_ITEMS_ImagesRadioButton"}                              
  617.  @{" PREFS_ITEMS_SpacingHRadio " Link "PREFS_ITEMS_SpacingHRadio"}                          
  618.  @{" PREFS_ITEMS_SpacingVRadio " Link "PREFS_ITEMS_SpacingVRadio"}                          
  619.  @{" PREFS_ITEMS_ImagesCheckMark " Link "PREFS_ITEMS_ImagesCheckMark"} 
  620. @EndNode
  621. @Node "PREFS_ITEMS_FramesButton" "MUI.guide/PREFS_ITEMS_FramesButton"
  622. @Toc "PREFS_PAGE_BUTTON"
  623. PREFS_ITEMS_FramesButton
  624. ........................
  625. @EndNode
  626. @Node "PREFS_ITEMS_FramesImageButton" "MUI.guide/PREFS_ITEMS_FramesImageButton"
  627. @Toc "PREFS_PAGE_BUTTON"
  628. PREFS_ITEMS_FramesImageButton
  629. .............................
  630. @EndNode
  631. @Node "PREFS_ITEMS_ImagesButtonBack" "MUI.guide/PREFS_ITEMS_ImagesButtonBack"
  632. @Toc "PREFS_PAGE_BUTTON"
  633. PREFS_ITEMS_ImagesButtonBack
  634. ............................
  635. @EndNode
  636. @Node "PREFS_ITEMS_ImagesSelectedBack" "MUI.guide/PREFS_ITEMS_ImagesSelectedBack"
  637. @Toc "PREFS_PAGE_BUTTON"
  638. PREFS_ITEMS_ImagesSelectedBack
  639. ..............................
  640. @EndNode
  641. @Node "PREFS_ITEMS_ButtonFont" "MUI.guide/PREFS_ITEMS_ButtonFont"
  642. @Toc "PREFS_PAGE_BUTTON"
  643. PREFS_ITEMS_ButtonFont
  644. ......................
  645. @EndNode
  646. @Node "PREFS_ITEMS_ImagesRadioButton" "MUI.guide/PREFS_ITEMS_ImagesRadioButton"
  647. @Toc "PREFS_PAGE_BUTTON"
  648. PREFS_ITEMS_ImagesRadioButton
  649. .............................
  650. @EndNode
  651. @Node "PREFS_ITEMS_SpacingHRadio" "MUI.guide/PREFS_ITEMS_SpacingHRadio"
  652. @Toc "PREFS_PAGE_BUTTON"
  653. PREFS_ITEMS_SpacingHRadio
  654. .........................
  655. @EndNode
  656. @Node "PREFS_ITEMS_SpacingVRadio" "MUI.guide/PREFS_ITEMS_SpacingVRadio"
  657. @Toc "PREFS_PAGE_BUTTON"
  658. PREFS_ITEMS_SpacingVRadio
  659. .........................
  660. @EndNode
  661. @Node "PREFS_ITEMS_ImagesCheckMark" "MUI.guide/PREFS_ITEMS_ImagesCheckMark"
  662. @Toc "PREFS_PAGE_BUTTON"
  663. PREFS_ITEMS_ImagesCheckMark
  664. ...........................
  665. @EndNode
  666. @Node "PREFS_PAGE_STRING" "MUI.guide/PREFS_PAGE_STRING"
  667. @Toc "PREFS_PAGE"
  668. String Page
  669. -----------
  670.    Control string gadgets.
  671.  @{" PREFS_ITEMS_FramesString " Link "PREFS_ITEMS_FramesString"}                         
  672.  @{" PREFS_ITEMS_StringBack " Link "PREFS_ITEMS_StringBack"}                       
  673.  @{" PREFS_ITEMS_StringColor " Link "PREFS_ITEMS_StringColor"}                        
  674.  @{" PREFS_ITEMS_StringActiveBack " Link "PREFS_ITEMS_StringActiveBack"}                             
  675.  @{" PREFS_ITEMS_StringActiveColor " Link "PREFS_ITEMS_StringActiveColor"}                              
  676.  @{" PREFS_ITEMS_ImagesPopUp " Link "PREFS_ITEMS_ImagesPopUp"}                        
  677.  @{" PREFS_ITEMS_ImagesPopFile " Link "PREFS_ITEMS_ImagesPopFile"}                          
  678.  @{" PREFS_ITEMS_ImagesPopDrawer " Link "PREFS_ITEMS_ImagesPopDrawer"} 
  679. @EndNode
  680. @Node "PREFS_ITEMS_FramesString" "MUI.guide/PREFS_ITEMS_FramesString"
  681. @Toc "PREFS_PAGE_STRING"
  682. PREFS_ITEMS_FramesString
  683. ........................
  684. @EndNode
  685. @Node "PREFS_ITEMS_StringBack" "MUI.guide/PREFS_ITEMS_StringBack"
  686. @Toc "PREFS_PAGE_STRING"
  687. PREFS_ITEMS_StringBack
  688. ......................
  689. @EndNode
  690. @Node "PREFS_ITEMS_StringColor" "MUI.guide/PREFS_ITEMS_StringColor"
  691. @Toc "PREFS_PAGE_STRING"
  692. PREFS_ITEMS_StringColor
  693. .......................
  694. @EndNode
  695. @Node "PREFS_ITEMS_StringActiveBack" "MUI.guide/PREFS_ITEMS_StringActiveBack"
  696. @Toc "PREFS_PAGE_STRING"
  697. PREFS_ITEMS_StringActiveBack
  698. ............................
  699. @EndNode
  700. @Node "PREFS_ITEMS_StringActiveColor" "MUI.guide/PREFS_ITEMS_StringActiveColor"
  701. @Toc "PREFS_PAGE_STRING"
  702. PREFS_ITEMS_StringActiveColor
  703. .............................
  704. @EndNode
  705. @Node "PREFS_ITEMS_ImagesPopUp" "MUI.guide/PREFS_ITEMS_ImagesPopUp"
  706. @Toc "PREFS_PAGE_STRING"
  707. PREFS_ITEMS_ImagesPopUp
  708. .......................
  709. @EndNode
  710. @Node "PREFS_ITEMS_ImagesPopFile" "MUI.guide/PREFS_ITEMS_ImagesPopFile"
  711. @Toc "PREFS_PAGE_STRING"
  712. PREFS_ITEMS_ImagesPopFile
  713. .........................
  714. @EndNode
  715. @Node "PREFS_ITEMS_ImagesPopDrawer" "MUI.guide/PREFS_ITEMS_ImagesPopDrawer"
  716. @Toc "PREFS_PAGE_STRING"
  717. PREFS_ITEMS_ImagesPopDrawer
  718. ...........................
  719. @EndNode
  720. @Node "PREFS_PAGE_GROUP" "MUI.guide/PREFS_PAGE_GROUP"
  721. @Toc "PREFS_PAGE"
  722. Groups Page
  723. -----------
  724.    You can control a groups outfit here.
  725.  @{" PREFS_ITEMS_GroupTitlePos " Link "PREFS_ITEMS_GroupTitlePos"}                          
  726.  @{" PREFS_ITEMS_GroupTitleColor " Link "PREFS_ITEMS_GroupTitleColor"}                            
  727.  @{" PREFS_ITEMS_TitleFont " Link "PREFS_ITEMS_TitleFont"}                      
  728.  @{" PREFS_ITEMS_GroupSpacingHoriz " Link "PREFS_ITEMS_GroupSpacingHoriz"}                              
  729.  @{" PREFS_ITEMS_GroupSpacingVert " Link "PREFS_ITEMS_GroupSpacingVert"}                             
  730.  @{" PREFS_ITEMS_FramesGroup " Link "PREFS_ITEMS_FramesGroup"}                        
  731.  @{" PREFS_ITEMS_ImagesGroupBack " Link "PREFS_ITEMS_ImagesGroupBack"}                            
  732.  @{" PREFS_ITEMS_ImagesRegisterBack " Link "PREFS_ITEMS_ImagesRegisterBack"}                               
  733.  @{" PREFS_ITEMS_ImagesPageBack " Link "PREFS_ITEMS_ImagesPageBack"}                           
  734.  @{" PREFS_ITEMS_FramesVirtual " Link "PREFS_ITEMS_FramesVirtual"} 
  735. @EndNode
  736. @Node "PREFS_ITEMS_GroupTitlePos" "MUI.guide/PREFS_ITEMS_GroupTitlePos"
  737. @Toc "PREFS_PAGE_GROUP"
  738. PREFS_ITEMS_GroupTitlePos
  739. .........................
  740. @EndNode
  741. @Node "PREFS_ITEMS_GroupTitleColor" "MUI.guide/PREFS_ITEMS_GroupTitleColor"
  742. @Toc "PREFS_PAGE_GROUP"
  743. PREFS_ITEMS_GroupTitleColor
  744. ...........................
  745. @EndNode
  746. @Node "PREFS_ITEMS_TitleFont" "MUI.guide/PREFS_ITEMS_TitleFont"
  747. @Toc "PREFS_PAGE_GROUP"
  748. PREFS_ITEMS_TitleFont
  749. .....................
  750. @EndNode
  751. @Node "PREFS_ITEMS_GroupSpacingHoriz" "MUI.guide/PREFS_ITEMS_GroupSpacingHoriz"
  752. @Toc "PREFS_PAGE_GROUP"
  753. PREFS_ITEMS_GroupSpacingHoriz
  754. .............................
  755. @EndNode
  756. @Node "PREFS_ITEMS_GroupSpacingVert" "MUI.guide/PREFS_ITEMS_GroupSpacingVert"
  757. @Toc "PREFS_PAGE_GROUP"
  758. PREFS_ITEMS_GroupSpacingVert
  759. ............................
  760. @EndNode
  761. @Node "PREFS_ITEMS_FramesGroup" "MUI.guide/PREFS_ITEMS_FramesGroup"
  762. @Toc "PREFS_PAGE_GROUP"
  763. PREFS_ITEMS_FramesGroup
  764. .......................
  765. @EndNode
  766. @Node "PREFS_ITEMS_ImagesGroupBack" "MUI.guide/PREFS_ITEMS_ImagesGroupBack"
  767. @Toc "PREFS_PAGE_GROUP"
  768. PREFS_ITEMS_ImagesGroupBack
  769. ...........................
  770. @EndNode
  771. @Node "PREFS_ITEMS_ImagesRegisterBack" "MUI.guide/PREFS_ITEMS_ImagesRegisterBack"
  772. @Toc "PREFS_PAGE_GROUP"
  773. PREFS_ITEMS_ImagesRegisterBack
  774. ..............................
  775. @EndNode
  776. @Node "PREFS_ITEMS_ImagesPageBack" "MUI.guide/PREFS_ITEMS_ImagesPageBack"
  777. @Toc "PREFS_PAGE_GROUP"
  778. PREFS_ITEMS_ImagesPageBack
  779. ..........................
  780. @EndNode
  781. @Node "PREFS_ITEMS_FramesVirtual" "MUI.guide/PREFS_ITEMS_FramesVirtual"
  782. @Toc "PREFS_PAGE_GROUP"
  783. PREFS_ITEMS_FramesVirtual
  784. .........................
  785. @EndNode
  786. @Node "PREFS_PAGE_SCROLLBAR" "MUI.guide/PREFS_PAGE_SCROLLBAR"
  787. @Toc "PREFS_PAGE"
  788. Scrollbars Page
  789. ---------------
  790.    Control scrollbars.
  791.  @{" PREFS_ITEMS_ImagesArrowUp " Link "PREFS_ITEMS_ImagesArrowUp"}                          
  792.  @{" PREFS_ITEMS_ImagesArrowDown " Link "PREFS_ITEMS_ImagesArrowDown"}                            
  793.  @{" PREFS_ITEMS_ImagesArrowLeft " Link "PREFS_ITEMS_ImagesArrowLeft"}                            
  794.  @{" PREFS_ITEMS_ImagesArrowRight " Link "PREFS_ITEMS_ImagesArrowRight"}                             
  795.  @{" PREFS_ITEMS_ScrollbarType " Link "PREFS_ITEMS_ScrollbarType"}                          
  796.  @{" PREFS_ITEMS_ImagesPropKnob " Link "PREFS_ITEMS_ImagesPropKnob"}                           
  797.  @{" PREFS_ITEMS_ImagesPropBack " Link "PREFS_ITEMS_ImagesPropBack"}                           
  798.  @{" PREFS_ITEMS_FramesProp " Link "PREFS_ITEMS_FramesProp"}                       
  799.  @{" PREFS_ITEMS_PropType " Link "PREFS_ITEMS_PropType"} 
  800. @EndNode
  801. @Node "PREFS_ITEMS_ImagesArrowUp" "MUI.guide/PREFS_ITEMS_ImagesArrowUp"
  802. @Toc "PREFS_PAGE_SCROLLBAR"
  803. PREFS_ITEMS_ImagesArrowUp
  804. .........................
  805. @EndNode
  806. @Node "PREFS_ITEMS_ImagesArrowDown" "MUI.guide/PREFS_ITEMS_ImagesArrowDown"
  807. @Toc "PREFS_PAGE_SCROLLBAR"
  808. PREFS_ITEMS_ImagesArrowDown
  809. ...........................
  810. @EndNode
  811. @Node "PREFS_ITEMS_ImagesArrowLeft" "MUI.guide/PREFS_ITEMS_ImagesArrowLeft"
  812. @Toc "PREFS_PAGE_SCROLLBAR"
  813. PREFS_ITEMS_ImagesArrowLeft
  814. ...........................
  815. @EndNode
  816. @Node "PREFS_ITEMS_ImagesArrowRight" "MUI.guide/PREFS_ITEMS_ImagesArrowRight"
  817. @Toc "PREFS_PAGE_SCROLLBAR"
  818. PREFS_ITEMS_ImagesArrowRight
  819. ............................
  820. @EndNode
  821. @Node "PREFS_ITEMS_ScrollbarType" "MUI.guide/PREFS_ITEMS_ScrollbarType"
  822. @Toc "PREFS_PAGE_SCROLLBAR"
  823. PREFS_ITEMS_ScrollbarType
  824. .........................
  825. @EndNode
  826. @Node "PREFS_ITEMS_ImagesPropKnob" "MUI.guide/PREFS_ITEMS_ImagesPropKnob"
  827. @Toc "PREFS_PAGE_SCROLLBAR"
  828. PREFS_ITEMS_ImagesPropKnob
  829. ..........................
  830. @EndNode
  831. @Node "PREFS_ITEMS_ImagesPropBack" "MUI.guide/PREFS_ITEMS_ImagesPropBack"
  832. @Toc "PREFS_PAGE_SCROLLBAR"
  833. PREFS_ITEMS_ImagesPropBack
  834. ..........................
  835. @EndNode
  836. @Node "PREFS_ITEMS_FramesProp" "MUI.guide/PREFS_ITEMS_FramesProp"
  837. @Toc "PREFS_PAGE_SCROLLBAR"
  838. PREFS_ITEMS_FramesProp
  839. ......................
  840. @EndNode
  841. @Node "PREFS_ITEMS_PropType" "MUI.guide/PREFS_ITEMS_PropType"
  842. @Toc "PREFS_PAGE_SCROLLBAR"
  843. PREFS_ITEMS_PropType
  844. ....................
  845. @EndNode
  846. @Node "PREFS_PAGE_SLIDER" "MUI.guide/PREFS_PAGE_SLIDER"
  847. @Toc "PREFS_PAGE"
  848. Slider Page
  849. -----------
  850.    Sliders are used to adjust numeric values.
  851.  @{" PREFS_ITEMS_ImagesSliderBack " Link "PREFS_ITEMS_ImagesSliderBack"}                             
  852.  @{" PREFS_ITEMS_FramesSlider " Link "PREFS_ITEMS_FramesSlider"}                         
  853.  @{" PREFS_ITEMS_SliderFont " Link "PREFS_ITEMS_SliderFont"}                       
  854.  @{" PREFS_ITEMS_ImagesSliderKnob " Link "PREFS_ITEMS_ImagesSliderKnob"}                             
  855.  @{" PREFS_ITEMS_SliderKnobFrame " Link "PREFS_ITEMS_SliderKnobFrame"} 
  856. @EndNode
  857. @Node "PREFS_ITEMS_ImagesSliderBack" "MUI.guide/PREFS_ITEMS_ImagesSliderBack"
  858. @Toc "PREFS_PAGE_SLIDER"
  859. PREFS_ITEMS_ImagesSliderBack
  860. ............................
  861. @EndNode
  862. @Node "PREFS_ITEMS_FramesSlider" "MUI.guide/PREFS_ITEMS_FramesSlider"
  863. @Toc "PREFS_PAGE_SLIDER"
  864. PREFS_ITEMS_FramesSlider
  865. ........................
  866. @EndNode
  867. @Node "PREFS_ITEMS_SliderFont" "MUI.guide/PREFS_ITEMS_SliderFont"
  868. @Toc "PREFS_PAGE_SLIDER"
  869. PREFS_ITEMS_SliderFont
  870. ......................
  871. @EndNode
  872. @Node "PREFS_ITEMS_ImagesSliderKnob" "MUI.guide/PREFS_ITEMS_ImagesSliderKnob"
  873. @Toc "PREFS_PAGE_SLIDER"
  874. PREFS_ITEMS_ImagesSliderKnob
  875. ............................
  876. @EndNode
  877. @Node "PREFS_ITEMS_SliderKnobFrame" "MUI.guide/PREFS_ITEMS_SliderKnobFrame"
  878. @Toc "PREFS_PAGE_SLIDER"
  879. PREFS_ITEMS_SliderKnobFrame
  880. ...........................
  881. @EndNode
  882. @Node "PREFS_PAGE_LIST" "MUI.guide/PREFS_PAGE_LIST"
  883. @Toc "PREFS_PAGE"
  884. Listview Page
  885. -------------
  886.    Control listviews.
  887.  @{" PREFS_ITEMS_ListFont " Link "PREFS_ITEMS_ListFont"}                     
  888.  @{" PREFS_ITEMS_FixedFont " Link "PREFS_ITEMS_FixedFont"}                      
  889.  @{" PREFS_ITEMS_ListRefreshType " Link "PREFS_ITEMS_ListRefreshType"}                            
  890.  @{" PREFS_ITEMS_ListviewStretch " Link "PREFS_ITEMS_ListviewStretch"}                            
  891.  @{" PREFS_ITEMS_ListviewSmooth " Link "PREFS_ITEMS_ListviewSmooth"}                           
  892.  @{" PREFS_ITEMS_MultiSelType " Link "PREFS_ITEMS_MultiSelType"}                         
  893.  @{" PREFS_ITEMS_ListPixelized " Link "PREFS_ITEMS_ListPixelized"}                          
  894.  @{" PREFS_ITEMS_FramesReadList " Link "PREFS_ITEMS_FramesReadList"}                           
  895.  @{" PREFS_ITEMS_FramesInputList " Link "PREFS_ITEMS_FramesInputList"}                            
  896.  @{" PREFS_ITEMS_ImagesListBack " Link "PREFS_ITEMS_ImagesListBack"}                           
  897.  @{" PREFS_ITEMS_ImagesReadListBack " Link "PREFS_ITEMS_ImagesReadListBack"}                               
  898.  @{" PREFS_ITEMS_ImagesListCursor " Link "PREFS_ITEMS_ImagesListCursor"}                             
  899.  @{" PREFS_ITEMS_ImagesListSelect " Link "PREFS_ITEMS_ImagesListSelect"}                             
  900.  @{" PREFS_ITEMS_ImagesListSelCur " Link "PREFS_ITEMS_ImagesListSelCur"} 
  901. @EndNode
  902. @Node "PREFS_ITEMS_ListFont" "MUI.guide/PREFS_ITEMS_ListFont"
  903. @Toc "PREFS_PAGE_LIST"
  904. PREFS_ITEMS_ListFont
  905. ....................
  906. @EndNode
  907. @Node "PREFS_ITEMS_FixedFont" "MUI.guide/PREFS_ITEMS_FixedFont"
  908. @Toc "PREFS_PAGE_LIST"
  909. PREFS_ITEMS_FixedFont
  910. .....................
  911. @EndNode
  912. @Node "PREFS_ITEMS_ListRefreshType" "MUI.guide/PREFS_ITEMS_ListRefreshType"
  913. @Toc "PREFS_PAGE_LIST"
  914. PREFS_ITEMS_ListRefreshType
  915. ...........................
  916. @EndNode
  917. @Node "PREFS_ITEMS_ListviewStretch" "MUI.guide/PREFS_ITEMS_ListviewStretch"
  918. @Toc "PREFS_PAGE_LIST"
  919. PREFS_ITEMS_ListviewStretch
  920. ...........................
  921. @EndNode
  922. @Node "PREFS_ITEMS_ListviewSmooth" "MUI.guide/PREFS_ITEMS_ListviewSmooth"
  923. @Toc "PREFS_PAGE_LIST"
  924. PREFS_ITEMS_ListviewSmooth
  925. ..........................
  926. @EndNode
  927. @Node "PREFS_ITEMS_MultiSelType" "MUI.guide/PREFS_ITEMS_MultiSelType"
  928. @Toc "PREFS_PAGE_LIST"
  929. PREFS_ITEMS_MultiSelType
  930. ........................
  931. @EndNode
  932. @Node "PREFS_ITEMS_ListPixelized" "MUI.guide/PREFS_ITEMS_ListPixelized"
  933. @Toc "PREFS_PAGE_LIST"
  934. PREFS_ITEMS_ListPixelized
  935. .........................
  936. @EndNode
  937. @Node "PREFS_ITEMS_FramesReadList" "MUI.guide/PREFS_ITEMS_FramesReadList"
  938. @Toc "PREFS_PAGE_LIST"
  939. PREFS_ITEMS_FramesReadList
  940. ..........................
  941. @EndNode
  942. @Node "PREFS_ITEMS_FramesInputList" "MUI.guide/PREFS_ITEMS_FramesInputList"
  943. @Toc "PREFS_PAGE_LIST"
  944. PREFS_ITEMS_FramesInputList
  945. ...........................
  946. @EndNode
  947. @Node "PREFS_ITEMS_ImagesListBack" "MUI.guide/PREFS_ITEMS_ImagesListBack"
  948. @Toc "PREFS_PAGE_LIST"
  949. PREFS_ITEMS_ImagesListBack
  950. ..........................
  951. @EndNode
  952. @Node "PREFS_ITEMS_ImagesReadListBack" "MUI.guide/PREFS_ITEMS_ImagesReadListBack"
  953. @Toc "PREFS_PAGE_LIST"
  954. PREFS_ITEMS_ImagesReadListBack
  955. ..............................
  956. @EndNode
  957. @Node "PREFS_ITEMS_ImagesListCursor" "MUI.guide/PREFS_ITEMS_ImagesListCursor"
  958. @Toc "PREFS_PAGE_LIST"
  959. PREFS_ITEMS_ImagesListCursor
  960. ............................
  961. @EndNode
  962. @Node "PREFS_ITEMS_ImagesListSelect" "MUI.guide/PREFS_ITEMS_ImagesListSelect"
  963. @Toc "PREFS_PAGE_LIST"
  964. PREFS_ITEMS_ImagesListSelect
  965. ............................
  966. @EndNode
  967. @Node "PREFS_ITEMS_ImagesListSelCur" "MUI.guide/PREFS_ITEMS_ImagesListSelCur"
  968. @Toc "PREFS_PAGE_LIST"
  969. PREFS_ITEMS_ImagesListSelCur
  970. ............................
  971. @EndNode
  972. @Node "PREFS_PAGE_CYCLE" "MUI.guide/PREFS_PAGE_CYCLE"
  973. @Toc "PREFS_PAGE"
  974. Cycle Gadget Page
  975. -----------------
  976.    Control cycle gadget and their popup menus.
  977.  @{" PREFS_ITEMS_MinPop " Link "PREFS_ITEMS_MinPop"}                   
  978.  @{" PREFS_ITEMS_PopPosition " Link "PREFS_ITEMS_PopPosition"}                        
  979.  @{" PREFS_ITEMS_FramesPopUp " Link "PREFS_ITEMS_FramesPopUp"}                        
  980.  @{" PREFS_ITEMS_ImagesPopupBack " Link "PREFS_ITEMS_ImagesPopupBack"}                            
  981.  @{" PREFS_ITEMS_PopupRecessed " Link "PREFS_ITEMS_PopupRecessed"}                          
  982.  @{" PREFS_ITEMS_PopupSpeed " Link "PREFS_ITEMS_PopupSpeed"}                       
  983.  @{" PREFS_ITEMS_ImagesCycle " Link "PREFS_ITEMS_ImagesCycle"} 
  984. @EndNode
  985. @Node "PREFS_ITEMS_MinPop" "MUI.guide/PREFS_ITEMS_MinPop"
  986. @Toc "PREFS_PAGE_CYCLE"
  987. PREFS_ITEMS_MinPop
  988. ..................
  989. @EndNode
  990. @Node "PREFS_ITEMS_PopPosition" "MUI.guide/PREFS_ITEMS_PopPosition"
  991. @Toc "PREFS_PAGE_CYCLE"
  992. PREFS_ITEMS_PopPosition
  993. .......................
  994. @EndNode
  995. @Node "PREFS_ITEMS_FramesPopUp" "MUI.guide/PREFS_ITEMS_FramesPopUp"
  996. @Toc "PREFS_PAGE_CYCLE"
  997. PREFS_ITEMS_FramesPopUp
  998. .......................
  999. @EndNode
  1000. @Node "PREFS_ITEMS_ImagesPopupBack" "MUI.guide/PREFS_ITEMS_ImagesPopupBack"
  1001. @Toc "PREFS_PAGE_CYCLE"
  1002. PREFS_ITEMS_ImagesPopupBack
  1003. ...........................
  1004. @EndNode
  1005. @Node "PREFS_ITEMS_PopupRecessed" "MUI.guide/PREFS_ITEMS_PopupRecessed"
  1006. @Toc "PREFS_PAGE_CYCLE"
  1007. PREFS_ITEMS_PopupRecessed
  1008. .........................
  1009. @EndNode
  1010. @Node "PREFS_ITEMS_PopupSpeed" "MUI.guide/PREFS_ITEMS_PopupSpeed"
  1011. @Toc "PREFS_PAGE_CYCLE"
  1012. PREFS_ITEMS_PopupSpeed
  1013. ......................
  1014. @EndNode
  1015. @Node "PREFS_ITEMS_ImagesCycle" "MUI.guide/PREFS_ITEMS_ImagesCycle"
  1016. @Toc "PREFS_PAGE_CYCLE"
  1017. PREFS_ITEMS_ImagesCycle
  1018. .......................
  1019. @EndNode
  1020. @Node "PREFS_PAGE_NAVIGATION" "MUI.guide/PREFS_PAGE_NAVIGATION"
  1021. @Toc "PREFS_PAGE"
  1022. Navigation Page
  1023. ---------------
  1024.    Adjust settings concerning keyboard control and drag&drop.
  1025.  @{" PREFS_ITEMS_KeysPRESS " Link "PREFS_ITEMS_KeysPRESS"}                      
  1026.  @{" PREFS_ITEMS_KeysTOGGLE " Link "PREFS_ITEMS_KeysTOGGLE"}                       
  1027.  @{" PREFS_ITEMS_KeysUP " Link "PREFS_ITEMS_KeysUP"}                   
  1028.  @{" PREFS_ITEMS_KeysDOWN " Link "PREFS_ITEMS_KeysDOWN"}                     
  1029.  @{" PREFS_ITEMS_KeysPAGEUP " Link "PREFS_ITEMS_KeysPAGEUP"}                       
  1030.  @{" PREFS_ITEMS_KeysPAGEDOWN " Link "PREFS_ITEMS_KeysPAGEDOWN"}                         
  1031.  @{" PREFS_ITEMS_KeysTOP " Link "PREFS_ITEMS_KeysTOP"}                    
  1032.  @{" PREFS_ITEMS_KeysBOTTOM " Link "PREFS_ITEMS_KeysBOTTOM"}                       
  1033.  @{" PREFS_ITEMS_KeysLEFT " Link "PREFS_ITEMS_KeysLEFT"}                     
  1034.  @{" PREFS_ITEMS_KeysRIGHT " Link "PREFS_ITEMS_KeysRIGHT"}                      
  1035.  @{" PREFS_ITEMS_KeysWORDLEFT " Link "PREFS_ITEMS_KeysWORDLEFT"}                         
  1036.  @{" PREFS_ITEMS_KeysWORDRIGHT " Link "PREFS_ITEMS_KeysWORDRIGHT"}                          
  1037.  @{" PREFS_ITEMS_KeysLINESTART " Link "PREFS_ITEMS_KeysLINESTART"}                          
  1038.  @{" PREFS_ITEMS_KeysLINEEND " Link "PREFS_ITEMS_KeysLINEEND"}                        
  1039.  @{" PREFS_ITEMS_KeysGADGET_NEXT " Link "PREFS_ITEMS_KeysGADGET_NEXT"}                            
  1040.  @{" PREFS_ITEMS_KeysGADGET_PREV " Link "PREFS_ITEMS_KeysGADGET_PREV"}                            
  1041.  @{" PREFS_ITEMS_KeysGADGET_OFF " Link "PREFS_ITEMS_KeysGADGET_OFF"}                           
  1042.  @{" PREFS_ITEMS_KeysWINDOW_CLOSE " Link "PREFS_ITEMS_KeysWINDOW_CLOSE"}                             
  1043.  @{" PREFS_ITEMS_KeysWINDOW_NEXT " Link "PREFS_ITEMS_KeysWINDOW_NEXT"}                            
  1044.  @{" PREFS_ITEMS_KeysWINDOW_PREV " Link "PREFS_ITEMS_KeysWINDOW_PREV"}                            
  1045.  @{" PREFS_ITEMS_KeysHELP " Link "PREFS_ITEMS_KeysHELP"}                     
  1046.  @{" PREFS_ITEMS_KeysPOPUP " Link "PREFS_ITEMS_KeysPOPUP"}                      
  1047.  @{" PREFS_ITEMS_ActiveObjectPen " Link "PREFS_ITEMS_ActiveObjectPen"}                            
  1048.  @{" PREFS_ITEMS_DragFrame " Link "PREFS_ITEMS_DragFrame"}                      
  1049.  @{" PREFS_ITEMS_DragShineThrough " Link "PREFS_ITEMS_DragShineThrough"}                             
  1050.  @{" PREFS_ITEMS_DragLMB " Link "PREFS_ITEMS_DragLMB"}                    
  1051.  @{" PREFS_ITEMS_DragMMB " Link "PREFS_ITEMS_DragMMB"}                    
  1052.  @{" PREFS_ITEMS_DragQualiLMB " Link "PREFS_ITEMS_DragQualiLMB"}                         
  1053.  @{" PREFS_ITEMS_DragQualiMMB " Link "PREFS_ITEMS_DragQualiMMB"}                         
  1054.  @{" PREFS_ITEMS_DragAuto " Link "PREFS_ITEMS_DragAuto"}                     
  1055.  @{" PREFS_ITEMS_DragAutoPixel " Link "PREFS_ITEMS_DragAutoPixel"}                          
  1056.  @{" PREFS_ITEMS_BalancingLook " Link "PREFS_ITEMS_BalancingLook"} 
  1057. @EndNode
  1058. @Node "PREFS_ITEMS_KeysPRESS" "MUI.guide/PREFS_ITEMS_KeysPRESS"
  1059. @Toc "PREFS_PAGE_NAVIGATION"
  1060. PREFS_ITEMS_KeysPRESS
  1061. .....................
  1062. @EndNode
  1063. @Node "PREFS_ITEMS_KeysTOGGLE" "MUI.guide/PREFS_ITEMS_KeysTOGGLE"
  1064. @Toc "PREFS_PAGE_NAVIGATION"
  1065. PREFS_ITEMS_KeysTOGGLE
  1066. ......................
  1067. @EndNode
  1068. @Node "PREFS_ITEMS_KeysUP" "MUI.guide/PREFS_ITEMS_KeysUP"
  1069. @Toc "PREFS_PAGE_NAVIGATION"
  1070. PREFS_ITEMS_KeysUP
  1071. ..................
  1072. @EndNode
  1073. @Node "PREFS_ITEMS_KeysDOWN" "MUI.guide/PREFS_ITEMS_KeysDOWN"
  1074. @Toc "PREFS_PAGE_NAVIGATION"
  1075. PREFS_ITEMS_KeysDOWN
  1076. ....................
  1077. @EndNode
  1078. @Node "PREFS_ITEMS_KeysPAGEUP" "MUI.guide/PREFS_ITEMS_KeysPAGEUP"
  1079. @Toc "PREFS_PAGE_NAVIGATION"
  1080. PREFS_ITEMS_KeysPAGEUP
  1081. ......................
  1082. @EndNode
  1083. @Node "PREFS_ITEMS_KeysPAGEDOWN" "MUI.guide/PREFS_ITEMS_KeysPAGEDOWN"
  1084. @Toc "PREFS_PAGE_NAVIGATION"
  1085. PREFS_ITEMS_KeysPAGEDOWN
  1086. ........................
  1087. @EndNode
  1088. @Node "PREFS_ITEMS_KeysTOP" "MUI.guide/PREFS_ITEMS_KeysTOP"
  1089. @Toc "PREFS_PAGE_NAVIGATION"
  1090. PREFS_ITEMS_KeysTOP
  1091. ...................
  1092. @EndNode
  1093. @Node "PREFS_ITEMS_KeysBOTTOM" "MUI.guide/PREFS_ITEMS_KeysBOTTOM"
  1094. @Toc "PREFS_PAGE_NAVIGATION"
  1095. PREFS_ITEMS_KeysBOTTOM
  1096. ......................
  1097. @EndNode
  1098. @Node "PREFS_ITEMS_KeysLEFT" "MUI.guide/PREFS_ITEMS_KeysLEFT"
  1099. @Toc "PREFS_PAGE_NAVIGATION"
  1100. PREFS_ITEMS_KeysLEFT
  1101. ....................
  1102. @EndNode
  1103. @Node "PREFS_ITEMS_KeysRIGHT" "MUI.guide/PREFS_ITEMS_KeysRIGHT"
  1104. @Toc "PREFS_PAGE_NAVIGATION"
  1105. PREFS_ITEMS_KeysRIGHT
  1106. .....................
  1107. @EndNode
  1108. @Node "PREFS_ITEMS_KeysWORDLEFT" "MUI.guide/PREFS_ITEMS_KeysWORDLEFT"
  1109. @Toc "PREFS_PAGE_NAVIGATION"
  1110. PREFS_ITEMS_KeysWORDLEFT
  1111. ........................
  1112. @EndNode
  1113. @Node "PREFS_ITEMS_KeysWORDRIGHT" "MUI.guide/PREFS_ITEMS_KeysWORDRIGHT"
  1114. @Toc "PREFS_PAGE_NAVIGATION"
  1115. PREFS_ITEMS_KeysWORDRIGHT
  1116. .........................
  1117. @EndNode
  1118. @Node "PREFS_ITEMS_KeysLINESTART" "MUI.guide/PREFS_ITEMS_KeysLINESTART"
  1119. @Toc "PREFS_PAGE_NAVIGATION"
  1120. PREFS_ITEMS_KeysLINESTART
  1121. .........................
  1122. @EndNode
  1123. @Node "PREFS_ITEMS_KeysLINEEND" "MUI.guide/PREFS_ITEMS_KeysLINEEND"
  1124. @Toc "PREFS_PAGE_NAVIGATION"
  1125. PREFS_ITEMS_KeysLINEEND
  1126. .......................
  1127. @EndNode
  1128. @Node "PREFS_ITEMS_KeysGADGET_NEXT" "MUI.guide/PREFS_ITEMS_KeysGADGET_NEXT"
  1129. @Toc "PREFS_PAGE_NAVIGATION"
  1130. PREFS_ITEMS_KeysGADGET_NEXT
  1131. ...........................
  1132. @EndNode
  1133. @Node "PREFS_ITEMS_KeysGADGET_PREV" "MUI.guide/PREFS_ITEMS_KeysGADGET_PREV"
  1134. @Toc "PREFS_PAGE_NAVIGATION"
  1135. PREFS_ITEMS_KeysGADGET_PREV
  1136. ...........................
  1137. @EndNode
  1138. @Node "PREFS_ITEMS_KeysGADGET_OFF" "MUI.guide/PREFS_ITEMS_KeysGADGET_OFF"
  1139. @Toc "PREFS_PAGE_NAVIGATION"
  1140. PREFS_ITEMS_KeysGADGET_OFF
  1141. ..........................
  1142. @EndNode
  1143. @Node "PREFS_ITEMS_KeysWINDOW_CLOSE" "MUI.guide/PREFS_ITEMS_KeysWINDOW_CLOSE"
  1144. @Toc "PREFS_PAGE_NAVIGATION"
  1145. PREFS_ITEMS_KeysWINDOW_CLOSE
  1146. ............................
  1147. @EndNode
  1148. @Node "PREFS_ITEMS_KeysWINDOW_NEXT" "MUI.guide/PREFS_ITEMS_KeysWINDOW_NEXT"
  1149. @Toc "PREFS_PAGE_NAVIGATION"
  1150. PREFS_ITEMS_KeysWINDOW_NEXT
  1151. ...........................
  1152. @EndNode
  1153. @Node "PREFS_ITEMS_KeysWINDOW_PREV" "MUI.guide/PREFS_ITEMS_KeysWINDOW_PREV"
  1154. @Toc "PREFS_PAGE_NAVIGATION"
  1155. PREFS_ITEMS_KeysWINDOW_PREV
  1156. ...........................
  1157. @EndNode
  1158. @Node "PREFS_ITEMS_KeysHELP" "MUI.guide/PREFS_ITEMS_KeysHELP"
  1159. @Toc "PREFS_PAGE_NAVIGATION"
  1160. PREFS_ITEMS_KeysHELP
  1161. ....................
  1162. @EndNode
  1163. @Node "PREFS_ITEMS_KeysPOPUP" "MUI.guide/PREFS_ITEMS_KeysPOPUP"
  1164. @Toc "PREFS_PAGE_NAVIGATION"
  1165. PREFS_ITEMS_KeysPOPUP
  1166. .....................
  1167. @EndNode
  1168. @Node "PREFS_ITEMS_ActiveObjectPen" "MUI.guide/PREFS_ITEMS_ActiveObjectPen"
  1169. @Toc "PREFS_PAGE_NAVIGATION"
  1170. PREFS_ITEMS_ActiveObjectPen
  1171. ...........................
  1172. @EndNode
  1173. @Node "PREFS_ITEMS_DragFrame" "MUI.guide/PREFS_ITEMS_DragFrame"
  1174. @Toc "PREFS_PAGE_NAVIGATION"
  1175. PREFS_ITEMS_DragFrame
  1176. .....................
  1177. @EndNode
  1178. @Node "PREFS_ITEMS_DragShineThrough" "MUI.guide/PREFS_ITEMS_DragShineThrough"
  1179. @Toc "PREFS_PAGE_NAVIGATION"
  1180. PREFS_ITEMS_DragShineThrough
  1181. ............................
  1182. @EndNode
  1183. @Node "PREFS_ITEMS_DragLMB" "MUI.guide/PREFS_ITEMS_DragLMB"
  1184. @Toc "PREFS_PAGE_NAVIGATION"
  1185. PREFS_ITEMS_DragLMB
  1186. ...................
  1187. @EndNode
  1188. @Node "PREFS_ITEMS_DragMMB" "MUI.guide/PREFS_ITEMS_DragMMB"
  1189. @Toc "PREFS_PAGE_NAVIGATION"
  1190. PREFS_ITEMS_DragMMB
  1191. ...................
  1192. @EndNode
  1193. @Node "PREFS_ITEMS_DragQualiLMB" "MUI.guide/PREFS_ITEMS_DragQualiLMB"
  1194. @Toc "PREFS_PAGE_NAVIGATION"
  1195. PREFS_ITEMS_DragQualiLMB
  1196. ........................
  1197. @EndNode
  1198. @Node "PREFS_ITEMS_DragQualiMMB" "MUI.guide/PREFS_ITEMS_DragQualiMMB"
  1199. @Toc "PREFS_PAGE_NAVIGATION"
  1200. PREFS_ITEMS_DragQualiMMB
  1201. ........................
  1202. @EndNode
  1203. @Node "PREFS_ITEMS_DragAuto" "MUI.guide/PREFS_ITEMS_DragAuto"
  1204. @Toc "PREFS_PAGE_NAVIGATION"
  1205. PREFS_ITEMS_DragAuto
  1206. ....................
  1207. @EndNode
  1208. @Node "PREFS_ITEMS_DragAutoPixel" "MUI.guide/PREFS_ITEMS_DragAutoPixel"
  1209. @Toc "PREFS_PAGE_NAVIGATION"
  1210. PREFS_ITEMS_DragAutoPixel
  1211. .........................
  1212. @EndNode
  1213. @Node "PREFS_ITEMS_BalancingLook" "MUI.guide/PREFS_ITEMS_BalancingLook"
  1214. @Toc "PREFS_PAGE_NAVIGATION"
  1215. PREFS_ITEMS_BalancingLook
  1216. .........................
  1217. @EndNode
  1218. @Node "PREFS_PAGE_SPECIAL" "MUI.guide/PREFS_PAGE_SPECIAL"
  1219. @Toc "PREFS_PAGE"
  1220. Special Page
  1221. ------------
  1222.    Some miscellaneous options.
  1223.  @{" PREFS_ITEMS_ImagesDrawer " Link "PREFS_ITEMS_ImagesDrawer"}                         
  1224.  @{" PREFS_ITEMS_ImagesHardDisk " Link "PREFS_ITEMS_ImagesHardDisk"}                           
  1225.  @{" PREFS_ITEMS_ImagesDisk " Link "PREFS_ITEMS_ImagesDisk"}                       
  1226.  @{" PREFS_ITEMS_ImagesChip " Link "PREFS_ITEMS_ImagesChip"}                       
  1227.  @{" PREFS_ITEMS_ImagesVolume " Link "PREFS_ITEMS_ImagesVolume"}                         
  1228.  @{" PREFS_ITEMS_ImagesNetwork " Link "PREFS_ITEMS_ImagesNetwork"}                          
  1229.  @{" PREFS_ITEMS_ImagesAssign " Link "PREFS_ITEMS_ImagesAssign"}                         
  1230.  @{" PREFS_ITEMS_ImagesTapePlay " Link "PREFS_ITEMS_ImagesTapePlay"}                           
  1231.  @{" PREFS_ITEMS_ImagesTapePlayBack " Link "PREFS_ITEMS_ImagesTapePlayBack"}                               
  1232.  @{" PREFS_ITEMS_ImagesTapePause " Link "PREFS_ITEMS_ImagesTapePause"}                            
  1233.  @{" PREFS_ITEMS_ImagesTapeStop " Link "PREFS_ITEMS_ImagesTapeStop"}                           
  1234.  @{" PREFS_ITEMS_ImagesTapeRecord " Link "PREFS_ITEMS_ImagesTapeRecord"}                             
  1235.  @{" PREFS_ITEMS_ImagesTapeUp " Link "PREFS_ITEMS_ImagesTapeUp"}                         
  1236.  @{" PREFS_ITEMS_ImagesTapeDown " Link "PREFS_ITEMS_ImagesTapeDown"}                           
  1237.  @{" PREFS_ITEMS_FramesText " Link "PREFS_ITEMS_FramesText"}                       
  1238.  @{" PREFS_ITEMS_ImagesTextBack " Link "PREFS_ITEMS_ImagesTextBack"}                           
  1239.  @{" PREFS_ITEMS_FramesGauge " Link "PREFS_ITEMS_FramesGauge"} 
  1240. @EndNode
  1241. @Node "PREFS_ITEMS_ImagesDrawer" "MUI.guide/PREFS_ITEMS_ImagesDrawer"
  1242. @Toc "PREFS_PAGE_SPECIAL"
  1243. PREFS_ITEMS_ImagesDrawer
  1244. ........................
  1245. @EndNode
  1246. @Node "PREFS_ITEMS_ImagesHardDisk" "MUI.guide/PREFS_ITEMS_ImagesHardDisk"
  1247. @Toc "PREFS_PAGE_SPECIAL"
  1248. PREFS_ITEMS_ImagesHardDisk
  1249. ..........................
  1250. @EndNode
  1251. @Node "PREFS_ITEMS_ImagesDisk" "MUI.guide/PREFS_ITEMS_ImagesDisk"
  1252. @Toc "PREFS_PAGE_SPECIAL"
  1253. PREFS_ITEMS_ImagesDisk
  1254. ......................
  1255. @EndNode
  1256. @Node "PREFS_ITEMS_ImagesChip" "MUI.guide/PREFS_ITEMS_ImagesChip"
  1257. @Toc "PREFS_PAGE_SPECIAL"
  1258. PREFS_ITEMS_ImagesChip
  1259. ......................
  1260. @EndNode
  1261. @Node "PREFS_ITEMS_ImagesVolume" "MUI.guide/PREFS_ITEMS_ImagesVolume"
  1262. @Toc "PREFS_PAGE_SPECIAL"
  1263. PREFS_ITEMS_ImagesVolume
  1264. ........................
  1265. @EndNode
  1266. @Node "PREFS_ITEMS_ImagesNetwork" "MUI.guide/PREFS_ITEMS_ImagesNetwork"
  1267. @Toc "PREFS_PAGE_SPECIAL"
  1268. PREFS_ITEMS_ImagesNetwork
  1269. .........................
  1270. @EndNode
  1271. @Node "PREFS_ITEMS_ImagesAssign" "MUI.guide/PREFS_ITEMS_ImagesAssign"
  1272. @Toc "PREFS_PAGE_SPECIAL"
  1273. PREFS_ITEMS_ImagesAssign
  1274. ........................
  1275. @EndNode
  1276. @Node "PREFS_ITEMS_ImagesTapePlay" "MUI.guide/PREFS_ITEMS_ImagesTapePlay"
  1277. @Toc "PREFS_PAGE_SPECIAL"
  1278. PREFS_ITEMS_ImagesTapePlay
  1279. ..........................
  1280. @EndNode
  1281. @Node "PREFS_ITEMS_ImagesTapePlayBack" "MUI.guide/PREFS_ITEMS_ImagesTapePlayBack"
  1282. @Toc "PREFS_PAGE_SPECIAL"
  1283. PREFS_ITEMS_ImagesTapePlayBack
  1284. ..............................
  1285. @EndNode
  1286. @Node "PREFS_ITEMS_ImagesTapePause" "MUI.guide/PREFS_ITEMS_ImagesTapePause"
  1287. @Toc "PREFS_PAGE_SPECIAL"
  1288. PREFS_ITEMS_ImagesTapePause
  1289. ...........................
  1290. @EndNode
  1291. @Node "PREFS_ITEMS_ImagesTapeStop" "MUI.guide/PREFS_ITEMS_ImagesTapeStop"
  1292. @Toc "PREFS_PAGE_SPECIAL"
  1293. PREFS_ITEMS_ImagesTapeStop
  1294. ..........................
  1295. @EndNode
  1296. @Node "PREFS_ITEMS_ImagesTapeRecord" "MUI.guide/PREFS_ITEMS_ImagesTapeRecord"
  1297. @Toc "PREFS_PAGE_SPECIAL"
  1298. PREFS_ITEMS_ImagesTapeRecord
  1299. ............................
  1300. @EndNode
  1301. @Node "PREFS_ITEMS_ImagesTapeUp" "MUI.guide/PREFS_ITEMS_ImagesTapeUp"
  1302. @Toc "PREFS_PAGE_SPECIAL"
  1303. PREFS_ITEMS_ImagesTapeUp
  1304. ........................
  1305. @EndNode
  1306. @Node "PREFS_ITEMS_ImagesTapeDown" "MUI.guide/PREFS_ITEMS_ImagesTapeDown"
  1307. @Toc "PREFS_PAGE_SPECIAL"
  1308. PREFS_ITEMS_ImagesTapeDown
  1309. ..........................
  1310. @EndNode
  1311. @Node "PREFS_ITEMS_FramesText" "MUI.guide/PREFS_ITEMS_FramesText"
  1312. @Toc "PREFS_PAGE_SPECIAL"
  1313. PREFS_ITEMS_FramesText
  1314. ......................
  1315. @EndNode
  1316. @Node "PREFS_ITEMS_ImagesTextBack" "MUI.guide/PREFS_ITEMS_ImagesTextBack"
  1317. @Toc "PREFS_PAGE_SPECIAL"
  1318. PREFS_ITEMS_ImagesTextBack
  1319. ..........................
  1320. @EndNode
  1321. @Node "PREFS_ITEMS_FramesGauge" "MUI.guide/PREFS_ITEMS_FramesGauge"
  1322. @Toc "PREFS_PAGE_SPECIAL"
  1323. PREFS_ITEMS_FramesGauge
  1324. .......................
  1325. @EndNode
  1326. @Node "PSI_MAINWINDOW" "MUI.guide/PSI_MAINWINDOW"
  1327. @Toc "Main"
  1328. Main Window
  1329. ===========
  1330.    If an application is started, MUI looks for the configured public
  1331. screen. When none is found, it checks the list of preconfigured screens
  1332. from the builtin screen manager and if successfull, opens the screen
  1333. with the specified properties.
  1334.    After startup, PSI shows a list that contains the configured public
  1335. screens. You can create/delete/copy/etc. in this list with the button
  1336. row below.
  1337. @EndNode
  1338. @Node "PSI_EDITWINDOW" "MUI.guide/PSI_EDITWINDOW"
  1339. @Toc "Main"
  1340. Edit Window
  1341. ===========
  1342.    The screen managers window is divided into four pages. On the
  1343. `Attributes' page, you will find four string gadgets that allow
  1344. configuration of a screens public name, his title, the default font and
  1345. a background picture.  The background picture can be any picture file
  1346. as long as a matching datatype is installed in your system. This
  1347. feature is only available under Kickstart 3.0 and above.
  1348.    Besides these essential values, the screen can have the following
  1349. features:
  1350.    - `Auto Scroll'
  1351.      If the screen was set larger than the visible part was defined, it
  1352.      will be scrolled automatically as soon as the mouse touches the
  1353.      screen border.
  1354.    - `Draggable'
  1355.      If the screen doesn't have this attribute, it can't be dragged.
  1356.    - `Exclusive'
  1357.      The screen cannot share its display with other screens; it will be
  1358.      displayed separately (Kick 3.x only).
  1359.    - `Interleaved'
  1360.      This attribute reduces - if set - the flicker, that appears
  1361.      especially during the scrolling of lists on colorful screens (Kick
  1362.      3.x only).
  1363.    - `Open Behind'
  1364.      The screen will be opened behind all other screens.
  1365.    - `System Default'
  1366.      The screen is declared to be the system default screen. All windows
  1367.      that are opened on the system's default screen (e.g. shell
  1368.      windows), are automatically routed here.
  1369.    Size and resolution of the new screen are adjustable on the `Display
  1370. Mode' page. It offers gadgets similar to the system screen mode
  1371. preferences program and shouldn't need further explanation.
  1372.    The `Color' page controls the system pens, it uses popup colorfields
  1373. which work best with OS 3.x and a few available colors for sharing. If
  1374. your workbench doesnt have enough colors available, you should consider
  1375. putting PSI on a more colorful screen.
  1376.    MUI doesnt use system pens directly for rendering but uses the pens
  1377. from the `MUI Pens' page instead. Adjust them here.
  1378.    You can use `PSI' either to create new public screens or to adjust
  1379. the pens MUI should use when opening on existing public screen (i.e.
  1380. the Workbench). For the latter case, use the checkmark gadget at the
  1381. right top of the window. If you configure these foreign public screens,
  1382. all options except the name and the MUI Pens page are disabled. The
  1383. `Name' gadget accepts wildcards, you can e.g. use "#?" here and MUI
  1384. will use these pen settings on any foreign public screen.
  1385. @EndNode
  1386. @Node "MISC_REGISTER" "MUI.guide/MISC_REGISTER"
  1387. @Toc "Main"
  1388. Registration
  1389. ============
  1390.    "MagicUserInterface" is a rather complex product that has always
  1391. consumed and will continue to consume a large amount of my time. It was
  1392. a lot of work to finish, but I hope this work will be appreciated and
  1393. that a lot of MUI based applications with nice and flexible user
  1394. interfaces will be available soon.
  1395.    For I cannot afford just working for fun, I decided to release MUI as
  1396. shareware. The unregistered version is not able to save some of the
  1397. configuration items of the preferences program. Of course these
  1398. restrictions won't affect the operation of MUI applications, all
  1399. important values (window positions, screens, system configs) are usable
  1400. without registering. Other items will contain reasonable default values.
  1401. Even with these default values, MUI applications will be more attractive
  1402. and usable as most other programs.
  1403.    If you plan to use the full set of MUI's possibilities (different
  1404. fonts, frames, images, background pattern, ...) with all applications,
  1405. or if you just feel that MUI is good and should be supported, you
  1406. should register.
  1407.    Registered users will be shipped a disk with the newest public
  1408. release of MUI, along with a personalized, so-called "keyfile" that
  1409. enables loading and saving of the complete configuration data.
  1410.    MUI is an SASG (Standardized Amiga Shareware Group) product. To
  1411. register, please start the program "Registration" in the main drawer of
  1412. this distribution. All important topics about prices and payment
  1413. methods are discussed there.
  1414.    Thank you for supporting Shareware!
  1415. @EndNode
  1416. @Node "MISC_UPDATES" "MUI.guide/MISC_UPDATES"
  1417. @Toc "Main"
  1418. Updates
  1419. =======
  1420.    Whenever a new release of MUI gets released, I will post some
  1421. information in the appropriate newsgroups of some electronic networks.
  1422. The new archive will soon be available on many bulletin boards and on
  1423. all `aminet' FTP servers. Major releases will also come with some PD
  1424. disks, especially on Fred Fish's collection.
  1425.    As mentioned above, registered users will neither need a new keyfile
  1426. nor a special personalized program version. They can use all new
  1427. features immediately.
  1428.    Of course, every MUI update will be completely compatible to all
  1429. previously released versions. All applications will continue to run and
  1430. automatically benefit from possible enhancements in user interface
  1431. design.
  1432. @EndNode
  1433. @Node "MISC_SUPPORT" "MUI.guide/MISC_SUPPORT"
  1434. @Toc "Main"
  1435. Support
  1436. =======
  1437.    If you have some questions, comments, suggestions or even flames,
  1438. please feel free to contact me at one of the following addresses. If
  1439. you send your letter via e-mail, there's a good chance for getting a
  1440. quick reply.
  1441.      Snailmail: Stefan Stuntz
  1442.                 Eduard-Spranger-Stra
  1443.                 80935 M
  1444. nchen
  1445.                 GERMANY
  1446.      
  1447.          Phone: +49-89-312-159-08
  1448.      
  1449.         e-mail: stuntz@informatik.tu-muenchen.de
  1450. @EndNode
  1451. @Node "MISC_ACKS" "MUI.guide/MISC_ACKS"
  1452. @Toc "Main"
  1453. Acknowledgements
  1454. ================
  1455.    The author wishes to thank
  1456.    - Stefan Becker
  1457.      ... he seemed to have very few time but nevertheless gave some
  1458.      valuable hints. Parts of his `ToolManager' source code were a
  1459.      great help during MUI's development.
  1460.    - Martin Berndt ... solved some tricky problems.
  1461.    - Robert Blayzor ... reworked the english manual.
  1462.    - Walter D
  1463. rwald ... painted some beautiful MagicWB stylish icons.
  1464.      ... for additional beta-testing and for translating parts of this
  1465.      documentation.
  1466.    - Dirk Federlein
  1467.      ... for additional beta-testing and for translating parts of this
  1468.      documentation.
  1469.    - Georg "gucky" He
  1470.      ... for reporting some bugs and for his demo program `DVIprint'.
  1471.    - Martin Horneffer and Albert Weinert
  1472.      ... for creating the Oberon language interface.
  1473.    - Martin "XEN" Huttenloher
  1474.      ... has drawn many of the supplied images and also significantly
  1475.      cooperated in other parts of the MUI-Design. Furthermore he
  1476.      contributed the amazing image drawers, which are a small extract
  1477.      of his `MagicWB 2.0' package. Friends of an impressive and plastic
  1478.      Workbench should definitely take a closer look at `MagicWB'!
  1479.    - Kai "KCommodity" Iske
  1480.      ... wrote one of the several MUI calculators and reported lots of
  1481.      bugs.
  1482.    - Oliver "Mr.Coffee" Kilian
  1483.      ... for testing MUI on good old (and slow) 68000.
  1484.    - Klaus "kmel" Melchior
  1485.      ... for the two sample tools `WbMan' and `MUI-Exchange' and for
  1486.      endless lists of bug reports. He also painted the demo programs
  1487.      icons and supplied some BOOPSI images.
  1488.    - Wouter van Oortmerssen
  1489.      ... for the Amige-E interface.
  1490.    - Armin Sander
  1491.      ... for giving me my first ideas about object oriented GUI design.
  1492.      He told me a lot about classes and objects and made me start with
  1493.      MUI.
  1494.    - Matthias "tron" Scheler und Markus "corwin" Stipp
  1495.      ... for writing the first real MUI application, a message editor
  1496.      for the `Universal Mail System (UMS)'. Look out for `IntuiNews'!
  1497.      Additionally, Matthias wrote the sample program `Font'.
  1498.    - Andreas "goonie" Schildbach
  1499.      ... significantly influenced the design and functionality of MUI
  1500.      and is currently working on a MUI application, a phone and answer
  1501.      machine for ISDN. He made me think of some other things during our
  1502.      endless phone calls.
  1503.    - Wolfgang Schildbach
  1504.      ... for his text formatting code.
  1505.    - Christian Scholz and Olaf Peters
  1506.      ... for the Modula interface.
  1507.    - Ibrahim "radi" Solmaz
  1508.      ... who also prevented me from working with many phone calls but
  1509.      nevertheless was a valuable help sometimes.
  1510.    - Henri Veistera
  1511.      ... for the assembler interface.
  1512.    - Oliver Wagner
  1513.      ... for writing some really cool MUI Internet applications.
  1514. @EndNode
  1515. @Node "MISC_QUESTIONS" "MUI.guide/MISC_QUESTIONS"
  1516. @Toc "Main"
  1517. Discussion
  1518. ==========
  1519.    - "Why don't MUI's string gadgets support the clipboard?"
  1520.      There is a utility called `NewEdit' that adds clipboard support to
  1521.      all system string gadgets. Of course MUI string gadgets work with
  1522.      this utility too. You can find this thing on aminet or on some PD
  1523.      disks.
  1524. @EndNode
  1525. @Node "POL_DISCLAIMER" "MUI.guide/POL_DISCLAIMER"
  1526. @Toc "Main"
  1527. Disclaimer
  1528. ==========
  1529.    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  1530. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  1531. HOLDER AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  1532. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  1533. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1534. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  1535. PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
  1536. COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  1537.    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1538. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY REDISTRIBUTE THE
  1539. PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  1540. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  1541. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
  1542. OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
  1543. THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  1544. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  1545. POSSIBILITY OF SUCH DAMAGES.
  1546. @EndNode
  1547. @Node "POL_LICENSE" "MUI.guide/POL_LICENSE"
  1548. @Toc "Main"
  1549. Lizenzvereinbarung
  1550. ==================
  1551.    - This license applies to the product called "MagicUserInterface"
  1552.      (short "MUI"), a collection of programs for the Amiga computer,
  1553.      published by Stefan Stuntz under the concepts of shareware, and
  1554.      the accompanying documentation. The terms "Program" and "MUI"
  1555.      below, refer to this product. The licensee is addressed as "you".
  1556.    - You may copy and distribute verbatim copies of the program's
  1557.      executable code and documentation as you receive it, in any
  1558.      medium, provided that you conspicuously and appropriately publish
  1559.      only the original, unmodified program, with all copyright notices
  1560.      and disclaimers of warranty intact and including all the
  1561.      accompanying documentation, example files and anything else that
  1562.      came with the original.
  1563.    - Except when otherwise stated in this documentation, you may not
  1564.      copy and/or distribute this program without the accompanying
  1565.      documentation and other additional files that came with the
  1566.      original. You may not copy and/or distribute modified versions of
  1567.      this program.
  1568.    - You may not copy, modify, sublicense, distribute or transfer the
  1569.      program except as expressly provided under this license. Any
  1570.      attempt otherwise to copy, modify, sublicense, distribute or
  1571.      transfer the program is void, and will automatically terminate
  1572.      your rights to use the program under this license. However,
  1573.      parties who have received copies, or rights to use copies, from
  1574.      you under this license will not have their licenses terminated so
  1575.      long as such parties remain in full compliance.
  1576.    - By copying, distributing and/or using the program you indicate your
  1577.      acceptance of this license to do so, and all its terms and
  1578.      conditions.
  1579.    - Each time you redistribute the program, the recipient automatically
  1580.      receives a license from the original licensor to copy, distribute
  1581.      and/or use the program subject to these terms and conditions. You
  1582.      may not impose any further restrictions on the recipients'
  1583.      exercise of the rights granted herein.
  1584.    - You may not disassemble, decompile, re-source or otherwise reverse
  1585.      engineer the program.
  1586.    - You agree to cease distributing the program and data involved if
  1587.      requested to do so by the author.
  1588. @EndNode
  1589. @Node "POL_INSTALLER" "MUI.guide/POL_INSTALLER"
  1590. @Toc "Main"
  1591. Installer
  1592. =========
  1593.    Along with MUI comes the `Installer' from Commodore:
  1594.      Installer and Installer project icon
  1595.      (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  1596.      Reproduced and distributed under license from Commodore.
  1597.      
  1598.      INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  1599.      NO WARRANTIES ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY
  1600.      OR RESPONSIBILITY IS ASSUMED.
  1601. @EndNode
  1602.