HMG Extended Edition version 20.10 (Update 2)

61 views
Skip to first unread message

Grigory Filatov

unread,
Nov 5, 2020, 2:57:02 AM11/5/20
to Harbour Minigui
Hi All,

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


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 <gfil...@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 <gfil...@inbox.ru>
  * Updated: HbSQLite3 library:
           - update for using SQLITE3 latest version 3.34.0dev.
           Contributed by Grigory Filatov <gfil...@inbox.ru>.
  * Updated: '
Animated GIF' sample:
           - updated for the recent changes in Minigui core.
           Contributed by Grigory Filatov <gfil...@inbox.ru>
           (see in folder \samples\Advanced\AniGIF)
  * Updated: '
TGif class' sample:
           - updated for the recent changes in Minigui core.
           Contributed by Grigory Filatov <gfil...@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]

Enrique Cabrerizo

unread,
Nov 5, 2020, 3:04:33 AM11/5/20
to Grigory Filatov, Harbour Minigui
Thank you for your very much for this update

Best regards 
Enrique

--
Visit our website on http://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/bcbe69de-4306-463c-a0b3-468f3fd116c4o%40googlegroups.com.

Anand Kr Gupta

unread,
Nov 5, 2020, 5:52:30 AM11/5/20
to Grigory Filatov, Harbour Minigui
Thanks for new update.

Regards,

Anand


--
Visit our website on http://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/bcbe69de-4306-463c-a0b3-468f3fd116c4o%40googlegroups.com.


--
Anand Kr Gupta
Software Developer &
Consultant


https://sites.google.com/site/apptohelpyou/

Marcelo Antonio Lázzaro Carli

unread,
Nov 5, 2020, 7:46:16 AM11/5/20
to Harbour Minigui

 

Thank you for your very much for this update

 

Best regards 

 

 

Att.
 
     Marcelo A. L. Carli
                      Marília/SP
         Capital Nacional do Alimento ®


     
https://malc-informatica.ueniweb.com

              http://marcelo.lx.com.br
      Email / Skype:
malc...@life.com.br

 

******************************************************************************
Se for repassar, apague o meu nome e endereço.
Ajude a combater a propagação de vírus e spams
coloque TODOS os destinatários em CÓPIA OCULTA (Cco / Bcc)
******************************************************************************

Marcelo Antonio Lázzaro Carli

unread,
Nov 5, 2020, 8:40:46 AM11/5/20
to malc...@life.com.br, Harbour Minigui

Fui compilar e deu esse erro

 

Att.
 
     Marcelo A. L. Carli
                      Marília/SP
         Capital Nacional do Alimento ®


     
https://malc-informatica.ueniweb.com

              http://marcelo.lx.com.br
      Email / Skype:
malc...@life.com.br

 

******************************************************************************
Se for repassar, apague o meu nome e endereço.
Ajude a combater a propagação de vírus e spams
coloque TODOS os destinatários em CÓPIA OCULTA (Cco / Bcc)
******************************************************************************

 

image001.png

Ivanil Marcelino

unread,
Nov 5, 2020, 10:08:50 AM11/5/20
to Harbour Minigui
Inclua a lib Bostaurus;

Marcelo Antonio Lázzaro Carli

unread,
Nov 5, 2020, 10:20:58 AM11/5/20
to Ivanil Marcelino, Harbour Minigui

obg

 

Att.
 
     Marcelo A. L. Carli
                      Marília/SP
         Capital Nacional do Alimento ®


     
https://malc-informatica.ueniweb.com

              http://marcelo.lx.com.br
      Email / Skype:
malc...@life.com.br

 

******************************************************************************
Se for repassar, apague o meu nome e endereço.
Ajude a combater a propagação de vírus e spams
coloque TODOS os destinatários em CÓPIA OCULTA (Cco / Bcc)
******************************************************************************

 

De: minigu...@googlegroups.com [mailto:minigu...@googlegroups.com] Em nome de Ivanil Marcelino
Enviada em: quinta-feira, 5 de novembro de 2020 12:09
Para: Harbour Minigui
Assunto: Re: [harbourminigui] HMG Extended Edition version 20.10 (Update 2)

 

Inclua a lib Bostaurus;

 

--
Visit our website on http://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages