by Taiwan » Sat Oct 07, 2006 1:06 pm
Hello George,
I use TSButton, but I got error message:
NIL -> Error BASE/1132 Bound error:array access
FWH26 BCC551+xHarbour 0.99.61
If I use xHarbour 0.99.4 work fine.
Same code below:
::oDlg:bStart := {|| ::StartButtonBar() ...
//---------------------------------------------------------------------------//
METHOD StartButtonBar() CLASS MP010PRO
LOCAL oDlgBtn := Array(11)
LOCAL nI := 1
LOCAL oRect := ::oDlg:GetCliRect()
::oDlgBar := TSBar():NewAt( oRect:nTop, 00, oRect:nRight, 36,;
34, 34, ::oDlg, .T. )
Richard