Difference between revisions of "Version 3.6 (WinX)"
Line 10: | Line 10: | ||
** The status bar as ''UBIKGlobalStatusBar.xaml''. | ** The status bar as ''UBIKGlobalStatusBar.xaml''. | ||
** The login/start page as ''UBIKStartArea.xaml''. | ** The login/start page as ''UBIKStartArea.xaml''. | ||
− | ** The document page as | + | ** The document page as ''UBIKDocumentArea.xaml''. |
− | ** The details page as | + | ** The details page as ''UBIKDetailsArea.xaml''. |
* It is now possible to use external Bluetooth RFID Readers to scan [[RFID_tags#tab=WinX_External_Scanner|RFID Tags]] in UBIK. | * It is now possible to use external Bluetooth RFID Readers to scan [[RFID_tags#tab=WinX_External_Scanner|RFID Tags]] in UBIK. | ||
* The not found offline query criteria are now ignored. | * The not found offline query criteria are now ignored. | ||
− | * It's now possible to use [[XAML_Tips#MultiBinding|multi bindings]] in XAML. | + | * It's now possible to use [[XAML_Tips#MultiBinding|multi bindings]] in XAML for simple compound bindings. Note: This is not a replacement of the existing [[EvalExpression]] which is able to handle complex expression evaluations. |
* A new property ''LinkedLevel'' on the ''PropertyListItemViewModel'' loads and delivers a full PageViewModel of the linked object of a Guid property | * A new property ''LinkedLevel'' on the ''PropertyListItemViewModel'' loads and delivers a full PageViewModel of the linked object of a Guid property | ||
* It is now possible to attach documents to the [[Property_Wizard_(Client)|content creation wizard]]. | * It is now possible to attach documents to the [[Property_Wizard_(Client)|content creation wizard]]. |
Revision as of 12:20, 12 December 2019
There are mandatory Xaml changes and existing customizings need to be updated. |
Starting with this version, Windows 10 build 16299 or later builds are required. |