OmniSoftSystems wrote in message <46660@palm-dev-forum>...
>I have added support for PrgStartDialogV31, PrgUpdateDialog, and
>PrgStopDialog.  The callback routine is being called but does not seem
to
>update the screen with the latest info.
>
>Boolean MyPrgCallBack(PrgCallbackDataPtr cbP)
>{
>   cbP->textP = cbP->message;
>   return true;
>}
>
>Obviously this incorrect! Any suggestions welcome.
>
Try adding cbP->textChanged = true; in your callback function.

"Using the Palm OS Progress Manager"
http://softwaredev.earthweb.com/mobi/article/0,,12067_615961,00.html

/Kristian Adrup



-- 
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