Try this for screen drawing:

StrCopy( startup, "Hello" )

FntSetFont( boldFont );
WinDrawChars( startup,( StrLen( startup )), 20, 45 );

Where 20 and 45 are the x and y pixel values on the screen.

Hope that helps!
//* Rus Daniel Nesse 
//* Application Development
//* Avnet Convergent Technologies

>-----Original Message-----
>From: Subrata Chakrabarty [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 19, 2000 12:36 AM
>To: Palm Developer Forum
>Subject: Message Box
>
>
>Hi
>I am new to palm programming . In windows you can use Message 
>Box to display any message . I want to know the similar 
>utility to display any string from my program to the Palm 
>screen . Like a trace utility to check the programme execution . 
>
>Say in a routine I want to display "hello" on to the screen 
>and thereafter "after hello" after a few lines of code execution .
>
>Thanks
>Subrata
>
>
>
>
>
>
>
>-- 
>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