home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / amitrix / aweb30ca.lha / classupdate / prefs / CAprefs.doc next >
Text File  |  1997-05-31  |  3KB  |  85 lines

  1.     NAME
  2.  
  3.         CAPrefs -- ClassAct Preferences Daemon
  4.  
  5.     SYNOPSIS
  6.  
  7.         CAPrefs BEVELS/K,SPACE=LAYOUTSPACING/K/N,GADGETS/K,
  8.                 LABELPLACE/K,LABELPEN/K/N,LABELFONT/K,REFRESH/K,
  9.                 PATTERN/K,FALLBACKFONT/K
  10.  
  11.         CAPrefs [BEVELS GT|THIN|XEN] [SPACE n] [GADGETS NORMAL|3D]
  12.                 [LABELPLACE LEFT|RIGHT|CENTER] [LABELPEN n]
  13.                 [LABELFONT font/size] [REFRESH SIMPLE|SMART]
  14.                 [PATTERN image] [FALLBACKFONT font/size]
  15.  
  16.  
  17.     FUNCTION
  18.  
  19.         Set up ClassAct preferences. Run this program before any
  20.         applications that utilize ClassAct classes. A good place is
  21.         early in the user-startup. A graphic preferences editor will
  22.         be provided in the near future.
  23.  
  24.   AmiTrix Note: The graphic prefs editor is now present in your prefs drawer
  25.   ============  if you allowed it to be installed.  It can be used to change
  26.                 the CA settings which will affect the look of the AWeb GUI.
  27.                 There are several new options available via these CA prefs 
  28.                 that are not shown below.  See also the additional note
  29.                 below about the label pen setting.
  30.  
  31.  
  32.     ARGUMENTS
  33.  
  34.         BEVELS
  35.             GT - GadTools-like 2:1 aspect bevels. The default.
  36.             THIN - 1:1 aspect thin bevels.
  37.  
  38.         SPACE
  39.             Spacing between gadgets. Corresponds to pixels in
  40.             THIN bevel mode, scaled to bevel width. Default 4.
  41.  
  42.         GADGETS
  43.             NORMAL - standard V37 window border gadgets. The default.
  44.             3D - with SysIHack 3DLOOK, a 3D iconify gadget.
  45.  
  46.         LABELPLACE
  47.             LEFT - left justified group labels.
  48.             RIGHT - right justified group labels.
  49.             CENTER - centered group labels. The default.
  50.  
  51.         LABELPEN
  52.             Pen number to use for labels. Default is TEXTPEN.
  53.  
  54.         LABELFONT
  55.             Font name and size to use for group labels. Default
  56.             is the screen/window font.
  57.             
  58.         REFRESH
  59.             Window refresh type. Simple refresh windows take less
  60.             memory but update slower when uncovered from behind other
  61.             windows. Smart refresh is quicker but more memory hungry.
  62.             Default is smart.
  63.             
  64.         PATTERN
  65.             On OS 3.0, ClassAct window.class can automatically install
  66.             a backfill pattern to windows, using any image understood
  67.             by the datatypes. This option is the name of that image.
  68.            
  69.         FALLBACKFONT
  70.             Window fallback font in case the default font is too large
  71.             to fit the window on the screen.
  72.  
  73.     EXAMPLE
  74.  
  75.         CAPrefs BEVELS=THIN SPACE=3 LABELPEN=2 LABELFONT Times/12
  76.  
  77.  
  78.   AmiTrix Note: The graphic preferences editor currently contains no pen entry 
  79.   ============  in the Group Labels window list for the LABELPEN.  This pen is
  80.                 used for the title which appears above a boxed set of gadgets
  81.                 within a ClassAct window, such as the first Window prefs area
  82.                 in the graphic preferences.  The color pen for these titles is
  83.                 selected by highlighting one of the pens in the Group Labels
  84.                 list and saving the prefs.
  85.