CosW.ini settings

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Line 87: Line 87:
PDFDocWait = X (X is number of seconds; default is 45)  
PDFDocWait = X (X is number of seconds; default is 45)  
Specifies wait time for PDF document to close  
Specifies wait time for PDF document to close  
 +
 +
;======================================
 +
 +
== '''[Debug]''' ==
 +
 +
;======================================
 +
TraceTabs=3 // Sets the spacing between source tab stops
 +
 +
TraceFeatures=<FeatureValue> // 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
 +
 +
.    TracePause        = 32  // Trace Pause StrExp (MsgBox)
 +
 +
Example: TraceFeatures=26 // TraceSource|TraceEvents|TraceExceptions = 1+2+8+16 = 26
 +
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Copyright © 1995 - 2010 Signature Systems, Inc.
Copyright © 1995 - 2010 Signature Systems, Inc.

Revision as of 22:32, 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

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

[Debug]

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

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

TraceFeatures=<FeatureValue> // 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

. TracePause = 32 // Trace Pause StrExp (MsgBox)

Example: TraceFeatures=26 // TraceSource|TraceEvents|TraceExceptions = 1+2+8+16 = 26



Copyright © 1995 - 2010 Signature Systems, Inc.

Personal tools