> > Is this a bug in 4.0?  Or am I missing something?
>
>   no bug :)
>
>     winMask  = --> dst = src & !dst --> masking
>     winErase = --> dst = src & dst  --> cropping
>
>   i think, the "Erase" word can be a bit confusion.. it really means
>   to crop (remove those pixels from dst that are NOT on in source)..

Hmm, that worked, which makes me think even more so that it's a bug
in 4.0.   winErase and winMask are just inverted operations.  In order to
use winMask instead of winErase, I had to swap the text/back colors.
Either way should work though.  And in 3.5, both ways work.  In 4.0,
winErase fails.





--
Bill Kirby
Electron Hut
www.electronhut.com





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