Search found 59 matches

by JohnBonnett88
Thu Nov 20, 2025 11:56 pm
Forum: Product
Topic: VS 2026
Replies: 9
Views: 425

Re: VS 2026

Hi All,

Just a little more feedback on needing to reinstall X# each day, I watched the install process carefully and I noticed that in the process of uninstalling X# and reinstalling it I saw some odd messages in both the command shell window while uninstalling and in the normal window when ...
by JohnBonnett88
Thu Nov 20, 2025 11:29 pm
Forum: Product
Topic: VS 2026
Replies: 9
Views: 425

Re: VS 2026

Hi All,

Here is is some feedback on my experience so far with VS2026. I have the Professional version on my work machine and the Community one on my home machine. I have had no problems at all with X# integration on the Community version. It has been a different story at work with the Professional ...
by JohnBonnett88
Wed Apr 30, 2025 1:02 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5122

Re: IComparer.Compare exception

Thanks for everyone's replies.

I have applied the workaround suggested in the GitHub issue and my test example now works. I have applied the same fix as required in my main solution.

I must remember to check GitHub before bothering people on this forum!

Thanks again,
John
by JohnBonnett88
Thu Apr 24, 2025 1:36 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5122

Re: IComparer.Compare exception

Just a follow-up to my previous message, in case it matters, I am running:

Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.13.6
X# Visual Studio Project System - 2.21.0.5
Windows 11 Enterprise Version 22H2 OS build 22621.5189
Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz 2.71 GHz
by JohnBonnett88
Thu Apr 24, 2025 12:29 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5122

IComparer.Compare exception

Hi All,

I have had an odd problem in a VO X# system and have tracked it down to an ASort call that is failing. I have not so far been able to pin down the problem. I am sorting an array of 2-element arrays and it is sorting by comparing the first element of each of those sub-arrays. I think there ...
by JohnBonnett88
Thu Apr 10, 2025 2:18 am
Forum: Product
Topic: Runtime documentation fix
Replies: 1
Views: 1033

Runtime documentation fix

A very minor issue, but I just noticed a small error in the X# ENUM documentation, the first example has this:

ENUM days
Sunday // 0
Monday // 1
Tuesday // 2
Wednesday // 3
Thursday // 4
Friday // 5
Saturday // 6
END CLASS

That should be END ENUM obviously.

Cheers,
John
by JohnBonnett88
Fri Feb 07, 2025 1:47 am
Forum: Product
Topic: Format document in X# 2.21
Replies: 17
Views: 14723

Re: Format document in X# 2.21

In reply to Dick:

I also had noticed it sometimes takes a while when you use Ctrl+K Ctrl+D but that is rather expected if it is a big document. I sometimes also get messages from VS saying that is not responding, it believes the X# extension is causing the problem and perhaps I should remove it ...
by JohnBonnett88
Thu Feb 06, 2025 1:20 am
Forum: Product
Topic: Format document in X# 2.21
Replies: 17
Views: 14723

Format document in X# 2.21

Hi All,

In older versions of X# the Ctrl+K Ctrl+D Edit/Advanced option in VS would nicely format your X# code, just as it does in C#. Microsoft broke that with some changes but I see in the release notes that it is fixed again in X# 2.21.

I have tried it out and it does do things again but not ...
by JohnBonnett88
Wed Oct 23, 2024 3:00 am
Forum: 3rd party products
Topic: bBrowser mouse wheel scrolling not working
Replies: 0
Views: 7156

bBrowser mouse wheel scrolling not working

We are in the process of converting a large VO project to X#. Much of it is now working and in production use. One thing that was noticed recently is with bBrowser grids. In the old VO version, if you placed the mouse in a grid and moved the scroll wheel the grid could be scrolled up or down as ...
by JohnBonnett88
Fri Aug 16, 2024 1:14 am
Forum: Product
Topic: X# VS integration changes
Replies: 3
Views: 2256

Re: X# VS integration changes

Robert,

Another thing I noticed is that the buttons to comment out and uncomment a block of code are now greyed out, so something has changed there too.

John