Welcome to the Project Developers' Table
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
2010-10-26 10:07:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* Some more experimental work.
* hmgide/ide.prg
* Some more experimental work.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
2010-10-26 10:17:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/button.prg
! Fixed: problem with font object.
* source/button.prg
! Fixed: problem with font object.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
2010-10-26 18:45:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* Some more experimental work.
* hmgide/ide.prg
* Some more experimental work.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: Welcome to the Project Developers' Table
Roberto,
please check hmg.ch where there are some mis-spelled "length" words (lenght -> length)
please check hmg.ch where there are some mis-spelled "length" words (lenght -> length)
Re: Welcome to the Project Developers' Table
Hello Roberto,
I installed latest version of HMG.4. Installed it in E:\HMG.4. Then I updated it.
Then I changed HMGPTH in buildabb.bat and buildlib.bat files in E:\hmg.4\hmg. Then ran buildlib.bat. Finally I went to E:\hmg.4\hmg\hmgide folder and ran BUILD IDE. IDE runs but I can't create a new project or open an existing project. Have you implemented these features or is there any wrong step from my side?
Thanks.
I installed latest version of HMG.4. Installed it in E:\HMG.4. Then I updated it.
Then I changed HMGPTH in buildabb.bat and buildlib.bat files in E:\hmg.4\hmg. Then ran buildlib.bat. Finally I went to E:\hmg.4\hmg\hmgide folder and ran BUILD IDE. IDE runs but I can't create a new project or open an existing project. Have you implemented these features or is there any wrong step from my side?
Thanks.
With best regards,
Sudip
Sudip
- Rathinagiri
- Posts: 5482
- 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
HMGIDE is now only in development stage. Roberto had just begun.
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.
-
mlacecilia
- Posts: 22
- Joined: Fri Oct 08, 2010 2:44 pm
Re: Welcome to the Project Developers' Table
hmgIDE (and hmg, of course) don't works with last svn Harbour version:
Error BASE/1100 Argument error: CONNECT
Called from __HBQT_SLOTS_CONNECT( 0 )
Called from QLISTWIDGET:CONNECT( 0 )
Called from LISTBOX:_ONDBLCLICK( 288 )
Called from LISTBOX:CREATE( 348 )
Called from WINDOW:CREATEPENDINGCHILDCONTROLS( 1336 )
Called from WINDOWGROUP:ACTIVATE( 113 )
Called from MAIN( 544 )
Maybe the period of vacation of Pritpal could be the right time to realign hmg with last hbQt changes.
Best regards.
Maurizio
Error BASE/1100 Argument error: CONNECT
Called from __HBQT_SLOTS_CONNECT( 0 )
Called from QLISTWIDGET:CONNECT( 0 )
Called from LISTBOX:_ONDBLCLICK( 288 )
Called from LISTBOX:CREATE( 348 )
Called from WINDOW:CREATEPENDINGCHILDCONTROLS( 1336 )
Called from WINDOWGROUP:ACTIVATE( 113 )
Called from MAIN( 544 )
Maybe the period of vacation of Pritpal could be the right time to realign hmg with last hbQt changes.
Best regards.
Maurizio
Re: Welcome to the Project Developers' Table
No problem Rathirathinagiri wrote:HMGIDE is now only in development stage. Roberto had just begun.
Many days I was out of touch with HMG.4. Today, I was checking it. Fantastic
With best regards,
Sudip
Sudip
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
2010-10-27 12:20:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* Some more experimental work on form editor.
* hmgide/ide.prg
* Some more experimental work on form editor.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Welcome to the Project Developers' Table
Maurizio,mlacecilia wrote:hmgIDE (and hmg, of course) don't works with last svn Harbour version:
Error BASE/1100 Argument error: CONNECT
Called from __HBQT_SLOTS_CONNECT( 0 )
Called from QLISTWIDGET:CONNECT( 0 )
Called from LISTBOX:_ONDBLCLICK( 288 )
Called from LISTBOX:CREATE( 348 )
Called from WINDOW:CREATEPENDINGCHILDCONTROLS( 1336 )
Called from WINDOWGROUP:ACTIVATE( 113 )
Called from MAIN( 544 )
Maybe the period of vacation of Pritpal could be the right time to realign hmg with last hbQt changes.
Best regards.
Maurizio
We are working with release 15673.
The conflicting line is the following:
::oQTObject:connect( "itemSelectionChanged()" , ::bOnChange )
The event name "itemSelectionChanged()" is correct for such release?
I guess that event names changed after that release (in fact the only pending change when binaries be updated).
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)