Two Controls not working properly

This is an impressive product, but I am currently having a problem with two controls.I am using v4.65 Beta.

1) The config for the Columns of .Net DataViewControl is not been handled properly which results in no language change to column names at runtime. If one looks at the resx files after config then one sees the following. The base resx file contains the following key Name: dgCol1.HeaderText. The resx file for the new language contains: dgView1.Columns0.HeaderText. Manually changing this resx key Name to be the same as the base resx results in correct Column Name behaviour at runtime.

2) We are using the DevComponents.DotNetBar.RibbonBar. The Ribbonbar itself works fine, but the individual ButtonItems on the RibbonBar are not detected by the Add-In during Scan.

Are these bugs that can be fixed, or must I just do my own workaround.

Regards

Gareth

Germany

Hi Gareth,

I have just uploaded a new version of 4.65 beta (now 4.65.0014), which should fix the problem with the DataGridView.

I have installed a new trial version of DotNetBar and it looks OK to me, which means either that the same fix has solved the problem with DotNetBar, or that I don't know what I am looking for.

If it still doesn't work correctly with DotNetBar, could you point me to one of the sample programs and tell me exactly what controls are not detected. I have just tried using the RibbonPad example.

Phil

Fantastic!

Yes, both issues appear to be resolved in this new build.

Thanks for the fast support!!

Regards

gareth

> Hi Gareth,
>
> I have just uploaded a new version of 4.65 beta (now 4.65.0014), which should fix the problem with the DataGridView.
>
> I have installed a new trial version of DotNetBar and it looks OK to me, which means either that the same fix has solved the problem with DotNetBar, or that I don't know what I am looking for.
>
> If it still doesn't work correctly with DotNetBar, could you point me to one of the sample programs and tell me exactly what controls are not detected. I have just tried using the RibbonPad example.
>
> Phil