Page 1 of 3

Another BIG day !

Posted: Wed May 27, 2009 11:20 pm
by esgici
Happy Birthday HMG
Happy Birthday HMG
HpBD_HMG.jpg (52.13 KiB) Viewed 5754 times
Viva HMG, Viva Roberto !

Long Live HMG, Long live Roberto !


Birth Certificate of HMG
Birth Certificate of HMG
BCertHMG.jpg (58.57 KiB) Viewed 5754 times

Re: Another BIG day !

Posted: Wed May 27, 2009 11:53 pm
by salamandra
:) Hi,
esgici wrote:
HpBD_HMG.jpg
Viva HMG, Viva Roberto !

Long Live HMG, Long live Roberto !


BCertHMG.jpg

Well, what can I say ?...

HAPPY BIRTHDAY !!!!!!!!!!


Salamandra.

Re: Another BIG day !

Posted: Thu May 28, 2009 1:56 am
by luisvasquezcl
On this special day ...
I wish a Happy Birthday for HMG :D
Congratulation for Roberto for this new year...
Regards,
Luis Vasquez

Re: Another BIG day !

Posted: Thu May 28, 2009 2:05 am
by Vanguarda
Hi brothers,

come celebrate this especial date.

VIVA HMG, VIVA Roberto Lopez our master...


Happy birthday HMG

Thanks friend Esgici for remember us.

regards,

Re: Another BIG day !

Posted: Thu May 28, 2009 2:36 am
by Roberto Lopez
esgici wrote:
HpBD_HMG.jpg
Viva HMG, Viva Roberto !

Long Live HMG, Long live Roberto !


BCertHMG.jpg

At first Thank you very much but...

The initial release of HMG was 2002.02.09 :)

I've published the initial releases in the first HMG site at GeoCities.

Here is the changelog for the first month:

Code: Select all

--------------------------------------------------------------------------------

2002/03/08 : Version 1.5 released 

New: Command DEFINE MAIN MENU (It Supports SunMenus). 

New: Command DEFINE CONTEXT MENU. 

Eliminated: Original DEFINE MENU Command (Sorry, We Are In The Experimental Phase:) 

Fixed: HIDE CONTROL Command (Problems With SPINNER Control)   


--------------------------------------------------------------------------------

 2002/03/01 : Version 1.4 released 

New: Control TIMER. 

New Function: MsgRetryCancel() 

New optional clause TOOLTIP for the following controls: 

@...BUTTON 

@...CHECKBOX 

@...COMBOBOX 

@...DATEPICKER 

@...EDIT 

@...GRID 

@...LISTBOX 

@...RADIOGROUP 

@...SLIDER 

@...SPINNER 

@...TAB 

@...TEXTBOX 

Contributions: 

Html Manual contributed by Gary Dumer. 

Makefiles for building a MiniGUI library contributed by Manu Exposito. 


--------------------------------------------------------------------------------

2002/02/25 : Version 1.3 released 

New: Control @...PANEL. 

Changed: Command DEFINE WINDOW with new optional clauses:   

Fixed: RELEASE WINDOW command. 

NOMINIMIZE 

NOMAXIMIZE 

NOSIZE 

NOSYSMENU 

NOCAPTION 

STATUSBAR  

ON INIT 

ON RELEASE  


--------------------------------------------------------------------------------

2002/02/19 : Version 1.2 released 

New: Control SPINNER. 

New: Control PROGRESSBAR. 

New: Control SLIDER. 

New: Function MsgYesNo() 

New: Function MsgOkCancel() 

Fixed: Error checking in several functions. 

Fixed: Modal window handling. 

Fixed: PREVIEW REPORT window handling.   


--------------------------------------------------------------------------------

2002/02/14 : Version 1.1 released 

PREVIEW REPORT Command. 

DATEPICKER Control. 

FONT and SIZE Clauses for most controls. 

Image buttons. 

Sizable IMAGE control. 

NUMERIC and PASSWORD textboxes. 

READONLY Clause added to EDIT control. 

New functions for window and control handling. 

Several optimizations and bug fixes. 

Documentation (well... you know... just a little manual :)   


--------------------------------------------------------------------------------

 2002/02/09 : Initial release 

Thanks anyway :)

Regards,

Roberto.

Re: Another BIG day !

