Maptitude GISDK Help

CreateStopSkipButtons()

Summary

Adds stop and skip buttons to the status bar for use in interrupting map drawing.

 

Syntax

CreateStopSkipButtons(array stop_button_names, array skip_button_names)

 

Argument

Contents

stop_button_names

An array of three bitmap names for the stop button in different states: default, pressed, and disabled

skip_button_names

An array of three bitmap names for the skip button in different states: default, pressed, and disabled

 

Notes

Example

// Add the stop/skip buttons in the interface macro so that they will be available at all times

CreateStopSkipButtons({"bmp\\stop.bmp", "bmp\\stop2.bmp", "bmp\\stop1.bmp"},

     {"bmp\\skip.bmp", "bmp\\skip2.bmp", "bmp\\skip1.bmp"})

 

Error Codes

Error Type

Meaning

Error

The input arrays are invalid

 

See Also

Function

Summary

SetStatusBar()

Sets the number and size of sections in the status bar

 

 

©2025 Caliper Corporation www.caliper.com