* New: Progress Wheel is a round progress control with customizable colors,
shape and gradient.
Syntax:
@ <row>,<col> PROGRESSWHEEL <name> [ OF <parent> ] ;
[ RANGE <lo> , <hi> ] ;
[ VALUE <v> ] ;
[ WIDTH <w> ] ;
[ HEIGHT <h> ] ;
[ <ShowText : SHOWTEXT> ] ;
[ STARTANGLE <StartAngle> ] ;
[ INNERSIZE <InnerSize> ] ;
[ GRADIENTMODE <GradientMode> ] ;
[ COLORDONEMIN <ColorDoneMin> ] ;
[ COLORDONEMAX <ColorDoneMax> ] ;
[ COLORREMAIN <ColorRemain> ] ;
[ COLORINNER <ColorInner> ]
There are the following properties and method for this control:
- pseudo-OOP method SetShowText:
Form.PWeel.SetShowText( bCustomText )
Domethod ( Form, Control, "SetShowText", bCustomText )
- read/write properties 'ColorDoneMin', 'ColorDoneMax',
'ColorRemain', 'ColorInner', 'InnerSize', 'StartAngle',
'Min', 'Max', 'Position', 'ShowText', 'GradientMode':
Form.PWeel.Position := 25
nPos := GetProperty( Form, Control, 'Position' )
Form.PWeel.GradientMode := GM_POSITION
nMode := GetProperty( Form, Control, 'GradientMode' )
It is based upon the
BosTaurus library and must be considered as
experimental feature.
Contributed by Grigory Filatov <
gfilatov@inbox.ru>
(see demos in folder \samples\Advanced\ProgressWheel)
* Modified: TGif class version 1.4 was improved with the following:
- optimized the use of the object's properties;
- created a unique ID for the dismount file of the GIF in the
temporary folder;
- returned the 'Cargo' property to the user;
- removed several properties that had no real use;
- eliminated errors of missing files.
Contributed by Ivanil Marcelino <ivanil/at/linkbr.com.br>.
Revised by Grigory Filatov <
gfilatov@inbox.ru>
(see demo in folder \samples\Advanced\tgif)
* Enhanced: ANIGIF control: added support of read/write property 'Picture'.
Based upon a contribution of Ivanil Marcelino <ivanil/at/linkbr.com.br>.
Revised by Grigory Filatov <
gfilatov@inbox.ru>
* Updated: HbSQLite3 library:
- update for using SQLITE3 latest version 3.34.0dev.
Contributed by Grigory Filatov <
gfilatov@inbox.ru>.
* Updated: 'Animated GIF' sample:
- updated for the recent changes in Minigui core.
Contributed by Grigory Filatov <
gfilatov@inbox.ru>
(see in folder \samples\Advanced\AniGIF)
* Updated: 'TGif class' sample:
- updated for the recent changes in Minigui core.
Contributed by Grigory Filatov <
gfilatov@inbox.ru>
(see in folder \samples\Advanced\tgif)