r3progd

r3progd

Class

real/gadget/r3progd.h

Library

r3gad

Description:

Progress indicator gadget.

See Also

oops/r3gadget.h oops/r3progre.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Progressgadget

Class Identifier

R3CLID_PROGRESSGADGET - 249

Methods

Attributes

Horizontal, NoCancelButton,

multi-inheritance

Horizontal

Attribute

Horizontal

Identifier

R3PGA_Horizontal

JavaScript type

Boolean

C type

R3BOOL

Description

set true for horizontal indicator

Syntax


jsobj.SetHorizontal(value);


R3BOOL value = ...;
R3SetAttrs(r3obj, R3PGA_Horizontal, value, R3TAG_END);

NoCancelButton

Attribute

NoCancelButton

Identifier

R3PGA_NoCancelButton

JavaScript type

Boolean

C type

R3BOOL

Description

Syntax


jsobj.SetNoCancelButton(value);


R3BOOL value = ...;
R3SetAttrs(r3obj, R3PGA_NoCancelButton, value, R3TAG_END);

NOTE: Cancel button must be disabled for progress indicator that is used by other than the main thread. R3PGA_Sync must be set if the progress indicator is used in multi-threaded environment and the indicator is used by other than the main thread.

Tags

Tags

R3PGA_Sync
R3PGA_MsgPort