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.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.
Welcome to the Project Developers' Table
Moderator: Rathinagiri
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: Welcome to the Project Developers' Table
Regards/Saludos, Carlos (bcd12a)
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: Welcome to the Project Developers' Table
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)
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: Welcome to the Project Developers' Table
This was added to HMG docs with author name. Asking late, but are you agree Mauricio ?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.
Regards/Saludos, Carlos (bcd12a)
- Rathinagiri
- Posts: 5477
- 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
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.
South or North HMG is worth.
...the possibilities are endless.
Re: Welcome to the Project Developers' Table
For sure !Carlos Britos wrote:This was added to HMG docs with author name. Asking late, but are you agree Mauricio ?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.
Need a little refinement, when done, I will put here.
[[]] Mauricio Ventura Faria
- Rathinagiri
- Posts: 5477
- 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
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.
South or North HMG is worth.
...the possibilities are endless.
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: Welcome to the Project Developers' Table
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)
- Rathinagiri
- Posts: 5477
- 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
Hi Carlos,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.
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.
South or North HMG is worth.
...the possibilities are endless.
- Rathinagiri
- Posts: 5477
- 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
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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: Welcome to the Project Developers' Table
Thanks Rathinagirirathinagiri wrote:I think now we can eliminate grid/virtualgrid/browse differences and have just one control. Before that, we have to do some extensive tests.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'll start to test it.
Regards/Saludos, Carlos (bcd12a)