Hi ,
With the new FWH of September & xHB Builder "ACTIVATE DIALOG ... NOWAIT or NOMODAL" crash the apllication . Also I tried something with that - oDlg:Activate( ,,, .t.,, lDMdl, { || oDlg:Move( nK1, nK2, nK3, nK4, .t. ) } ) - where lDMdl - .t. or .f. values . The same result ... ( .
Please help . I need the solution , because with previuos FWH version it worked fine and I did some dialogs with NOWAIT clause .
Regards ! Rimantas
NOWAIT|NOMODAL clause
NOWAIT|NOMODAL clause
Rimantas U.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio ,
Regards , Rimantas
That means that FWH libs can't to work with xHarbour Builder ?Antonio Linares wrote:
You have to use xHarbour for Borland until xHarbour.com releases a new xHarbour builder. Unfortunately the current xharbour Builder is not compatible with the current xHarbour CVS files.
Regards , Rimantas
Rimantas U.
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
RimantasRimantas wrote:Antonio ,
That means that FWH libs can't to work with xHarbour Builder ?Antonio Linares wrote:
You have to use xHarbour for Borland until xHarbour.com releases a new xHarbour builder. Unfortunately the current xharbour Builder is not compatible with the current xHarbour CVS files.
Regards , Rimantas
Xharbour Builder "official release" is from march 2006. This one is not compatible with fwh
There has been xharbour builder beta releases that are compatible with fwh but they are "beta" .
many of us are waiting for an official xharbour builder release. I am still running a fwh from april 2006 and i need to upgrade also !
From xharbour's ng , there is supposed to be an official release early october .....
Hth
Richard
Good explanation Richard , but ... How it's related to NOWAIT|NOMODAL clause from FWH Dialog class and xHarbour Builder ? This I can't understand . Graphics libs are FWH , dialogs & windows are working fine . 99.99 % all is working fine . Only this NOWAIT clause isn't working . Excuse , but I'm thinking that this is FWH problem , because , as I mentioned , this is from FWH .Richard Chidiak wrote:
Xharbour Builder "official release" is from march 2006. This one is not compatible with fwh
There has been xharbour builder beta releases that are compatible with fwh but they are "beta" .
many of us are waiting for an official xharbour builder release. I am still running a fwh from april 2006 and i need to upgrade also !
From xharbour's ng , there is supposed to be an official release early october .....
That is only my opinion ...
Regards !
Rimantas U.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Rimantas,
FWH uses the Harbour/xHarbour function hb_objHasMessage(). This function has been recently fixed in xHarbour by Przemek, but it has not been fixed in xHarbour Builder. Thats the problem. And it is a xHarbour Builder problem.
2006-09-18 01:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* xharbour/source/vm/classes.c
! fixed GPF when non object item is passed to hb_objHasMessage()
FWH uses the Harbour/xHarbour function hb_objHasMessage(). This function has been recently fixed in xHarbour by Przemek, but it has not been fixed in xHarbour Builder. Thats the problem. And it is a xHarbour Builder problem.
2006-09-18 01:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* xharbour/source/vm/classes.c
! fixed GPF when non object item is passed to hb_objHasMessage()
Thanks , Antonio . Now it's clear ..Antonio Linares wrote: FWH uses the Harbour/xHarbour function hb_objHasMessage(). This function has been recently fixed in xHarbour by Przemek, but it has not been fixed in xHarbour Builder. Thats the problem. And it is a xHarbour Builder problem.
Regards ,
Rimantas U.