Selezione con il mouse

Forum dedicato ai programmatori di X# in lingua italiana – Italian language forum

Moderator: wriedmann

User avatar
Chris
Posts: 4559
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Selezione con il mouse

Post 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.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

Re: Selezione con il mouse

Post 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
gfb
User avatar
robert
Posts: 4223
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: Selezione con il mouse

Post 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
Attachments
XporterOutput.zip
(148.05 KiB) Downloaded 63 times
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
Gfb22
Posts: 105
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

Re: Selezione con il mouse

Post by Gfb22 »

:D Thanks Robert:
everything works!
Now I try to replicate the solution for the other DataBrowsers.
gfb
gfb
Post Reply