Bug in latest FWH
Posted: Mon Nov 27, 2006 3:16 pm
The following sample bombs out with an error:
This is the error:
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oBar
DEFINE WINDOW oWnd
DEFINE BUTTONBAR oBar OF oWnd 3D
DEFINE BUTTON;
OF oBar;
FILE "C:\FWH\BITMAPS\16x16\close.bmp";
ACTION oWnd:End();
TOOLTIP "Close"
ACTIVATE WINDOW oWnd
RETURN NIL
This is the call stack:Error BASE/1066 Argument error: conditional
EMGStack Calls
===========
Called from: BTNBMP.PRG => TBTNBMP:PAINT(0)
Called from: BTNBMP.PRG => (b)TBTNBMP:TBTNBMP(0)
Called from: BTNBMP.PRG => TBTNBMP:DISPLAY(0)
Called from: CONTROL.PRG => TBTNBMP:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => UPDATEWINDOW(0)
Called from: WINDOW.PRG => TWINDOW:ACTIVATE(0)
Called from: BUG3.prg => MAIN(18)