Harbour MiniGUI Extended Edition build 20.04 is published

221 views
Skip to first unread message

Grigory Filatov

unread,
Apr 30, 2020, 2:37:50 AM4/30/20
to Harbour Minigui
Hi Friends,

We are pleased to announce a new build of Harbour MiniGUI Extended Edition.

It is a regularly scheduled maintenance release.

Here's a breakdown of some of the modifications in the build 20.04.
For the full list, please see the changelog.

  * Fixed problem with assigning of the BKBRUSH clause at a form
    definition (introduced in the build 19.12).
  * A correction in the function _SetValue() for a conflict between
    the Timer and AniGif controls handling.
  * A correction for the font attributes handling in the SplitButton
    control.
  * The Label, HyperLink, CheckBox and RadioGroup controls support
    changing the 'Transparent' property at runtime.
  * The EDIT controls family (TEXTBOX & EDITBOX) support changing
    the 'CaseConvert' property at runtime.
    It was a postponed user's request.
  * The MONTHCAL control supports the BackColor, FontColor and
    others color clauses in the THEMED Operating Systems.
    It was a postponed user's request.
  * Improved user type of control in INPLACE EDIT of GRID control.
    DYNAMIC type is defined as { cControlType, bCodeBlock [, bChange] }
    where cControlType = 'DYNAMIC' (Required)
      bCodeBlock = CodeBlock that return array with normal type control
      (Required)
      bChange = CodeBlock with ON CHANGE action (Optional)
      to above CodeBlock is passed one param - a current control value.
    Added a new control type 'CODEBLOCK' for using with 'DYNAMIC' type.
  * The ANIMATEBOX control supports now an optional INVISIBLE clause.
  * The FONT clause in the POPUP and MENUITEM commands supports
    a font name for the fonts which were defined by the command
    DEFINE FONT <font> FONTNAME <name>.
  * Limited the height of the dialog box in the function HMG_Alert()
    to be able to output more than 20 strings in the EditBox control.
  * The HMG Debugger resources were moved from the sample DBG_TEST
    to the application resources.
  * Updated Harbour Compiler 3.2.0dev to a recent Git-version.
  * Updated TSBrowse and Sqlite3 libraries.
  * Added the new interesting samples and updated the some Basic and
    Advanced samples.
 
A setup of the build 20.04 for Borland C++ 5.8.2 is published at
the following URL:


There is also an extra Minigui Ex build for the Embarcadero C++ 10.2
‘Tokyo’ compiler. Note: it is a donationware distribution.

This release is considered stable and ready for production use.

The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Grigory Filatov

unread,
Apr 30, 2020, 4:12:08 AM4/30/20
to Harbour Minigui
To whom it may concern

Please notice that there are also the private MiniGUI builds
for the following free C-compilers:

- MinGW GNU C 9.3.0 (32-bit) (MinGW-W64 i686-posix-sjlj);
- MinGW GNU C 9.2.0 (64-bit) (MinGW Distro - nuwen.net);

- MS Visual C++ 2019 (32-bit) (19.24.28314);
- MS Visual C++ 2019 (64-bit) (19.24.28314).

The above distros are available for the all donators.

Thanks for your attention.

Greetings,
Grigory

Marcelo Antonio Lázzaro Carli

unread,
Apr 30, 2020, 8:03:57 AM4/30/20
to Grigory Filatov, Harbour Minigui

Thank you

 

 

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

 

             http://marcelo.lx.com.br
    http://www.marazambon.blogspot.com/
      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)

Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não pode usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações.

************************************************************************************************************************************

"Antes de imprimir, pense em sua responsabilidade com o MEIO AMBIENTE."

--
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/895874f6-58df-425f-8589-a20f2f5e216b%40googlegroups.com.


Livre de vírus. www.avast.com.

Anand Kumar Gupta

unread,
Apr 30, 2020, 9:16:41 AM4/30/20
to malc...@life.com.br, Grigory Filatov, Harbour Minigui
Thanks for the new version.

Regards,

Anand




--
Anand K Gupta
Software Developer &
Consultant


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

Zecevic Milomir

unread,
Apr 30, 2020, 10:31:14 AM4/30/20
to Harbour Minigui
Hi Grigory,

Thanks for the new build.

Kind regards,
Zeka

Daniele Federico

unread,
Apr 30, 2020, 12:42:25 PM4/30/20
to malc...@life.com.br, Grigory Filatov, Harbour Minigui
Thanks mr. Grigory



Jose Mauricio Dias

unread,
May 16, 2020, 8:43:33 PM5/16/20
to Harbour Minigui
Português Brasil
------------------------------

Ola Grigory, tudo bem!

Não sei se este é o canal e local correto para reportar algum problema.

Houve erro ao compilar quando há o controle PROGRESSITEM no formulario Utilizando a HMGS IDE 1.4.4.0. como descrito abaixo:

FORMULARIO:
     DEFINE STATUSBAR FONT "Arial" SIZE 9
            STATUSITEM ""
            PROGRESSITEM WIDTH 200 RANGE "0, 100"
     END STATUSBAR

ERRO:
Form_RelatorioF13.fmg(14) Error E0030  Syntax error "syntax error at 'WIDTH'"


Inglês traduzido pelo Google
------------------------------
Hello Grigory, how are you!

I don't know if this is the correct channel and place to report a problem.

There was an error when compiling when there is the PROGRESSITEM control in the form Using the HMGS IDE 1.4.4.0. as described below:

FORM:
      DEFINE STATUSBAR FONT "Arial" SIZE 9
             STATUSITEM ""
             PROGRESSITEM WIDTH 200 RANGE "0, 100"
      END STATUSBAR

MISTAKE:
Form_RelatorioF13.fmg (14) Error E0030 Syntax error "syntax error at 'WIDTH'"

Jose Mauricio Dias

unread,
May 16, 2020, 8:45:16 PM5/16/20
to Harbour Minigui
Desculpe, esqueci de assinar  //  Sorry, I forgot to subscribe

Mauricio Dias
Belo Horizonte, MG, Brasil
Reply all
Reply to author
Forward
0 new messages