by hua » Mon May 18, 2009 4:48 am
Clicking the button causes a RTE to occur. Is this considered a bug?
- Code: Select all Expand view
#include "FiveWin.ch"
function Main()
TClass():activate()
return nil
class TClass
data oWnd, cTest
method activate()
method blab() inline MsgInfo( "click" )
endclass
method activate() class TClass
::cTest := "Hello world!"
DEFINE WINDOW ::oWnd COLOR "N/W*"
@ 2, 2 GET ::cTest SIZE 110, 22 ;
ACTION ::blab() BITMAP "..\bitmaps\16x16\find.bmp"
ACTIVATE WINDOW ::oWnd
return self
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour