> From: Subrata Chakrabarty [mailto:[EMAIL PROTECTED]]
> [Need] utility to display any string from my program to the Palm 
> screen. Like a trace utility to check the programme execution.

If this is strictly for a debug utility that your users will never see, try
SysFatalAlert().  Compared to the other suggested method (FrmCustomAlert) it
has the advantage of not requiring any alert resource, and under POSE it
pops up in a separate desktop window instead of on the Palm screen.  One
disadvantage is that when run on a real device it messes up the screen.  But
I've found it's just right for quick and dirty debugging output.

-slj-


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