Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 964 Bytes

File metadata and controls

39 lines (30 loc) · 964 Bytes

SetStaticTextColor

Description

Sets the color for the Layout Manager static Text

PROCEDURE SetStaticTextColor(
				dialogID    : LONGINT;
				componentID : LONGINT;
				red         : INTEGER;
				green       : INTEGER;
				blue        : INTEGER);
def vs.SetStaticTextColor(dialogID, componentID, red, green, blue):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
red INTEGER
green INTEGER
blue INTEGER

Remarks

[[User:CBM-c-|c]], (2021.01.03): This is broken on VW 2020 and 2021: the text stays black, unregarded the color setting passed.

[[User:CBM-c-|c]], (2014.04.27): This only works during [[VS:CreateResizableLayout| dialog setup]], the color cannot be changed later, for example during event [[VS:Creating_a_Custom_Dialog_Box| SetupDialogC]].

Version

Availability: from Vectorworks 2010

Category

  • Dialogs - Modern