Recent shell properties error

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

Recent shell properties error

Post by jupe »

Not sure if this is platform specific, and only reporting because I thought it might have other undiscovered implications, but I have noticed that using the following property now creates an error (all contexts) in recent XY versions (23.40- was ok):

e <prop System.ParsingBindContext>;

2022-08-27_054050.png

PS: Slightly off topic, but unsure why you created #Attr when Attrib already existed.
To see the attached files, you need to log into the forum.

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

Re: Recent shell properties error

Post by admin »

It was never okay, but in previous versions it did not show an error message. :)

In the next version <prop System.ParsingBindContext> will not create an error, but it also does not return anything useful, just "[DataObject]". I don't know what you hope to be returned.

------------

Attrib?

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

Re: Recent shell properties error

Post by jupe »

I wasn't interested in the return of that property per se, it's just I had a script looping over all the shell properties, and noticed the new error as pictured, I was going to just remove that property from the loop but since it was new I thought it might have other effects in different scenarios, so reported it instead.

------------

I meant this: e <prop Attrib>;, anyway it's not important, #Attr is fine too.

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

Re: Recent shell properties error

Post by admin »

jupe wrote: 27 Aug 2022 16:48 I meant this: e <prop Attrib>;, anyway it's not important, #Attr is fine too.
Wow, I'm surprised that it works. Where did you get that from? :shock: I never heard about it. Even the internet hasn't.

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

Re: Recent shell properties error

Post by jupe »

Probably on the forum somewhere, I had actually used it in the script that prompted this report. "Attributes" works too.

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

Re: Recent shell properties error

Post by admin »

Indeed it comes up one time here:
viewtopic.php?p=172363#p172363

No idea where LukeDukem got it from. This is esoteric knowledge. It is not documented anywhere in this universe.

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

Re: Recent shell properties error

Post by jupe »

That linked post is a reply to mine.

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

Re: Recent shell properties error

Post by admin »

Whoops! So you are the source. Okay, where did you get it from? :)

Post Reply