Harbour MiniGUI Extended Edition build 20.10 is published

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by gfilatov »

serge_girard wrote: Wed Oct 28, 2020 1:03 pm Hi Grigory,

I have send an email to your buran19* address.
Did you receive it?
Hi Serge,

Sorry but it is an invalid address already.

Please be so kind to forward your letter to
gfilatov@inbox.ru
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.10 for Borland C++ 5.8.2 at

http://hmgextended.com/files/CONTRIB/hm ... -setup.exe

Whatsnew:
* 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)
The upgrade to this build is recommended.

Thanks for your attention and support.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by Anand »

Thanks for new update.

Regards,

Anand
Regards,

Anand

Image
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by salamandra »

🙂 Hi Grigory,
Thank you very much for this new update !!

Salamandra, Brazil
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.10 (Update 3) for Borland C++ 5.8.2 at

http://hmgextended.com/files/CONTRIB/hm ... -setup.exe

Whatsnew:
* Fixed: PROGRESSWHEEL: important correction of a gradien calculation in
the internal function GradientColor().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Advanced\ProgressWheel)
* Enhanced: The ButtonEx control now accepts the numeric color definitions
as well as the RGB arrays for BACKCOLOR and FONTCOLOR clauses.
Requested by Verchenko Andrey.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: 'Bos Taurus' Graphics Library:
- code was separated into PRG-module and C-module.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see source in folder \Source\BosTaurus)
* Updated: Harbour Compiler 3.2.0dev (SVN 2020-11-03 10:37).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
It is an urgent update due to my mistake in the Progress Wheel.

Thanks for your attention :!:

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by serge_girard »

Hi Grigroy,

W10 + Edge : they don't like your setup.exe......Grrrr !

Serge
There's nothing you can do that can't be done...
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI Extended Edition build 20.10 is published

Post by gfilatov »

Hi All,

I've uploaded the updated setup of the build 20.10 (Update 4) for Borland C++ 5.8.2 at

http://hmgextended.com/files/CONTRIB/hm ... -setup.exe

Whatsnew:
* Fixed: Minor correction of a title position in the GRAPH BITMAP PIE command.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\GraphPrint_Bitmap)
* Enhanced: The function MiniGUIVersion() will return a string with the Update
number.
Example:
MiniGuiVersion(1) -> "Harbour MiniGUI Extended Edition 20.10.4"
Suggested and contributed by Miguel Ingles
(see menudemo2.prg in folder \samples\Basic\Menu)
* Updated: HBPrinter library:
- correction of printing of the image from a memory variable
(introduced in the build 20.05).
Problem was reported by Rene Koot <rene[at]plantenkennis.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HMGS-IDE v.1.4.4.3 Project Manager and Two-Way Visual Form Designer:
- added needed BosTaurus library to a link scripts.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Ide)
* Updated: MPM utility:
- added needed BosTaurus library to a link script.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Utils\MPM)
* Updated: 'Virtual columns in Tsbrowse for DBF file' sample.
Contributed by Sergej Kiselev
(see in folder \samples\Advanced\Tsb_VirtualColumn)
The upgrade to this build is recommended.

Thanks for your attention.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]
Post Reply