Posted: Thu May 28, 2009 3:41 am
by Roberto Lopez
And...

It was the message that I've published in the Harbour users mailing list to announce it and the date was exactly 2002.02.08 :)

Code: Select all

From roblez@ciudad.com.ar Fri Feb 08 22:38:21 2002
Return-Path: <roblez@ciudad.com.ar>
Delivered-To: mailman-harbourusers@matrixlist.com
Received: (qmail 7374 invoked from network); 8 Feb 2002 22:38:20 -0000
Received: from softdnserror (HELO 9gfnxf0urgulmzv) (200.43.152.52)
  by taz.fiberhosting.com with SMTP; 8 Feb 2002 22:38:20 -0000
Date: Fri, 8 Feb 2002 19:17:22 -0300
From: Roberto Lopez <roblez@ciudad.com.ar>
X-Mailer: The Bat! (v1.53d) Personal
X-Priority: 3 (Normal)
Message-ID: <17210539084.20020208191722@ciudad.com.ar>
To: harbourusers@matrixlist.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [HarbourUsers] Hi!
Sender: harbourusers-admin@matrixlist.com
Errors-To: harbourusers-admin@matrixlist.com
X-BeenThere: harbourusers@matrixlist.com
X-Mailman-Version: 2.0.5
Precedence: bulk
Reply-To: harbourusers@matrixlist.com
X-Reply-To: Roberto Lopez <roblez@ciudad.com.ar>
List-Help: <mailto:harbourusers-request@matrixlist.com?subject=help>
List-Post: <mailto:harbourusers@matrixlist.com>
List-Subscribe: <http://www.matrixlist.com/mailman/listinfo/harbourusers>,
	<mailto:harbourusers-request@matrixlist.com?subject=subscribe>
List-Id: Harbour Users discussions. <harbourusers.matrixlist.com>
List-Unsubscribe: <http://www.matrixlist.com/mailman/listinfo/harbourusers>,
	<mailto:harbourusers-request@matrixlist.com?subject=unsubscribe>
List-Archive: <http://www.matrixlist.com/pipermail/harbourusers/>

Hi All,

   I've worked in a little project for learn WIN32API programming,a
   little GUI system for harbour.

   I taken some ideas from HWGUI and HGF (some critical low level C functions), but my goals were hide the WIN32API complexities and create simple commands (@ say/get style).

   Several parts of the code must be rewritten/optimized for any
   serious use (specially tab control message processing).
   Besides, some code is really "ugly and dirty" mainly due to my lack of knowledge of WIN32api (i started with it two months ago). Yet, I guess, what it may be usefull for experimental porpouses.

   It appears to work well and supports editboxes, listviews, checkboxes, radiobuttons, images, pushbuttons, tabcontrols, menus, messageboxes, standard and modal window handling.

   The link for download is: http://www.geocities.com/harbour_minigui
   
   Feedback and help will be appreciated.

   Thanks in advance and excuse me for my poor English.

-- 
Greetings,
 Roberto                          mailto:roblez@ciudad.com.ar


You can read all Harbour users list messages for February 2002 at http://web.archive.org/web/200208121602 ... users.mbox

Regards,

Roberto

Re: Another BIG day !

Posted: Thu May 28, 2009 5:25 am
by mol
against all - happy birthday!

Re: Another BIG day !

Posted: Thu May 28, 2009 7:08 am
by Rathinagiri
Thanks for the thread Esgici. Happy B'day HMG.

To read about history is homely. Thanks Roberto, for sharing those memories.

Re: Another BIG day !

Posted: Thu May 28, 2009 12:20 pm
by Roberto Lopez
rathinagiri wrote:Thanks for the thread Esgici. Happy B'day HMG.

To read about history is homely. Thanks Roberto, for sharing those memories.
Here is the announce in the main page of the Harbour project site (2002.02.20):

http://web.archive.org/web/200203250605 ... oject.org/

And in Dave Pearson's Harbour News site (2002.02.09):

http://web.archive.org/web/200206050810 ... bour/news/

Archive.org is a great thing :)

Regards,

Roberto.

Re: Another BIG day !

Posted: Thu May 28, 2009 12:34 pm
by esgici
Hi

I'm happy by mistaken date !

In this way we have opportunity of learning true history of HMG :D

Thanks Maestro :)

Regards

--

Esgici