Xbrowse SetBackGround error
Posted: Tue Jun 19, 2012 4:58 pm
I insert on a xbrowse a background
oApp():oGrid:SetBackGround(".\bitmaps\familyb.bmp",2 )
and it run ok
only when the user iconize the application the procedure make a strange error
I have this strange error
I tried with also 1 and 0 and make the same error
with oApp():oGrid:SetBackGround(".\bitmaps\familyb.bmp",3 ) not make error
but I see two images on background
oApp():oGrid:SetBackGround(".\bitmaps\familyb.bmp",2 )
and it run ok
only when the user iconize the application the procedure make a strange error
I have this strange error
Code: Select all
Application
===========
Path and name: C:\Work\Prg\Family\main.Exe (32 bits)
Size: 3,682,816 bytes
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
FiveWin Version: FWHX 12.03
Windows version: 6.1, Build 7600
Time from start: 0 hours 0 mins 21 secs
Error occurred at: 19-06-2012, 18:52:44
Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: COORSUPDATE
Args:
[ 1] = N 1711608313
Stack Calls
===========
Called from: => COORSUPDATE( 0 )
Called from: .\source\classes\BRUSH.PRG => RESIZEBITMAP( 563 )
Called from: .\source\classes\BRUSH.PRG => TBRUSH:RESIZE( 517 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:MAKEBRUSH( 5361 )
Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE:TXBROWSE( 437 )
Called from: => TXBROWSE:RESIZE( 0 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1700 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT( 11632 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3153 )
Called from: => WNDSETSIZE( 0 )
Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW:TWINDOW( 597 )
Called from: => TXBROWSE:SETSIZE( 0 )
Called from: source\main.prg => RESIZEWNDMAIN( 983 )
Called from: source\main.prg => (b)TAPPLICATION:ACTIVATE( 340 )
Called from: .\source\classes\WINDOW.PRG => TWINDOW:RESIZE( 2138 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3153 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 980 )
Called from: source\main.prg => TAPPLICATION:ACTIVATE( 348 )
Called from: source\main.prg => MAIN( 58 )
I tried with also 1 and 0 and make the same error
with oApp():oGrid:SetBackGround(".\bitmaps\familyb.bmp",3 ) not make error
but I see two images on background