SC get lengthsselected can have no return

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:
Post Reply
jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

SC get lengthsselected can have no return

Post by jupe »

I have had intermittent problems with the return from SC get lengthsselected occasionally being blank, I think going back to its inception, my theory was that it happened after I had had the Length column in the list visible and removed it, which then made it not work correctly for a while (until tab switch, loc change etc.), although if I understand correctly, unless I use bitfield 2 I should always get a return from lengthsselected. (especially in the case of the Shell column)

Anyway using the new skip custom columns function I have been able to create a repro which I think demos something similar to what I was experiencing earlier, so possibly it's resolvable.

for fresh:

Code: Select all

  goto "*?/types={:Audio};{:Video} /l=10 /f";
  sel f;
  e <get lengthsselected>, "OK RETURN";
  setcolumns("Name, :s-audio.length");
  #548;  // skip custom columns
  e <get lengthsselected>, "NO RETURN";
I am using the special property in the above example for ease, but I originally noticed it when using the shell property+column.

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

Re: SC get lengthsselected can have no return

Post by admin »

Confirmed. :tup: Fixed in the next beta.

Post Reply