FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with redefined Explorer Bar -- SOLVED
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Problem with redefined Explorer Bar -- SOLVED
Posted: Wed May 18, 2011 02:56 AM
Dear All,
Code (fw): Select all Collapse
Application
===========
   Path and name: D:\MIC3\bin\Mic3XP.Exe (32 bits)
   Size: 2,420,224 bytes
   Time from start: 0 hours 0 mins 1 secs 
   Error occurred at: 05/18/2011, 10:48:25
   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: Source\Monitoring.prg => UEXPLBARINIT(811)
   Called from: Source\Monitoring.prg => (b)UDETAILS(776)
   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: Source\Monitoring.prg => UDETAILS(776)
   Called from: Source\Monitoring.prg => UGROUPCBS(125)
   Called from: Source\Mic3XP.prg => (b)UMAINBAR(109)
   Called from: .\source\classes\TRBTN.PRG => TRBTN:CLICK(579)
   Called from: .\source\classes\TRBTN.PRG => TRBTN:LBUTTONUP(754)
   Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1489)
   Called from: .\source\classes\TRBTN.PRG => TRBTN:HANDLEEVENT(1406)
   Called from: .\source\classes\WINDOW.PRG => _FWH(3409)
   Called from:  => WINRUN(0)
   Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(992)
   Called from: Source\Mic3XP.prg => UMAIN(78)


Having problem with redefining explorer bar..

Same problem when running compiled 'ExplBar2.Prg' from sample folder..

any Idea?


Kind Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 401
Joined: Thu Oct 06, 2005 10:15 PM
Re: Problem with redefined Explorer Bar
Posted: Wed May 18, 2011 03:05 AM
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

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

*/
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: Problem with redefined Explorer Bar -- SOLVED
Posted: Wed May 18, 2011 03:10 AM

Dear Mr. Pablo,

Thank you so much!

I traced the line #147 of texplbar.prg and about the same time as you posted..

Kind Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion