SC report

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
admin
Site Admin
Posts: 66220
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC report

Post by admin »

1) Should work better in the next beta. There remains a small problem with the position. If the "added" column is already invisibly present left of the "Add Column" position ("Right-click here...") then it will appear at its original place. I'll tackle this when I find the time.

2) In the next beta it will work again, but only with the friendly name: setcolumns("Custom 1", 8);

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

I noticed a couple things while testing .0104, when you add a 1>10 column it doesn't populate it until after a refresh, also the header context menu seems to be missing the 2 new items you added recently Skip Custom, and Refresh by Click. Also once you choose a 1>10 column you can't switch to another from the header context menu anymore without hiding the column.

admin
Site Admin
Posts: 66220
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC report

Post by admin »

jupe wrote: 08 Apr 2025 22:20 I noticed a couple things while testing .0104, when you add a 1>10 column it doesn't populate it until after a refresh, also the header context menu seems to be missing the 2 new items you added recently Skip Custom, and Refresh by Click. Also once you choose a 1>10 column you can't switch to another from the header context menu anymore without hiding the column.
1) doesn't populate it until after a refresh: cannot reproduce

2) header context menu seems to be missing various items: that's a consequence of the recent corrections. Nothing changed here if you added a 1>10 column using Show Columns. Only doing it via Add Column is now handled as if you used Show Columns.

3) I added Skip Custom Columns and Refresh Cell by Click to that 1>10 column header menu, next beta

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

1) Strange I can't repro now either, sorry. :veryconfused:

2) Yeah no worries, I was just mentioning what I noticed that was different than before.

3) :tup:

:cup: :ball: :beer:

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

Don I have noticed an anomaly in my config, that I can't repro in fresh so I was hoping you might have some insight.

With cc1>10 In my normal config if from the cell ctx menu I try and LF (or QS, selfilter works still), the query XY uses is Custom 1: xxx which returns no results, if I change the selector to the caption or cc1 it works though, whereas if I do the same in fresh, XY uses the caption as the selector, eg Dimensions: xxx which produces results.

Along with various troubleshooting I have tried resetting my custom column definitions to default, and also my actual columns via :cols, but it hasn't changed it.

admin
Site Admin
Posts: 66220
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC report

Post by admin »

Confirmed. This makes the difference: Configuration | General | Menus, Mouse, Usability | Cell Context Menu | Use localized search and filter patterns

Not sure at the moment whether this is an old or a new bug (and no time to check), but it should be fixed in the next beta. :tup:

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

Aha, thanks! :tup:

I overlooked that setting.

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

In case you miss this post, or just to make it easier to spot the actual issue, there still seems to be a problem when using cc11+ when the report template is omitted, repro:

Code: Select all

goto <xypath>; setcolumns("Name,:d-15"); text report();
XY returns cc id, not content.

admin
Site Admin
Posts: 66220
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC report

Post by admin »

Thanks for the repro! :tup: Fixed in next beta.

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: SC report

Post by jupe »

admin wrote: 09 Apr 2025 13:09
jupe wrote: 08 Apr 2025 22:20 ...., when you add a 1>10 column it doesn't populate it until after a refresh, ....
1) doesn't populate it until after a refresh: cannot reproduce
I've now remembered that to get the described behavior, I had toggled the column by script. To repro run in fresh with images visible:

setcolumns("Custom 1", 8);

admin
Site Admin
Posts: 66220
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC report

Post by admin »

Yep, got it. Fixed in next beta. :tup:

Post Reply