View Single Post
  #23 (permalink)  
Old 02-03-2008, 01:34 AM
TheRumpledOne's Avatar
TheRumpledOne TheRumpledOne is offline
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
Quote:
Originally Posted by codersguru View Post
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.
Reply With Quote