Codings not just black and white, its
a fine art!
Color co-ordinated code - more than just a fashion statement!
Add a splash of color to your FoxPro desktop.
With the
Xi
L
i
g
h
t
s
editor enhancement, seamlessly upgrading your black and white FoxPro editor
into glorious Technicolor. Color
assignments to FoxPro code keywords, program flow constructs, comments, string
constants, numeric constants, system variables and more. Fully color customizable.
Even see the Command and Trace windows in full blown color.
XiLights still operates after the FLL library is unloaded (VFP only), ensuring
persistence of functionality as you run through code and work with other libraries.
Makes development and debugging so much easier on the eye, and useful for
training purposes too.
XiLights supports FoxPro/Win (non NT platforms) or Visual FoxPro 3.0 under
Win95,Win98,WinME,WinNT,Win2K and WinXP.
SetColor( nType, nColor )
Description
Set the colour for the display of various FoxPro code components.
Parameters
nType - Number between 1 and 8 (0 is reserved)
1 user text 5 Flow constructs
2 FoxPro keywords 6 Comments
3 String constants 7 Compiler directives
4 Numeric constants 8 System Variables
nColor - RGB Color to set
Returns
True if successful
Example
* Display number constants as red
=SETCOLOR(4,RGB(255,0,0))
ColorMode( [nMode])
Parameters
nMode
0 - Off
1 - On (Default)
Returns
Logical True if successful. If no parameter is passed the current setting
is returned.
Example
* Turn colours off
=COLORMODE( 0 )
Loading XiLights
XiLights is a FoxPro library file (with an associated DLL file in Visual
FoxPro). To load XiLights use the SET LIBRARY command.
SET LIBRARY TO C:\XITECH\XILIGHTS ADDITIVE
Unloading XiLights
If another library file is loaded over XiLights, the effects of the XiLights
library will persist, but functional control will no longer be possible. To
completely remove the XiLights program from the Visual FoxPro environment
the DLL must also be removed.
(i) RELEASE LIBRARY XiLights or SET
LIBRARY TO
(ii) CLEAR DLLS or CLEAR ALL
Click here to download the evaluation version.
Back to products
|