
02-03-2008, 01:34 AM
|
 |
Banned
|
|
Join Date: Nov 2006
Posts: 802
|
|
Quote:
Originally Posted by codersguru
homicida,
I'm so sorry for the delay.
Please find attached modified version of LSMA and iCustom_Demo.
I've added a new buffer to LSMA to hold the current color (1=red, 2=green and 3=yellow).
Where's (1=downtrend , 2=uptrend and 3=no trend).
To use iCustom function to get the value of this buffer, you may write:
Code:
double clr = iCustom(NULL,0,"LSMA in Color",14,1500,5,0);
|
Thanks Codersguru!!
I was able to create a version of my Digital Compass to use with disk indicators.
|