Jump to content

Optimising Screen Updates and User Experience in the GenericEdit Framework


Recommended Posts

Posted
55 minutes ago, ginjaninja said:

i should say I didnt download the latest sdk and build the plugin demo from that....did i need to?

No. This not even related to Plugin UI.What kind of drive is your "D:" - network ?

ginjaninja
Posted

Just a regular local sata drive on Windows 11

Posted (edited)

"The parameter is incorrect" is a very unusual error for a local disk.

Do get the same when picking a file from "C:" ?

Edited by softworkz
Posted

Sorry - you can stop testing.

I figured out the reason. In fact, it works only for me and not for anybody else because of this:

#if SOFTWORKZ_DEBUG
            if (!directoryInfo.Exists)
            {
                return new FileSystemMetadata[] { };
            }
#endif

 

At one point I have been so annyoed from seeing all those file exceptions in the debugger that I added some of such "soft fails"...

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...