CosW.ini settings

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Line 104: Line 104:
TraceTabs=3 // Sets the spacing between source tab stops
TraceTabs=3 // Sets the spacing between source tab stops
-
TraceFeatures=<FeatureValue> // Enables/disables trace features as follows
+
TraceFeatures=<FeatureValue> // Defaut = 59 - Enables/disables trace features as follows
-    TraceNone        = 0
-    TraceNone        = 0
Line 118: Line 118:
-    TraceExceptions  = 16  // Trace Exceptions ON/OFF
-    TraceExceptions  = 16  // Trace Exceptions ON/OFF
-
-    TracePause        = 32  // Trace Pause StrExp (MsgBox)
+
-    TracePartition    = 32  // Includes partition name in output
-
 
+
-
Example: TraceFeatures=26 // TraceSource|TraceEvents|TraceExceptions = 1+2+8+16 = 26
+
 +
Example: TraceFeatures=59 // TraceLabels+TraceSource+TraceEvents+TraceExceptions+TracePartition = 1+2+8+16+32 = 59
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Copyright © 1995 - 2010 Signature Systems, Inc.
Copyright © 1995 - 2010 Signature Systems, Inc.

Revision as of 23:16, 26 July 2011

COSW.ini Settings These are some COSW.INI settings that may be useful to some installations.

COSW.INI Sections/Keys/Values

======================================

Contents

[Comet]

======================================

ExclusiveIni = 1 / 0 (0) Do not use COSW.INI or COSWGLOB.INI (COSW.INI is checked first)

SaveSettings = 1 / 0 (1) Save changes to COSW.INI

PrintScreenClient = 1 / 0 (0) Print only the client part of the screen (View)

CaptionPrefix = ("Comet") Set main COSW window caption prefix

IncludeStdCaption = 1 / 0 (0) When setting main COSW window caption from IB append "- "

ShowStatusTerm = 1 / 0 (0) Include on status line

MenuState = 1 / 0 (1) Show / Hide menu

SetCapsLock = 1 / 0 Force CapsLock

MaxRemSessions = Maximum number of concurrent CA sessions this system

======================================

[Terminal]

======================================

EasyMouseDown = 1 / 0 (0) Non-zero will cause mouse to trigger on down

KeepAlive = (30) Interval for sending keepalive packets

EditKeys = 1 / 0 (1) Enable/disable Windows field-editing keys

InsertLock = 1 / 0 (0) Windows-like behavior

Insert = 1/ 0 (0) Default insert/overwrite

WinInsertMode = 1 / 0 (0) All of the above (EditKeys + InsertLock + Insert)

HyperLinkColor = ,,,,, ("0,0,255,255,0,69") Defines colors for all hyperlinks

ShowIDs = 1 / 0 Show ToolContext ID's on status line

======================================

[NetConfig]

======================================

CAPort = (11751) Selects an alternate CometAnywhere port for host/client

======================================

[Printers]

======================================

AutoFlush = 1 / 0 (1) Flush RAW job after 2 seconds of inactivity

Log = 1 Turns on activity logging. The file is called CosP.log and will be in your Comet "start in" folder.

PDFDocWait = X (X is number of seconds; default is 45) Specifies wait time for PDF document to close

ShareCosp = 1 / 0 (0) Causes one instance of Cosp to be shared for all print jobs. Makes debugging easier.

Debug = 1 / 0 (0) Causes Cosp to show its debug window at startup (recommend ShareCosp = 1)

======================================

[Debug]

======================================

FullDump = 1 / 0 (0) Causes Cos32.exe to produce a crash-dump that includes all program memory. The resulting file will be very large but makes debugging easier.

TraceTabs=3 // Sets the spacing between source tab stops

TraceFeatures=<FeatureValue> // Defaut = 59 - Enables/disables trace features as follows

- TraceNone = 0

- TraceLabels = 1 // Trace Labels ON/OFF

- TraceSource = 2 // Trace Source ON/OFF

- TraceTime = 4 // Trace Time ON/OFF

- TraceEvents = 8 // Trace Events ON/OFF

- TraceExceptions = 16 // Trace Exceptions ON/OFF

- TracePartition = 32 // Includes partition name in output

Example: TraceFeatures=59 // TraceLabels+TraceSource+TraceEvents+TraceExceptions+TracePartition = 1+2+8+16+32 = 59


Copyright © 1995 - 2010 Signature Systems, Inc.

Personal tools