Changes

Deploy UI Customizings (Client)

207 bytes added, 25 September
/* Known Issues */
=== Known Issues ===
Sometimesin UWP, unpacking UI customizing archives might fail because the app cannot overwrite some files which are being used in the current UI. A typical example of this is related to using the Image control.
In the example below, an image file "UBIK.png" under the "Demo" customizing folder is referenced by an Image control. If such a control is displayed while an archive containing a set of UI customizings with the same name "Demo" is received on the client, the unpacking will fail because the UI is still holding onto the file, which blocks the unpacking.
<syntaxhighlight lang="xml">
{{Hint|An easy way to verify whether the failing of unpack is related to the deletion is to check in Windows Explorer whether there are files that can not be manually deleted in the target unpacking folder before closing the {{UBIK}} app. If that's the case, please check the customizings and see if there's any reference to those files that can not be deleted. When the problem is not solvable with the above mentioned technique, please [https://support.augmensys.net/scp/index.php create a ticket with sufficient details] or manually delete the files after closing the app.}}
[[Category:Client|Deploy UI Customizings (Client)]][[Category:Mobile|Deploy UI Customizings (Client)]][[Category:WinX|Deploy UI Customizings (Client)]][[Category:XAML|Deploy UI Customizings (Client)]]
== Delete UI customizings ==
654
edits