Page 103 of 106

Re: Welcome to the Project Developers' Table

Posted: Thu May 26, 2011 4:55 pm
by Carlos Britos
rathinagiri wrote:Hi Carlos,

Layout implementation is very cool. I think Francesco insisted and even created samples on this.

Now, we have to find out new semi-oop commands (like DEFINE LAYOUT.... END LAYOUT) for this.
Yes I take some of these samples to develop the class. As soon as possible I'll create the commands, but first I would like to test it more.

Re: Welcome to the Project Developers' Table

Posted: Thu May 26, 2011 11:31 pm
by Carlos Britos

Code: Select all

2011-05-26 20:30 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
  ! include/hmg.ch
    + Added Layout and CentralWidget commands. Please check it and rename them if necessary.
    + Added MaxWidth, MaxHeight, MinWidth, MinHeight to One-liner definitions.

  + samples/layout/demo_6.prg
    * Added sample with layout commands and embedded layout.

  * samples/layout/demo_1.prg
  * samples/layout/demo_3.prg
    * Clean up.

  * doc/txt/en/faq.txt
  * doc/txt/en/properties_c2c.txt
  * doc/txt/en/properties_k2n.txt
  * doc/txt/en/properties_q2s.txt
  * doc/txt/en/hmgclasses.txt
    ! Updated texts.

Re: Welcome to the Project Developers' Table

Posted: Thu May 26, 2011 11:41 pm
by Carlos Britos
concentra wrote: This is a mini HowTo Build from source on latest Ubuntu 11.04 clean install.

Based on information found in http://www.elart.it/links/harbourhowto_deb_en.php.
This was added to HMG docs with author name. Asking late, but are you agree Mauricio ?

Re: Welcome to the Project Developers' Table

Posted: Fri May 27, 2011 9:57 am
by Rathinagiri
VirtualGrid Data mode is having some serious bugs. I am fixing it. I request you not to try!

Re: Welcome to the Project Developers' Table

Posted: Fri May 27, 2011 10:00 am
by concentra
Carlos Britos wrote:
concentra wrote: This is a mini HowTo Build from source on latest Ubuntu 11.04 clean install.

Based on information found in http://www.elart.it/links/harbourhowto_deb_en.php.
This was added to HMG docs with author name. Asking late, but are you agree Mauricio ?
For sure !
Need a little refinement, when done, I will put here.

Re: Welcome to the Project Developers' Table

Posted: Sat May 28, 2011 4:20 pm
by Rathinagiri

Code: Select all

2011-05-28 21:55 UTC+0530 Rathinagiri ( <srgiri@dataone.in> )
  * source/virtualgrid.prg
  * samples/virtualgrid/demo_3.prg
    * Fixed some serious bugs. Still one or two to go.

Re: Welcome to the Project Developers' Table

Posted: Sat May 28, 2011 6:09 pm
by Carlos Britos

Code: Select all

2011-05-28 15:08 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
  ! include/hmg.ch
    ! Enhanced, ADD LAYOUT command

  * source/layout.prg
    ! Clean up code. Added Stretch(). Enhanced AddLayout()

  * samples/layout/demo_*.prg
    ! Minor changes and fixes.

  + doc/txt/en/layout.txt
  * doc/txt/en/properties_k2n.txt
  * doc/txt/en/properties_q2s.txt
  * doc/txt/en/properties_d2d.txt
    ! Updated texts.

Re: Welcome to the Project Developers' Table

Posted: Mon May 30, 2011 5:09 am
by Rathinagiri
Carlos Britos wrote:

Code: Select all

2011-05-26 20:30 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
  ! include/hmg.ch
    + Added Layout and CentralWidget commands. Please check it and rename them if necessary.
    + Added MaxWidth, MaxHeight, MinWidth, MinHeight to One-liner definitions.

  + samples/layout/demo_6.prg
    * Added sample with layout commands and embedded layout.

  * samples/layout/demo_1.prg
  * samples/layout/demo_3.prg
    * Clean up.

  * doc/txt/en/faq.txt
  * doc/txt/en/properties_c2c.txt
  * doc/txt/en/properties_k2n.txt
  * doc/txt/en/properties_q2s.txt
  * doc/txt/en/hmgclasses.txt
    ! Updated texts.
Hi Carlos,

Recently I played with layout demos and all of them are just great and really useful. Thanks a lot.

Re: Welcome to the Project Developers' Table

Posted: Tue May 31, 2011 8:20 am
by Rathinagiri

Code: Select all

2011-05-31 13:42 UTC+0530 Rathinagiri ( <srgiri@dataone.in> )
  * source/virtualgrid.prg
    * Fixed known bugs in virtualgrid
  + samples/virtualgrid/demo5.dbf
    + Required dbf file for successful running of demo files is now included.
I think now we can eliminate grid/virtualgrid/browse differences and have just one control. Before that, we have to do some extensive tests.

Re: Welcome to the Project Developers' Table

Posted: Tue May 31, 2011 11:24 pm
by Carlos Britos
rathinagiri wrote:

Code: Select all

2011-05-31 13:42 UTC+0530 Rathinagiri ( <srgiri@dataone.in> )
  * source/virtualgrid.prg
    * Fixed known bugs in virtualgrid
  + samples/virtualgrid/demo5.dbf
    + Required dbf file for successful running of demo files is now included.
I think now we can eliminate grid/virtualgrid/browse differences and have just one control. Before that, we have to do some extensive tests.
Thanks Rathinagiri
I'll start to test it.