I have a slider on Form. 
I want slider value to label text.
I'm a new C.  I'm using to assign with FrmCopyLabel. 
But I couldnt assign Slider Value to variable.
How I Can do?
    
      My Code :
   
      Char buffer[30];  
 
      frmP = FrmGetActiveForm();
      objindex=FrmGetObjectIndex(frmP,labelID);
   ? buffer=FrmGetControlValue(frmP,SliderID);     // How can I assign?
      FrmCopyLabel(frmP, labelID, buffer);  
 
 
Thanks.. Good Luck.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to