xsharp.eu • Selezione con il mouse - Page 2
Page 2 of 2

Re: Selezione con il mouse

Posted: Mon Feb 26, 2024 8:00 am
by Chris
Hi Gian,

You need to copy all the CATO*.dll files from your VO bin folder to the bin folder of your X# app (where the .exe is located). If those are not found at runtime, then a DataListView control is created instead of the the standard databrowser, that's why you are getting the missing methods.

Re: Selezione con il mouse

Posted: Mon Feb 26, 2024 9:46 am
by Gfb22
Hi Chris,
the CATO*.dll files (8 files) are already in the folder of my X# app and the error is the same: (SELF:oNewChild:ViewAs(#BrowseView)...
Grazie..
gfb

Re: Selezione con il mouse

Posted: Mon Feb 26, 2024 10:44 am
by robert
Gian,

The attached solution works. Both in VS and XIDE format.
Make sure that the bin folder contains the CATO*.DLL and MSVCRT.DLL


Robert

Re: Selezione con il mouse

Posted: Mon Feb 26, 2024 3:11 pm
by Gfb22
:D Thanks Robert:
everything works!
Now I try to replicate the solution for the other DataBrowsers.
gfb