FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error en tExplorerBar con Dialogo
Posts: 401
Joined: Thu Oct 06, 2005 10:15 PM
Error en tExplorerBar con Dialogo
Posted: Sun Apr 10, 2011 07:59 PM
El fwh/samples/explbar2.prg

Code (fw): Select all Collapse
Application
===========
   Path and name: C:\FWH1103\samples\ExplBar2.exe (32 bits)
   Size: 1,591,296 bytes
   Time from start: 0 hours 0 mins 0 secs 
   Error occurred at: 04/10/11, 15:56:37
   Error description: Error BASE/1081  Argument error: +
   Args:
     [   1] = N   92
     [   2] = U   

Stack Calls
===========
   Called from: .\source\classes\TEXPLBAR.PRG => TEXPLORERBAR:CHECKSCROLL(147)
   Called from: .\source\classes\TEXPLBAR.PRG => TEXPLORERBAR:ADDPANEL(133)
   Called from: explbar2.prg => EXPLBARINIT(25)
   Called from: explbar2.prg => (b)MAIN(14)
   Called from: .\source\classes\DIALOG.PRG => TDIALOG:INITIATE(710)
   Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT(917)
   Called from:  => DIALOGBOX(0)
   Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
   Called from: explbar2.prg => MAIN(14)
Saludos,



Pablo Alberto Vidal

/*

------------------------------------------------------

Harbour 3.2.0, Fivewin 17.02, BCC7

------------------------------------------------------

*/
Posts: 401
Joined: Thu Oct 06, 2005 10:15 PM
Re: Error en tExplorerBar con Dialogo ( Solucionado )
Posted: Sun Apr 10, 2011 10:54 PM
Code (fw): Select all Collapse
  o:oExBar := TExplorerBar():Redefine( 701, o:oDlg )
  o:oExBar:nVirtualTop := 0 // <-- Hay que poner esto
Saludos,



Pablo Alberto Vidal

/*

------------------------------------------------------

Harbour 3.2.0, Fivewin 17.02, BCC7

------------------------------------------------------

*/

Continue the discussion