Page 1 of 1
Listbox sample Error - HMG.4 2010.10.28 -
Posted: Wed Dec 01, 2010 2:52 am
by RIT
Hi,
Error HBQT/1204 Argument error
Called from __HBQT_ERROR( 0 )
Called from QLISTWIDGET:CONNECT( 0 )
Called from LISTBOX:_ONCHANGE( 267 )
Called from LISTBOX:CREATE( 348 )
Called from WINDOW:CREATEPENDINGCHILDCONTROLS( 1336 )
Called from WINDOW:ACTIVATE( 1531 )
Called from MAIN( 96 )
Greetings,
RIT.
Re: Listbox sample Error - HMG.4 2010.10.28 -
Posted: Wed Dec 01, 2010 10:36 am
by mrduck
In listbox.prg MOVE line
IF ValType( ::bOnChange ) != 'U'; Self:OnChange := ::bOnChange ; ENDIF
just before the RETRUN Self
but it would be better if you could give us a sample code to compile
Re: Re: Listbox sample Error - HMG.4 2010.10.28 -
Posted: Thu Dec 02, 2010 6:09 am
by RIT
Hi mrduck, the sample code is in \hmg.4\svn\samples\listbox\demo_1.prg
Release 2010.10.28
Greetings,
RIT.
Re: Re: Listbox sample Error - HMG.4 2010.10.28 -
Posted: Thu Dec 02, 2010 9:03 am
by mrduck
Hi RIT,
I believe we should release another version. About that time there were some changes in hbqt internals and we should update hmg....
Re: Re: Listbox sample Error - HMG.4 2010.10.28 -
Posted: Thu Dec 02, 2010 11:21 pm
by Carlos Britos
mrduck wrote:Hi RIT,
I believe we should release another version. About that time there were some changes in hbqt internals and we should update hmg....
Hi
I have tested with binaries of release 2010 11 03 and is ok here.
Re3: Listbox sample Error - HMG.4 2010.10.28 & 2010.11.03
Posted: Sat Dec 04, 2010 5:17 pm
by RIT
Hello,
I upgrade to HMG.4 (2010.11.03) and I get the same results. The only change I made was in buildapp.bat line that says SET HMGPATH = d:\hmg.4, have not tried all the examples, but so far the only ones that give me error are the folder "Listbox ".
Greetings,
RIT.
Re: Listbox sample Error - HMG.4 2010.10.28 -
Posted: Sat Dec 04, 2010 8:01 pm
by Rathinagiri
I will check and revert back RIT. Thanks a lot for reporting.