FileUltimate v7.4.5
Version 7.4.5 - June 15, 2020
-
Improved: Child windows will always maximize to browser's viewport instead of parent component.
Minimized windows will be stacked also vertically when they do not fit parent component's width.
Ensured minimized windows are aligned and sized correctly after parent component is hidden and then shown. -
Improved: Stability of GleamTech.UI.Loader. Ensured no errors when destroying component with container (Window and Panel display modes).
Viewport display mode will fit even if page has margins and paddings. -
Improved: Increased the default timeout for component actions (both client and server side) to 1 hour.
For example deleting a huge folder from Azure file system can take long.
Note that ASP.NET Core hosted on an Azure App Service (or on any out-of-process hosting model) has by default 2 minutes timeout
and you get "HTTP 502 Bad Gateway" error if a request takes longer than this to complete.
It's not possible to override this setting from code but you can manually override it by adding
a Web.config file with "<aspNetCore requestTimeout="00:20:00" .../>" setting (doesn't apply to or needed for in-process hosting model). -
Improved: Document Viewer:
- Improved: Removed unnecessary paddings and borders in left side pane and when notes panel is hidden, on the right side 20px
placeholder should not be visible.
- Improved: Removed unnecessary paddings and borders in left side pane and when notes panel is hidden, on the right side 20px
-
Improved: Updated Media Player.
Included example projects:
- ASP.NET Core (C#) - Visual Studio 2017+
- ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
- ASP.NET MVC (C#) - Visual Studio 2010+
- ASP.NET MVC (VB) - Visual Studio 2010+
- ASP.NET WebForms (C#) - Visual Studio 2010+
- ASP.NET WebForms (VB) - Visual Studio 2010+