Well folks, I need to set a standard for the entire system that is like that.
In my case is the vlthumbtrack of xbrowser.
It comes default false xbrowser in all, I would let him true.
from already thank you
arthursilvestre wrote:Well folks, I need to set a standard for the entire system that is like that.
In my case is the vlthumbtrack of xbrowser.
It comes default false xbrowser in all, I would let him true.
from already thank you
#include "fivewin.ch"
#include "xbrowse.ch"
//------------------------------------------------------------------//
CLASS MyBrowse FROM TXBrowse
CLASSDATA lRegistered AS LOGICAL // This is compulsory for derived classes
DATA bColClass INIT { || MyXBrCol() }
METHOD New( oWnd ) CONSTRUCTOR
ENDCLASS
METHOD New( oWnd ) CLASS MyBrowse
Super:New( oWnd )
::lVThumbTrack := .t.
return Self
//------------------------------------------------------------------//
CLASS MyXbrCol FROM TXBrwColumn
ENDCLASS
function Main()
<code>
SET XBROWSE TO MyBrowse()
<other code>
for %%f in (*.prg) do c:\xhb121\bin\harbour %%f /n /ic:\fwh.13.02\include;c:\xhb121\include
for %%f in (*.c) do c:\bcc582\bin\bcc32 -c -Ic:\bcc582\include;c:\xhb121\include %%f
for %%f in (*.obj) do c:\bcc582\bin\tlib fiveh.lib -+ %%f /0 /P32,,
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 100 guests