lcdnumber class
The lcdNumber widget displays a number with LCD-like digits.
Description
It can display a number in just about any size.
It can display decimal, hexadecimal, octal or binary numbers.
Functions
$displayStr(<number:string>)
Displays the number represented by the string s.
$displayInt(<number:integer>)
Sets the displayed value rounded to the nearest integer to number.
$displayDouble(<number:double>)
Sets the displayed value to number (double).
$setMode(<mode:string>)
Sets the current display mode (number base): valid mode are: HEX, BIN, OCT and DEC.
$setSegmentStyles(<style:string>)
Sets the style of the lcdnumber, valid styles are: Outline, Filled and Flat.
$setNumDigits(<number:integer>)
Sets the lcdnumber value.
<boolean> $checkOverflow()
Returns 1 (true) if the number is too big to be displayed in its entirety; otherwise returns 0 (false).
$setSmallDecimalPoint(<bFlag:boolean>)
Sets the the decimal point style, valid bool values are 1 (true) or 0 (false).
<boolean> $checkOverflow(<number:integer>)
Returns 1 (true) if the number is too big to be displayed in its entirety; otherwise returns 0 (false).

Index, Object Classes