Changes

UBIK WinX Client Basics

3,219 bytes removed, 19 April
== Languages ==
The standard {{UBIK}} client supports multiple languages listed below (as of [[Version_4.3_(WinX)]]){{Version/WinXSince|4.3}}
* Chinese (Simplified)
* Czech
* Spanish
{{Attention|As we found out, you can only switch to one of the supported languages if it is installed as a system language in the Windows "Preferred languages / Add a language" setting. For example, if you have only English installed when you install {{UBIK}}, you won't be able to switch to any other languages even if you add those later. In that case, you need to make sure your language of choice is installed in Windows first, then update or reinstall {{UBIK}}. This is a Microsoft Store practice and does not apply to clients installed through sideloading, e.g. from our AppCenter.}}
 
[[Category:Client|UBIK WinX Client Basics]]
[[Category:WinX|UBIK WinX Client Basics]]
== Login ==
=== Status Bar ===
==== Saving Indicator ====
[[File:UI_WinX_DbSavingIndicator.PNG|300 px|thumb|border|alt=Saving Symbol|Saving Symbol]]
{{Version/WinXSince|2.5.4}}Whenever content is being saved into the local database (for example, after a branch is downloaded from the server), there will be a blinking symbol indicating the saving activity is happening in the background.
During that time, the user is advised to not logout or close the app because the content might be lost otherwise. However, it is okay to undertake other tasks such as browsing, editing or downloading branches.
 
==== Uncommitted Changes Indicator ====
{{Version/WinXSince|4.6.0}} When there are uncommitted changes it is indicated by a button in the Status Bar displaying an icon and the number of uncommitted changes. Pressing this button opens a fly out list with all of the objects that have uncommitted changes to them. Pressing one of those list objects navigates directly to the corresponding object. The Uncommitted Changes Indicator button is only shown when there are uncommitted changes otherwise it is not visible. When in online mode all changes should be committed automatically so the Indicator is mainly useful in Manual or Offline Sync Mode.
<br>
{{Version/WinXSince|4.7.0}} Queries are now excluded from uncommitted changes.
 
 
==== Commissioning objects ====
==== [[LOCKED_OBJECTSLocked_Objects|Locked objects]] ====   
[[Category:Client|UBIK WinX Client Basics]]
[[Category:WinX|UBIK WinX Client Basics]]
=== Properties ===
==== Min max properties ====
See [[Min_Max_Properties]].
{{Clear}}
==== [[Editors ]] ====
===== Geo Editor & Teach In =====See [[Editors]]
Editing expected location use GEO coordinate and position it with map (by using UBIK WinX).
 
==== Geo Editor ====
* Create a new GEO property, navigate to the property by click on the property name
* Switch to "Property" tag, there are 6 attributes
* Description: the property's name, will be fill out automatically by system with gave name
* Barcode:
* Coordinates: giving corresponding value by click on test area
* Marker ID:
* QR Code:
* Poi Group ID: property's name with group ID in brackets
<tabs>
<tab name="WinX">
[[File:GeoMap.PNG|200px|thumb|GEO map]]
* Click on "Coordinates" icon, a full screen map will show up with highlighted GEO icon in the middle of the map
* Text box shows GEO information in "LAT." (latitude) "LON." (longitude) "ALT." (altitude)
* Click anywhere on the map, the GEO icon will show on the position, text box will show corresponding coordinate
* "Teach-in" button will lead the icon to the current coordinate in real
 
</tab>
<tab name="Xamarin">
* Click on
</tab>
</tabs>
 
[[Category:Client|UBIK WinX Client Basics]]
[[Category:WinX|UBIK WinX Client Basics]]
 
==== Guid editor ====
[[File:Guid_property_dialog.PNG|thumb|border|alt=Guid property editor dialog|Guid property editor dialog]]
 
To edit Guid properties (that do not have a selective list available), we have implemented a special system. Since a Guid property always just contains the Guid as a reference to another object, we can use a query to find the object we want to assign to this property.
 
When the Guid property has a FilterQuery datamember (which should contain the guid of a query), it will become editable through this query. Note that this FilterQuery guid will not actually be visible in the client. All this should be setup in the backend, the client has no control over this.
 
When clicking an editable Guid property, you will see a dialog with up to 3 extra buttons added (see image):
 
;View Object
:This button will be enabled when there is a valid guid assigned to the property. Clicking this button will immediately navigate to the referenced object.
;Edit Property
:If the property has a valid FilterQuery assigned to it, clicking this button will launch that query. If no FilterQuery is assigned, this button will be invisible. Although the button is clickable in Multi Select mode, it is currently inoperable.
;Clear Property Value
:If the property has a guid assigned, the user can press this button to reset the value back to empty.
 
Additionally, if a valid FilterQuery is assigned, the user will see the results of that query ''inline'', if the query delivers 200 results or fewer. The user can select an item from this horizontally scrollable list, and press "OK" to assign the UID of the selected object to the Guid property. This is useful for cases where the user does not want to jump into the full query to be able to select an object.
 
If the user does choose to launch the full query page (or if the query returns over 200 objects), they can click any of the displayed items in the query's child list. When clicking one of them, it will immediately be set as the reference in the original Guid property. To cancel selecting an item (and stop editing the property), simply navigate to any other page (by pressing back, using navigation bar, etc).
 
{{hint|'''Skipping the dialog'''
If editing the property in a query page without having to go through the dialog is desired, one can customize the boolean variable "SkipQueryDialog" in UBIKThemes.xaml. If none can be found, simply add the following line into its "Default" ResourceDictionary.
<source lang = "xml"><x:Boolean x:Key="SkipQueryDialog">True</x:Boolean></source>
This functionality is currently not available for editing common properties in the Multi Select mode.
}}
{| class="wikitable" | width = "100%" style="text-align: center;"
|-
! Unspecified / Unscaled / Default !! Fit to container !! Fit to width !! Fit to height
|-
| [[File:UI_WinX_FitMode_Unspecified_SmallUI_UWP_Fit_Mode_Default.png|240x225px]] || [[File:UI_WinX_FitMode_Container_SmallUI_UWP_Fit_Mode_Container.png|240x225px]] || [[File:UI_WinX_FitMode_Width_Small.png|240x225px]] || [[File:UI_WinX_FitMode_Height_SmallUI_UWP_Fit_Mode_Width.png|240x225px]]
|-
| [[File:UI_WinX_FitMode_Unspecified_Large.png|240x225px]] || [[File:UI_WinX_FitMode_Container_Large.png|240x225px]] || [[File:UI_WinX_FitMode_Width_Large.png|240x225px]] || [[File:UI_WinX_FitMode_Height_Large.png|240x225px]]
|}
{{Attention|When using a FlipView for documents in your customized XAMLs, you need to additionally [[XAML_Tips#Fit_mode|apply the fit mode]] by yourself. }}
{{Attention|This feature currently only works for PDFs (it is not supported for Images). }}
 ==== Auto zoom {{HintVersion/WinXSince|Double tapping on 4.6}}{{Version/XamarinSince|4.6}} ====When a PDF document toggles the display between "Fit to width" is displayed in UBIK, it's possible that [[SYSCLS_AUTO_ZOOM_CLASSIFICATION|an initial zoom level]] is configured and the fit mode applied to that document is . {{Attention|The configured withinitial zoom level will be simply ignored if it's beyond the acceptable min/max zoom levels of the PDF viewer.}}
==== Customizing Possibilities ====
==== Editing{{Version/WinXSince|2.5.4}} ====
==== Clear Online Documents ====
By clearing the online documents, it is possible to free up system memory if needed. It can be triggered by pressing the button "Clear online documents" in the general settings tab. Online documents are documents already uploaded to the server. They can be downloaded anytime agian when the client is connected to the server. However, documents classified as offline available will not be affected and will always stay on the device.
 
 
[[Category:Client|UBIK WinX Client Basics]]
[[Category:How-To|UBIK WinX Client Basics]]
[[Category:WinX|UBIK WinX Client Basics]]
1,522
edits