Instead of creating message boxes, why not use Palm Reporter from
www.palmos.com?  I found the Palm Reporter utility to be an extremely
helpful tool.  You can emit traces from your app and monitor them with
Reporter.   You do not have to repeatedly recompile with debugging messages
and execution does not need to be interrupted.  It saved me countless hours
of bug hunting.  The only thing is that you must be using SDK 3.5 and be
developing on Windows.

> ----------
> From:         Scott L. Johnson[SMTP:[EMAIL PROTECTED]]
> Reply To:     Palm Developer Forum
> Sent:         Friday, May 19, 2000 1:45 PM
> To:   Palm Developer Forum
> Subject:      RE: Message Box
> 
> > 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/
> 

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