Thanks a lot for the great effort!
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.
Moderator: Rathinagiri
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