06-24-2010, 10:55 PM
OK, so running it in the IV and my RIVA client, I see a screen with 1 and 2 buttons that have no background (no unpressed image. When I press them they light up with a blue background. Is that what I'm supposed to be seeing? If I move the mouse in and out of the buttons they unhilight and highlight again as they should.
The Unpressed image is enabled, but no image is set. That means that you are probably goig to get a draw command for a 1 pixel transparent image when the button isn't pressed, since that's what'll be there until an image is set. There's no way for CQC to know that there's no image. If you enable the image, it's legal to have a basically 1 pixel transparent image. It's sometimes done for specific purposes. So, if the image is enabled, it will be drawn, though in this case, the drawing will have no real effect. The drawn code doesn't try to figure out if an image would actually have any visual effect.
The Unpressed image is enabled, but no image is set. That means that you are probably goig to get a draw command for a 1 pixel transparent image when the button isn't pressed, since that's what'll be there until an image is set. There's no way for CQC to know that there's no image. If you enable the image, it's legal to have a basically 1 pixel transparent image. It's sometimes done for specific purposes. So, if the image is enabled, it will be drawn, though in this case, the drawing will have no real effect. The drawn code doesn't try to figure out if an image would actually have any visual effect.
Dean Roddey
Explorans limites defectum
Explorans limites defectum