Welcome to the Project Developers' Table

Moderator: Rathinagiri

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

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-26 10:07:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* Some more experimental work.
Regards/Saludos,

Roberto


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

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-26 10:17:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* source/button.prg
! Fixed: problem with font object.
Regards/Saludos,

Roberto


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

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

2010-10-26 18:45:00 UTC-0300 Roberto Lopez (<mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* Some more experimental work.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Welcome to the Project Developers' Table

Post by mrduck »

Roberto,
please check hmg.ch where there are some mis-spelled "length" words (lenght -> length)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Welcome to the Project Developers' Table

Post by sudip »

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. :)
With best regards,
Sudip
User avatar
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

Post by Rathinagiri »

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.
mlacecilia
Posts: 22
Joined: Fri Oct 08, 2010 2:44 pm

Re: Welcome to the Project Developers' Table

Post by mlacecilia »

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
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Welcome to the Project Developers' Table

Post by sudip »

rathinagiri wrote:HMGIDE is now only in development stage. Roberto had just begun.
No problem Rathi :) I shall wait patiently :lol: I had some doubt if I did any wrong step ;)
Many days I was out of touch with HMG.4. Today, I was checking it. Fantastic :D
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

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.
Regards/Saludos,

Roberto


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

Re: Welcome to the Project Developers' Table

Post by Roberto Lopez »

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
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)
Post Reply