Bernat Agulló Roselló

Results 16 comments of Bernat Agulló Roselló

I see! If the Tomwrapper.dll used by tabular editor is newer than the one I used to compile the custom dll should it work? Maybe I can keep a slightly...

I just realized that there's no TOMWrapper.dll in the install folder from Tabular Editor 2 -- where is the dll I should reference to make sure it works with Tabular...

nameof works fine in TE3 if you feed it a variable instead of the actual model as I did before...

It does work in TE2 too -- just need to make sure that the argument of "nameof" is a variable and not the model, that's all. By the way, if...

The reason is that I want my scripts to be as widely compatible as possible :) I'll limit the version to 5 then, just to be sure.

Thank you Daniel! I'm trying to streamline development of scripts in Visual Studio and remove all friction points as much as possible. I like in-script classes because they make distribution...

I tried to build the DLL, but apparently the dependencies are nowhere to be found ![imatge](https://user-images.githubusercontent.com/40455069/236879527-817bd5f5-915f-401f-b2ca-4719411fd48d.png) Adding only the dll files that where added as package should be enough? In...

hey it works! I realized I had installed the version 7.0, so I modified the version for the 6.0. Then System.Memory was requesting version 4.0.1.2 which is not available in...

even adding Cursor.Current = Cursors.Default; does not do anything looks like there's some override from TE