FWH 12.11 : Problem with combobox?

FWH 12.11 : Problem with combobox?

Postby driessen » Tue Dec 11, 2012 10:16 pm

Hello,

Since I use FWH 12.11, I often notice an error in dialog boxes where a combobox is used.

Is there a problem with combobox?
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: FWH 12.11 : Problem with combobox?

Postby norberto » Wed Dec 12, 2012 2:28 am

HI,

viewtopic.php?f=3&t=25327

ijust link combobox from fwh12.09. :D


Best regards
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: FWH 12.11 : Problem with combobox?

Postby Antonio Linares » Wed Dec 12, 2012 11:12 am

Michel,

The only change in Class TComboBox is that now we evaluate its ON CHANGE clause when a combobox value is Set.

Please comment out these lines:

METHOD Set( cNewItem ) CLASS TComboBox

...

// if ::bChange != nil
// Eval( ::bChange, Self, cNewItem )
// endif

return nil

what error.log do you get ? thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 12.11 : Problem with combobox?

Postby driessen » Thu Dec 13, 2012 9:04 am

Antonio,

I didn't test your suggestion yet but I used COMBOBOX.PRG from FWH 2.09. So the problem is temporarily solved.

I got several errors, mostly different onces.

Here is an example :
Applicatie
==========

Pad en naam : C:\JUDA\JUDA_2.EXE
Grootte : 7,459,840 bytes (32 bits)
Tijd sedert opstarten : 0 hours 0 mins 26 secs
Tijdstip foutmelding : 13/12/2012, 09:59:46
Omschr. foutmelding : Error BASE/1004 Class: 'NIL' has no exported method: DEACTIVATE

Gebruiker : DRIESSEN Michel

Argument :

[ 1] = U

Opgeroepen in :
===============

DEACTIVATE(0)
BEHAGEN2 => (b)TOONAG3(2053)
COMBOBOX => TCOMBOBOX:SET(475)
COMBOBOX => TCOMBOBOX:DEFAULT(724)
COMBOBOX => TCOMBOBOX:INITIATE(657)
__OBJSENDMSG(0)
HB_EXECFROMARRAY(0)
HARBOUR => OSEND(279)
HB_EXECFROMARRAY(0)
HARBOUR => ASEND(257)
DIALOG => TDIALOG:INITIATE(631)
DIALOG => TDIALOG:HANDLEEVENT(871)
DIALOGBOX(0)
DIALOG => TDIALOG:ACTIVATE(270)
BEHAGEN2 => TOONAG3(2491)
FGEGTL2 => (b)BUILDBAR1(3239)
BTNBMP => TBTNBMP:CLICK(465)
BTNBMP => TBTNBMP:LBUTTONUP(656)
CONTROL => TCONTROL:HANDLEEVENT(1714)
BTNBMP => TBTNBMP:HANDLEEVENT(1408)
WINDOW => _FWH(3177)
WINRUN(0)
WINDOW => TWINDOW:ACTIVATE(990)
JUDA => MAIN(846)

(You may notice that I changed ERRSYSW.PRG to translate to Dutch).

I'll test your suggestion and I let you know.

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: FWH 12.11 : Problem with combobox?

Postby driessen » Thu Dec 13, 2012 9:57 am

Antonio,

Your suggestion is working just fine.

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: FWH 12.11 : Problem with combobox?

Postby driessen » Tue Jan 15, 2013 1:07 pm

Antonio,

I think you forgot to make the changes in the combobox class in FWH 12.12, like you mentioned to do so in this topic.

Please could you make the changes in FWH 13.01 ?

Thanks a lot in advance.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: FWH 12.11 : Problem with combobox?

Postby lucasdebeltran » Tue Jan 15, 2013 2:18 pm

Antonio,

Can you please make a revised FW 12.12 with that fix please?.

Thank you very much.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: FWH 12.11 : Problem with combobox?

Postby lucasdebeltran » Wed Jan 16, 2013 2:23 pm

Up!.

Thank you.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: FWH 12.11 : Problem with combobox?

Postby Antonio Linares » Wed Jan 16, 2013 10:28 pm

Included in a revised FWH 12.12 that we are going to publish today or tomorrow (we are also building the 64 bits version)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FWH 12.11 : Problem with combobox?

Postby lucasdebeltran » Fri Jan 18, 2013 9:44 am

Antonio,

Thank you for your attention and good support as always ;)
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: FWH 12.11 : Problem with combobox?

Postby Antonio Linares » Fri Jan 18, 2013 12:32 pm

A revised FWH 12.12 and FWH 64 12.12 are already availables :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 70 guests