Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
visionx:faq_tech [2023/06/02 07:59]
admin
visionx:faq_tech [2024/03/25 18:50] (current)
admin
Line 176: Line 176:
  
 It's also possible to update only single applications. To do this, copy the content into your application'​ ''​WebContent/​ui''​ folder. But be careful because VisionX will automatically update to its own version if you don't create a ''​.custom''​ file. It's also possible to update only single applications. To do this, copy the content into your application'​ ''​WebContent/​ui''​ folder. But be careful because VisionX will automatically update to its own version if you don't create a ''​.custom''​ file.
 +
 +If you use a react UI from the github repo, we don't guarantee compatibility with VisionX because the UI depends on the server implementation. Problems with custom or manually updated react UI versions are not included in standard product support.
 +
 +==== Update export doesn'​t contain custom folders =====
 +
 +The update export doesn'​t contain custom files or folders. We automatically include following files and folders of WebContent directory:
 +
 +<code bash>
 +*.css
 +*.json
 +*.jpg
 +*.png
 +*.gif
 +images/**
 +scripts/**
 +content/**
 +data/**
 +js/**
 +css/**
 +</​code>​
 +
 +If you want support for your custom folders, you have to change the following file:
 +
 +''<​VisionX>/​rad/​apps/​visionx/​resources/​ant/​export.xml''​
 +
 +and search for:
 +
 +''<​target name="​update"''​
 +
 +There are different include definitions like:
 +
 +''<​include name="​WebContent/​css/​**"/>''​
 +
 +Simply add your own includes and the update export will contain your custom files and directories as well.
 +
 +==== Different Windows file encodings ====
 +
 +Sometimes, you have the same Windows OS but different file encodings, e.g. cp1252 vs. UTF-8. This is not a VisionX problem, it's an OS setting. Some Windows installations have a new UTF-8 feature. You can see this option by going to Settings and then: All Settings -> Time & Language -> Language -> Administrative Language Settings
 +
 +Will look like:
 +
 +{{:​visionx:​utf8_windows.png?​nolink&​400|}}
 +
 +Simply unset UTF-8 or set cp1252 instead of UTF-8 as described [[:​visionx:​faq_tech/#​additional_jvm_start_parameters|here]].
 +
 +==== Application directory ===
 +
 +If you want to know the directory in which an application is stored, simply press Shift + Alt (Shift + Option, MacOS) to show new icons besides the application. [[https://​blog.sibvisions.com/​2021/​05/​06/​visionx-5-6-new-hidden-feature-for-developers/​|Here]] are some details.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information