hmg-4 Changelog

Moderator: Rathinagiri

Post Reply
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

hmg-4 Changelog

Post by mrduck »

Code: Select all

2010-11-10 18:50 UTC+0300 Francesco Perillo (<fperillo at gmail.com>)
  * source/datepicker.prg
  * source/checkbox.prg
    * move() the object only if coordinates are defined
      (they may not have coords when using layout)
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: hmg-4 Changelog

Post by mrduck »

Code: Select all

2010-11-10 19:50 UTC+0300 Francesco Perillo (<fperillo at gmail.com>)
  * source/slider.prg
  * source/progressbar.prg
    * move() the object only if coordinates are defined
      (they may not have coords when using layout)
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: hmg-4 Changelog

Post by mrduck »

Code: Select all

2010-11-10 20:05 UTC+0300 Francesco Perillo (<fperillo at gmail.com>)
  * source/grid.prg
    * move() the object only if coordinates are defined
      (they may not have coords when using layout)
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: hmg-4 Changelog

Post by mrduck »

Code: Select all

2010-11-10 21:05 UTC+0300 Francesco Perillo (<fperillo at gmail.com>)
  * source/listbox.prg
    * move() the object only if coordinates are defined
      (they may not have coords when using layout)
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: hmg-4 Changelog

Post by Carlos Britos »

Code: Select all

2010-11-10 20:12 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
  + source/errorsys.prg
    * Error system.
  * source/misc.prg
    + Added GetDesktopFreeHeight().
    + Added GetDesktopFreeWidth().
    * Removed, (commented) errorsys functions till we test source/errorsys.prg.
  * source/msgbox.prg
    * Enhanced, internal function _MsgBox() to accept:
        parent obj, font/size and text to WhatIsThis button.
  * source/timer.prg
    + Added properties: Enabled, OneShot IsActive.
  * samples/misc/demo_1.prg
    + Added: GetDesktop..Sizes*() demos
  + samples/timer/demo_2.prg
  * hmg.hbp
    + Added source/errorsys
Regards/Saludos, Carlos (bcd12a)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: hmg-4 Changelog

Post by Rathinagiri »

Fantastic and thank you.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: hmg-4 Changelog

Post by mrduck »

Code: Select all

2010-12-05 02:05 UTC+0100 Francesco Perillo (<fperillo at gmail.com>)
  * source/label.prg
    * a infinite loop in method Alignment
  * source/widget.prg
    * added header and typo
  * include/hmg.ch
    * added HMG3 GRID_ defines
	* added alternate HMG3 TOOLBAR definition
    * TOOLBUTTON onchange is codeblock
	* dummy V/HSCROLLBAR for editbox (just to compile hmg3 code)
	* PICTALIGNMENT, ALIGNMENT, DATATYPE, CASECONVERT when on their own line
	  now they correctlty convert parameters from char to numeric
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: hmg-4 Changelog

Post by Rathinagiri »

Many thanks Francesco.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: hmg-4 Changelog

Post by Carlos Britos »

Code: Select all

2010-12-06 21:00 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
  * include/hmg.ch
    ! changed grid defines, since are not used in another code than grid.prg
      and there, are defined in this way.
      #define GRID_JTFY_LEFT     0  //  ex LBL_LEFT    0
      #define GRID_JTFY_RIGHT    1  //  ex LBL_RIGHT   2
      #define GRID_JTFY_CENTER   2  //  ex LBL_CENTER  1
  * source/grid.prg
    - deleted #defines
Regards/Saludos, Carlos (bcd12a)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: hmg-4 Changelog

Post by Rathinagiri »

Thank you Carlos.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply