Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

TrackbarSetTickMark Function

Overview

The TrackbarSetTickMark function sets a tick mark at a specified logical position.

Syntax/Parameters

Syntax

int = TrackbarSetTickMark ( int id, int position );

Parameters

id

An int containing the control ID of a trackbar control.

position

An int specifying the logical position to set the mark.

Return Value

An int as ERROR_NONE or a formatted error code on failure. Common errors include: ERROR_RANGE if id is an invalid control ID for the open dialog or ERROR_INVALID_HANDLE if no dialog is open.

Remarks

A trackbar creates its own first and last tick marks. Do not use this message to set the first and last tick marks.

The position must be within the logical range.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic