View Single Post
Old 01-12-2011, 08:34 AM   #8
captain caveman
Human being with feelings
 
Join Date: Feb 2008
Posts: 1,616
Default

Thanks very much Tale, you are very kind.

If I could bug you about one last graphics question, how do I call these functions in IControl since they don't have the parameter ID in the arguments for them?
Code:
void Clamp(double lo, double hi) { mClampLo = lo; mClampHi = hi; }
bool IsGrayed() { return mGrayed; }
captain caveman is offline   Reply With Quote