Page 83 of 106

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 26, 2010 1:07 pm
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 26, 2010 1:17 pm
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 26, 2010 9:44 pm
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.

Re: Welcome to the Project Developers' Table

Posted: Tue Oct 26, 2010 10:48 pm
by mrduck
Roberto,
please check hmg.ch where there are some mis-spelled "length" words (lenght -> length)

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 4:05 am
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. :)

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 5:44 am
by Rathinagiri
HMGIDE is now only in development stage. Roberto had just begun.

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 7:05 am
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

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 1:30 pm
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

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 3:23 pm
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.

Re: Welcome to the Project Developers' Table

Posted: Wed Oct 27, 2010 3:36 pm
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).