Rodolphe wrote:
>Is it possible it possible to prit a string on the string (screen)
>quickly without having to create a form alert ?

As far as printing to the screen, you could try:
      WinDrawChars(sourceStr,StrLen(sourceStr),60,20);

where sourceStr contains the text you want to display, and "60,20" is the
position on the screen where you want to begin drawing the characters.  The
characters will be drawin with whatever font is currently set, so you may
want to redefine the font before running this command.

Bob.




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

Reply via email to