06-29-2010, 06:35 AM
I'm not sure that answers my question. First of all, I appear to be getting AlphaBlits with an alpha of zero. That's legal, right? If I understand the protocol specification correctly, I should apply that alpha to the entire image, and then draw it. Of course that will have no effect with an alpha of zero, but it's legal, and in fact desired when the button is released, because the highlight should disappear.
But more importantly, I am also getting an AlphaBlit with an alpha of zero the first time the button is pressed. Maybe I should be getting a DrawBitmap as you say, but that's not what I see coming from the server.
Are you able to check what messages the server sends out for the problem template?
But more importantly, I am also getting an AlphaBlit with an alpha of zero the first time the button is pressed. Maybe I should be getting a DrawBitmap as you say, but that's not what I see coming from the server.
Are you able to check what messages the server sends out for the problem template?