Listbox sample Error - HMG.4 2010.10.28 -

Moderator: Rathinagiri

Post Reply
User avatar
RIT
Posts: 13
Joined: Mon Oct 04, 2010 1:32 am
Location: Osorno, Chile
Contact:

Listbox sample Error - HMG.4 2010.10.28 -

Post 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.
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Listbox sample Error - HMG.4 2010.10.28 -

Post 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
User avatar
RIT
Posts: 13
Joined: Mon Oct 04, 2010 1:32 am
Location: Osorno, Chile
Contact:

Re: Re: Listbox sample Error - HMG.4 2010.10.28 -

Post by RIT »

Hi mrduck, the sample code is in \hmg.4\svn\samples\listbox\demo_1.prg
Release 2010.10.28

Greetings,
RIT.
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: Re: Listbox sample Error - HMG.4 2010.10.28 -

Post 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....
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: Re: Listbox sample Error - HMG.4 2010.10.28 -

Post 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.
Regards/Saludos, Carlos (bcd12a)
User avatar
RIT
Posts: 13
Joined: Mon Oct 04, 2010 1:32 am
Location: Osorno, Chile
Contact:

Re3: Listbox sample Error - HMG.4 2010.10.28 & 2010.11.03

Post 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.
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: Listbox sample Error - HMG.4 2010.10.28 -

Post by Rathinagiri »

I will check and revert back RIT. Thanks a lot for reporting.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply