Page 2 of 2

Re: HMG.4 New Windows Binaries+Source Release (2011.02.01)

Posted: Wed Feb 09, 2011 7:52 am
by sudip
Hi Rathi and all Friends,

Thanks a lot for the great effort! :D
I am now downloading it.
I shall test and send my feedback.
One big query is coming to my mind - how can we port our existing HMG 3 projects to HMG 4 ?

Thank you again.

Re: HMG.4 New Windows Binaries+Source Release (2011.02.01)

Posted: Sat Feb 26, 2011 1:46 am
by chelo
Hola a todos!

He estado teniendo inconvenientes para bajar estos archivos, creo que hay problemas en el servidor. Ademas pareciera haber sido afectado el mismo.

Saludos cordiales

Chelo

Re: HMG.4 New Windows Binaries+Source Release (2011.02.01)

Posted: Wed Jun 01, 2011 1:40 pm
by l3whmg
Hi Friends.
Today I do a commit about "menu....". I found a little bug about use of ":FontName" and ":FontSize": this ability there isn't in HMG3, but to standardize "New method" and give us this future I think was a good thing.

Now (but only with OOP syntax) we can write:

Code: Select all

  WITH OBJECT MainMenu():New()
   :FontName := "Georgia"
   :FontSize := 14
   WITH OBJECT MenuPopup():New( '&File' )
    WITH OBJECT MenuItem():New( 'e&Xit' )
    END WITH
   END WITH
  END WITH
MenuPopUp and MenuItem inherit font from MainMenu.
Best regards