Skip to main content
Skip table of contents

ColumnEntry

 

SuperCROSS

Production System

SuperWEB2

Element

Format

Description

Save

Load

Load

Save

Load

ColumnEntry

ColumnEntryDefine ColumnBody ColumnEnd

      
ColumnEntryDefine'COLUMN' YesYesYesYesYes

ColumnBody

ColumnBody (DimensionEntry)+ (DeriveEntry) {AutoAxisTotalOption} {AxisMapEntry} {ManualDecPlace} {ManualPowerTen} {ManualColumnWidth}

 

Yes

Yes

No

No

No

AutoAxisTotalOption

('AUTO_AXIS_FIRST' | 'AUTO_AXIS_LAST') IdentifierString

  • AUTO_AXIS_FIRST – Axis total is the first item on the axis.
  • AUTO_AXIS_LAST – Axis total is the last item on the axis.
  • IdentifierString – Display name of the axis total.

Yes

Yes

Ignored

No

Ignored

ManualDecPlace

'AXIS_MANUAL_DECIMAL' (ManualFormatEntry)+

Not saved by default: see the note below.

Yes

Yes

Ignored

Ignored

Ignored

ManualPowerTen

'AXIS_MANUAL_POWER_TEN' (ManualFormatEntry)+

Not saved by default: see the note below.

Yes

Yes

Ignored

Ignored

Ignored

ManualColumWidth

'AXIS_MANUAL_WIDTH' (ManualFormatEntry)+

Not saved by default: see the note below.

Yes

Yes

Ignored

Ignored

Ignored

ManualFormatEntry' "' PositiveInteger1 ', ' PositiveInteger2 '"'
  • PositiveInteger1 – the index number
  • PositiveInteger2 – the value for the index
YesYesNoNoNo

ColumnEnd

'END COLUMN'

 

Yes

Yes

Yes

Yes

Yes

ManualDecPlace, ManualColumWidth and ManualPowerTen

SuperCROSS does not save these flags to the TXD file by default.

To change this, you need to add a setting to the super.ini configuration file:

  1. Make sure SuperCROSS is not running.
  2. Open super.ini in a text editor. If you installed to the default location, this file is located at C:\Program Data\STR\SuperCROSS\super.ini.
  3. Search the file to check whether it already includes a [TXD] section.

    • If the file already includes a [TXD] section, set the value of the SaveExtraUserSettings parameter to 1.

    • If there is no [TXD] section in super.ini, add the following section to the end of the file:

      CODE
      [TXD]
      SaveExtraUserSettings=1
  4. Save your changes to super.ini and restart SuperCROSS.

When SaveExtraUserSettings is set to 1, SuperCROSS saves the values for decimal places, power of ten and manual column width to the TXD.

There is a separate parameter you can add to super.ini if you only want to save the column width: SaveAxisManualWidth.

For example, with the following configuration in super.ini, SuperCROSS will save the manual column width to the TXD, but not the power of ten or decimal place settings:

CODE
[TXD]
SaveExtraUserSettings=0
SaveAxisManualWidth=1
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.