Marilia Mendes wrote:
I implemented my program using list and to scrollbar.
however he functions with the values setados in the
application. I would like that it showed received values, but the
LstSetDrawFunction function that Set callback function
draw each item instead of drawing the item's text
string does not allow that my function either of a
different type of the ListDrawDataFuncPtr type, or
either, does not allow that my function has more
parameters, which I desire to pass.

You can't add parameters to a callback function, if that's what you're trying to do. The ListDrawDataFuncType is a callback function. You can change a parameter's type if you're careful, and then cast it, but you can't add parameters.


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

Reply via email to