Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called Nebula grid GridItem.setForeground(color) not working, by Dhiresh Patel

Title: Eclipse Community Forums
Subject: Nebula grid GridItem.setForeground(color) not working Author: Dhiresh Patel Date: Tue, 07 July 2015 16:54
I am using GridTableViewer and Nebula Grid.
I am in processing of replacing old grid with new grid
version = org.eclipse.nebula.widgets.grid_1.0.0.201506030727.

I am setting individual row's foreground color.

for ( int i=0; i < items.length; i++){
items[i].setForeground(color); ;
}

The above code worked with old grid version ver = 1.0.0.201209220511

However it's not working with new version. What do I need to change?

Thanks
Dhiresh
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top