Unrecoverable error 9003

Unrecoverable error 9003

Postby hua » Mon Apr 11, 2011 7:24 am

I modified testbtnb.prg in fwh\samples to refer to an undefined id 111 as follows,
Code: Select all  Expand view

#include "FiveWin.ch"

//----------------------------------------------------------------------------//

function Main()

   local oDlg

   SET _3DLOOK ON

   DEFINE DIALOG oDlg RESOURCE "Main" COLOR "N/B"

   REDEFINE BTNBMP ID 110 OF oDlg ;
      RESOURCE "Yes" NOBORDER ACTION oDlg:End()
     
   oDlg:aControls[ 1 ]:lTransparent = .t.  

   REDEFINE BTNBMP ID 120 OF oDlg ;
      RESOURCE "No"

   REDEFINE BTNBMP ID 130 OF oDlg ;
      RESOURCE "Cancel"

   redefine btnbmp id 111 of oDlg resource "cancel"
     
   ACTIVATE DIALOG oDlg CENTERED

return nil


With FWH10.5, I get the error message Unrecoverable error 9003: Too many recursive error handler calls instead of the expected Undefined Id. Can others confirm?

TIA
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1072
Joined: Fri Oct 28, 2005 2:27 am

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 70 guests

cron