[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Image Button on PPC

Button painting is platform specific.  For example, the button is most
likely drawing in mouse down and never issuing a paint event.

"Scott Pelton" <scottp@xxxxxxxxxxxx> wrote in message
news:7bec1c327dc496521a945ef932eea077$1@xxxxxxxxxxxxxxxxxx
> I am painting my own Image Button on Pocket PC. All is well until the
> button is tapped (selected). The image and text that I painted disappears
> - it seems that the button paints itself (blank button - no text no image)
> over my painting of the image and text. When it gains or looses focus all
> is well - paints the border without painting over my painting of the image
> and the text.
>
> Is there a different painting order when a button is selected as opposed
> to when a button gains/looses focus?
>