Welcome to the Project Developers' Table

Moderator: Rathinagiri

Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos, Carlos (bcd12a)
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos, Carlos (bcd12a)
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: Welcome to the Project Developers' Table

Post 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 ?
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: Welcome to the Project Developers' Table

Post by Rathinagiri »

VirtualGrid Data mode is having some serious bugs. I am fixing it. I request you not to try!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: Welcome to the Project Developers' Table

Post 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.
[[]] Mauricio Ventura Faria
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: Welcome to the Project Developers' Table

Post 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.
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: Welcome to the Project Developers' Table

Post 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.
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: Welcome to the Project Developers' Table

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
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: Welcome to the Project Developers' Table

Post 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.
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: Welcome to the Project Developers' Table

Post 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.
Regards/Saludos, Carlos (bcd12a)
Post Reply