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


To participate in the discussion, go here: 
https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________
nebula-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev

Reply via email to