Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Issue with the grid window after 2.60 update Collapse All
Subject Author Date
Anthony Spring Sep 28, 2006 - 9:15 AM

Hello,

One of my grid windows has multiple outer rows and columns and thus creates the darker grey color background in the top left corner and then has the dark grey background continue down on the bottom left side of the screen and the top right of the screen.

Before the 2.60 update I overwrote the OnSiwPaintBackground() function and just had a flag set the color to "COLOR_WINDOW". This made the entire background white and then I had to overwrite the "OnGbwPaintCell()" function in order to get the header cells to get the grey color back. This all worked very well until the 2.60 update and now the grey color is back and I cannot figure out where it is being set.

Is there a new place that color is being set?

Thanks...

Technical Support Sep 28, 2006 - 11:06 AM

It would be very helpful to take a look at the screenshot demonstrating the problem. Would you reproduce the problem by putting your code into the SimpleGrids sample?