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

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

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

Post 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.
With best regards,
Sudip
chelo
Posts: 15
Joined: Mon Feb 22, 2010 12:13 am
Location: Pcia. de Buenos Aires, Argentina

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

Post 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
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

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

Post 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
Luigi from Italy
www.L3W.it
Post Reply