Home - Forums-.NET - FlyGrid.Net (Windows Forms) - CellDrawInfo.G became private in FlyGrid.Net v1.4.0.9

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

CellDrawInfo.G became private in FlyGrid.Net v1.4.0.9
Link Posted: 09-Jun-2006 08:47
After installing FlyGrid.Net v1.4.0.9, Visual Studio complains that

'NineRays.Windows.Forms.Grids.CellDrawInfo.G' is not accessible in this context because it is 'Private'.

This is contrary to the documentation, causes your example model to fail to compile, and renders useless all of the tips that you have provided that utilize CellDrawInfo.G.

Please correct this immediately
Link Posted: 12-Jun-2006 22:31
Please provide a sample code that uses this field/property as field/property with name G doesn't used in CellDrawInfo.
May be CellDrawInfo.g (Graphics object)?
Link Posted: 13-Jun-2006 03:41
The problem shows up in your VB example.

C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Demo\\VB\\XTras\\hexEditor.vb(250): 'NineRays.Windows.Forms.Grids.CellDrawInfo.G' is not accessible in this context because it is 'Private'.
C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Demo\\VB\\XTras\\hexEditor.vb(255): 'NineRays.Windows.Forms.Grids.CellDrawInfo.G' is not accessible in this context because it is 'Private'.
C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Demo\\VB\\XTras\\hexEditor.vb(314): 'NineRays.Windows.Forms.Grids.CellDrawInfo.G' is not accessible in this context because it is 'Private'.
Link Posted: 13-Jun-2006 04:12
Thanks, please download latest update of FlyGrid.