Welcome to the Project Developers' Table

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

rathinagiri wrote:Fixed graph.

2010-10-18 10:10 UTC+0530 Rathinagiri (srgiri@dataone.in)
* source/graph.prg
* samples/graph/demo_5.prg
* include/hmg.ch
! Changed #DEFINE command for BARS, LINES, POINTS and PIE with GRH_.
Thanks.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-17 11:50 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
- build.bat
* buildlib.bat
* samples/animatebox/build.bat
* samples/browse/build.bat
* samples/button/build.bat
* samples/checkbox/build.bat
* samples/checkbutton/build.bat
* samples/combobox/build.bat
* samples/contextmenu/build.bat
* samples/datepick/build.bat
* samples/dialogs/build.bat
* samples/editbox/build.bat
* samples/frame/build.bat
* samples/graph/build.bat
* samples/grid/build.bat
* samples/hyperlink/build.bat
* samples/ide/build.bat
* samples/image/build.bat
* samples/ipaddress/build.bat
* samples/label/build.bat
* samples/listbox/build.bat
* samples/mainmenu/build.bat
* samples/monthcalendar/build.bat
* samples/msgbox/build.bat
* samples/notifymenu/build.bat
* samples/print/build.bat
* samples/progressbar/build.bat
* samples/radiogroup/build.bat
* samples/slider/build.bat
* samples/spinner/build.bat
* samples/splitbox/build.bat
* samples/statusbar/build.bat
* samples/tab/build.bat
* samples/textbox/build.bat
* samples/timer/build.bat
* samples/toolbar/build.bat
* samples/tree/build.bat
* samples/window.main/build.bat
* samples/window.modal/build.bat
* samples/window.standard/build.bat
+ buildapp.bat
! Main build.bat file renamed as buildapp.bat and changed to do a generic call to hbmk2 based on required paths and environment variables.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
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 »

Thank you Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-17 12:30 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
- source/hmg.prg
* buildapp.bat
* buildlib.bat
! Fixed incorrect $Id lines
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
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 »

2010-10-18 20:30 UTC+0530 Rathinagiri (srgiri@dataone.in)
* source/misc.prg
+ Added GetDesktopFolder()
+ Added GetMyDocumentsFolder()
+ Added GetTempFolder()
+ Added GetProgramFilesFolder()
* include/hmg.ch
+ Added System.DesktopFolder Command for Compatibility
+ Added System.MyDocumentsFolder Command for Compatibility
+ Added System.TempFolder Command for Compatibility
+ Added System.ProgramFilesFolder Command for Compatibility
* samples/misc/demo_1.prg
+ Created misc folder and demo_1 for the above functions/commands.
* source/window.prg
+ Created Clipboard property of main window
* samples/window.main/demo_3.prg
+ Clipboard demo

After running samples/window.main/demo_3.prg after 'clipboard set value' command issued, the program crashes when exiting.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

Pritpal, Francesco,

After the last changes there is no more references to relative paths in HMG source code

build*.bat sets the paths required for MingW and Harbour and sets the environment variable HB_WITH_QT, doing a 'clean' call to hbmk2.

These changes should be eliminate all the problems referred to working with HMG in environments different from HMG binaries.

Please, if something is missing, let me know.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
bedipritpal
Posts: 122
Joined: Thu Sep 02, 2010 10:47 pm

Re: Welcome to the Project Developers' Table

Post by bedipritpal »

2010-10-18 08:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* buildapp.bat
* buildlib.bat
+ Added: SVN header.
! Refixed: SVN header syntax.
enjoy hbIDEing... Pritpal Bedi
User avatar
bedipritpal
Posts: 122
Joined: Thu Sep 02, 2010 10:47 pm

Re: Welcome to the Project Developers' Table

Post by bedipritpal »

2010-10-18 08:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* source/misc.prg
! Changed the body of few functions.
! Little formatting.
TODO: change literal numerics with constants from hbqtgui.ch.
Like => QDesktopServices_DesktopLocation, etc.
About to be committed to Harbour SVN.

NOTE: _must never_ access the hbQT class instance variable,
in this case, :pPtr directly. Also the code was wrong.
A method call always returns the object of its type,
not pointer. How did you test ?
Also look at the formatting rules, please.
enjoy hbIDEing... Pritpal Bedi
User avatar
bedipritpal
Posts: 122
Joined: Thu Sep 02, 2010 10:47 pm

Re: Welcome to the Project Developers' Table

Post by bedipritpal »

bedipritpal wrote:2010-10-18 08:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* source/misc.prg
! Changed the body of few functions.
! Little formatting.
TODO: change literal numerics with constants from hbqtgui.ch.
Like => QDesktopServices_DesktopLocation, etc.
About to be committed to Harbour SVN.

NOTE: _must never_ access the hbQT class instance variable,
in this case, :pPtr directly. Also the code was wrong.
A method call always returns the object of its type,
not pointer. How did you test ?
Also look at the formatting rules, please.
Rathingiri, please test. Your code was wrong.
enjoy hbIDEing... Pritpal Bedi
User avatar
bedipritpal
Posts: 122
Joined: Thu Sep 02, 2010 10:47 pm

Re: Welcome to the Project Developers' Table

Post by bedipritpal »

Hello All

Can we avoid messages like:

Thanks.

Thank you Roberto.

Unless some work is really out of the routine.
It just increases the number of pages of message board.
Also we developers know what each other has done.

Yes, of course, if something merits this then please
do it, with clearly expressing the point of merit.

Just an _optimizing_ factor, you can safelt ignore.
enjoy hbIDEing... Pritpal Bedi
Post Reply