[EMAIL PROTECTED] wrote: > Here is most of the code that what we have, but the DynamicBackColor seems > to not get called. Do you see anything that we missed?
Sorry I took so long to get back to you. Seems I was mistaken in the code I posted: BackColor at the grid level doesn't appear to do anything at all. What we needed was column.DynamicCellBackColor. Well, as of now there is no property for dColumn.DynamicBackColor, but I plan to implement it shortly. So, I've changed your example code to show you how to accomplish the idea using the CellForeColor instead. I see that it takes some jiggling to get the dynamic cell fore color to update the first time, and will look into that as well. Anyway, here's your code (you'll need the latest dabo I just committed for the column defs to work as is). http://trac.dabodev.com/wiki/LarrySample Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
