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"...

 

Posted (edited)

There's a fix now (file picker) - I hope it will make its way into the next web app update.

Edited by softworkz
  • Thanks 1
Posted
On 7/4/2026 at 5:17 PM, ginjaninja said:

Button reordering on genericitemlists
Heres a video showing what i think is an issue.

There's a fix ready for this as well.

Thanks again.

Posted
On 09/08/2026 at 23:54, softworkz said:

There's a fix now (file picker) - I hope it will make its way into the next web app update.

working for me on .24

Posted

Thanks for retesting.

You can also test the backbutton in tabbed view again. At least in the web app, it might be fixed.

  • Thanks 1
ginjaninja
Posted
14 hours ago, softworkz said:

Thanks for retesting.

You can also test the backbutton in tabbed view again. At least in the web app, it might be fixed.

seems fine now

  • Like 1
Posted

Perfect, thanks a lot for testing!

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...