Component: Dial control (Misc)

From Flowcode Help
Revision as of 14:43, 16 January 2023 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Author
Version 1.1
Category Misc


Dial control component

Dial output control

Component Source Code

Please click here for the component source code: FC_Comp_Source_dial.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

Fc9-comp-macro.png GetPos
Gets the position of the pointer 
Fc9-f32-icon.png - FLOAT Return


Fc9-comp-macro.png SetTarget
Sets the target of change messages Send 0 as the target ID to disable  
Fc9-h32-icon.png - HANDLE Target
The target component to recieve the message 
Fc9-u32-icon.png - ULONG MessageId
The identifier of the message to send to 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetAngles
Sets the min-max angles to draw on the dial Used for setting the needle Defaults are 135 and -45 
Fc9-s16-icon.png - INT Start
 
Fc9-s16-icon.png - INT End
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetPos
Sets the position of the dial, bounded to the pre-set range 
Fc9-f32-icon.png - FLOAT Position
The position of the dial in the Users specified range 
Fc9-bool-icon.png - BOOL Notify
Set to true to notify owner Target of a change 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetMarks
Decides on the presentation of the dial 
Fc9-s16-icon.png - INT Marks
Number of marks on the dial 
Fc9-s16-icon.png - INT Subs
Number of marks before a 'main' mark - can be zero 
Fc9-bool-icon.png - BOOL ShowNumbers
True to show numbers on the dial, else false 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetRange
Sets the min-max range to draw on the dial Used for setting the needle 
Fc9-s16-icon.png - INT Start
 
Fc9-s16-icon.png - INT End
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetLabel
Sets the label to draw in the center of the dial 
Fc9-string-icon.png - STRING Hi
 
Fc9-string-icon.png - STRING Lo
Label to draw at the bottom 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties