hi,

   I have some problem in getting to display the selector trigger label with the value 
that I wanted.

   I have initiated the label of the selector trigger in the constructor. Thus when I 
wanted to update the label after the user has tapped on the selector trigger, I 
encounted some problems.

   I have tried to compile and link it but it does not show the desired output. Can 
anyone provides me with any help.

  This is my coding...
  initially the selector trigger has the label "no description"

  SWord desc;
  desc='description updated';
  ControlPtr pCtlDesc=(ControlPtr)desc;
  CharPtr pszDesc=CtlGetLabel(pCtlDesc);
    
  CtlSetLabel(pCtlDesc,pszDesc);
  
  Thanx...
-- 
_______________________________________________
Get your free email from http://www.graffiti.net


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to