poINote SetBackgroundColor

Sets the background/fill color for the note.

Syntax

note_handle SetBackgroundColor

Application

HyperView Tcl Modify

Description

This command sets the background color, or the fill color, for the note. This command will not have any effect if the transparency option is "on" for that note.

Example

To set the background/fill color for the note:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetNoteHandle note_handle 2;
note_handle SetBackgroundColor "100 200 100"
hwi CloseStack

Errors

This command returns (0) if successful, or a "non-zero value" if an error occurred.