"Garth Watkins" <[EMAIL PROTECTED]> wrote in message
news:44622@palm-dev-forum...
>
> O.S = 3.0
>
> Hi
> My app creates an offscreen window, calls WinDrawChars to draw text on
the
> offscreen window, then copies from the offscreen window to the form,
and
> nothing appears, (The form is a modal form). Yet( and this happened by
> accident) when I copy from the offscreen window to the location where
the
> form title is, I can see the text.
> What's happening?

It sounds like your clipping region is set wrong, and that you're
copying your bitmap entirely outside the region.  You also may need to
set the form to be the draw window before copying from the offscreen
window to it, if that's not already happening.

--
Ben Combee, [EMAIL PROTECTED]
Techwood Broadcasting Foundation, Austin Bureau



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