Home Why Omnibasic Features FAQ Examples
Reviews Keyword/Syntax On-Line Manual Download Manual ScreenShots



Dial

Description: The Dial is a control object that is useful for making an adjustment to a value in the program. The Dial can be set up with a range so that as the end user rotates the dial the value will change. The value is extracted out of the Dial using the Value property of the Dial.

Example: Dial1.Range=0,100 \ This sets up the range of the value produced by the Dial
X=Dial1.Value \ This will place the current value of the Dial into integer variable for use later in the program.

Property Arguments Access
BackColor INT Background Color Read/Write
Enabled BOOL Enabled Read/Write
Focus BOOL Focus Read/Write
Height INT Height Read/Write
HelpText INT Help Text Read/Write
NotchColor INT Notch Color Read/Write

NotchOffSet INT Notch Off Set Read/Write
NotchSpacing INT Notch Spacing Read/Write
Position INT X, INT Y Position Write
Range INT Range Read/Write
RevolutionIncrement INT Revolution Increment Read/Write
Size INT Size Write
Style INT Style Read/Write
TipText INT Tip Text Read/Write
Value INT Value Read/Write
Visible BOOL Visible Read/Write
Width INT Width Read/Write
X INT X Position Read/Write
Y INT Y Position Read/Write


Constant Value Property used on
OBDialCyclic $00010000 Style
OBDialHasNotch $00020000 Style
OBDialHorizontal $00008000 Style
OBDialVertical $00000000 Style


Events
Change

Next Page: Flat Button
Table of Contents


Home || Why Omnibasic || Features || FAQ || Examples
Reviews || Links || Privacy Statement || Top of Page

 

   Innomation Systems, Inc.

117 Morrison Ave. Morrison, MO 65061 (573) 294-6130

OmniBasic is a trademark of Innomation Systems, Inc., other trademarks are the property of their respective owners.
Innomation Systems, Inc. reserves the right to change prices and specifications without prior notice.
Copyright © 2000, 2001, 2002 Innomation Systems, Inc.